Skip to content

Releases: tyler-johnson/form-blueprint

v4.1.0

10 Oct 18:29
e3cc95b
Compare
Choose a tag to compare

4.1.0 (2018-10-10)

Features

  • add schema reduce method, optimize section rule (006b6c0)

v4.0.1

24 Sep 16:57
92766d9
Compare
Choose a tag to compare

4.0.1 (2018-09-24)

Bug Fixes

  • update deps and fix immutable type issue (e6b71d2)

v4.0.0

13 Sep 18:21
10c094d
Compare
Choose a tag to compare

4.0.0 (2018-09-13)

Bug Fixes

  • update dependencies (02f461b)

  • default applies only to undefined values (139339a)

BREAKING CHANGES

  • default rule will now only apply the default if the value is undefined. This means empty strings are no longer replaced with this rule.

v3.1.0

31 Jul 17:58
9799b3b
Compare
Choose a tag to compare

3.1.0 (2018-07-31)

Bug Fixes

  • prevent max call stack issue (aea99fa)

Features

  • add serialize method to convert blueprint back to plain object (1cdc834)

v3.0.3

16 Jul 23:43
8c786ed
Compare
Choose a tag to compare

3.0.3 (2018-07-16)

Bug Fixes

v3.0.2

16 Jul 18:40
7496cb5
Compare
Choose a tag to compare

3.0.2 (2018-07-16)

Bug Fixes

  • add typings to package.json (7a37413)

v3.0.1

16 Jul 17:30
b163c16
Compare
Choose a tag to compare

3.0.1 (2018-07-16)

Bug Fixes

  • correct main file, export everything (610b185)

v3.0.0

16 Jul 17:05
ac6ee65
Compare
Choose a tag to compare

3.0.0 (2018-07-16)

BREAKING CHANGES

  • converted to typescript. API is most identical, except null is now an acceptable blueprint value.

v2.1.2

29 Aug 20:44
Compare
Choose a tag to compare

2.1.2 (2017-08-29)

Bug Fixes

v2.1.1

29 Aug 20:31
Compare
Choose a tag to compare

2.1.1 (2017-08-29)

Bug Fixes

  • empty fields should default to sections (f8c9992)