Skip to content

v1.0.0

Compare
Choose a tag to compare
@jhbertra jhbertra released this 13 Feb 19:36
· 23 commits to master since this release

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.