Releases: jhbertra/data-grace
Releases · jhbertra/data-grace
v1.1.1
v1.1.0
v1.0.3
v1.0.2
v1.0.1
v1.0.0
1.0.0 (2020-02-13)
Code Refactoring
- modules: change module structure (8b079bf)
Features
- form: ad fail and succeed (9b6ae4b)
- result: renamed Either to Result (d2af7ab)
- add Lazy type (a8462d5)
- json: add Decode.json (7cd85b7)
- schema: add date schema constructor (414a5d3)
- schema: add schema module (28e0163)
BREAKING CHANGES
- result: Either is now Result. Several methods which added litle value have been removed.
- modules: This changes the way the API is exposed, and will require updating imports and
usage sites.