Releases: tyler-johnson/form-blueprint
Releases · tyler-johnson/form-blueprint
v4.1.0
4.1.0 (2018-10-10)
Features
- add schema reduce method, optimize section rule (006b6c0)
v4.0.1
4.0.1 (2018-09-24)
Bug Fixes
- update deps and fix immutable type issue (e6b71d2)
v4.0.0
4.0.0 (2018-09-13)
Bug Fixes
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
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
3.0.3 (2018-07-16)
Bug Fixes
v3.0.2
3.0.2 (2018-07-16)
Bug Fixes
- add typings to package.json (7a37413)
v3.0.1
3.0.1 (2018-07-16)
Bug Fixes
- correct main file, export everything (610b185)
v3.0.0
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
2.1.2 (2017-08-29)
Bug Fixes
v2.1.1
2.1.1 (2017-08-29)
Bug Fixes
- empty fields should default to sections (f8c9992)