Skip to content

Releases: jhbertra/data-grace

v1.1.1

15 Jun 19:14
Compare
Choose a tag to compare

1.1.1 (2020-06-15)

Bug Fixes

  • no code in generated package (28615d8)

v1.1.0

15 Jun 19:05
Compare
Choose a tag to compare

1.1.0 (2020-06-15)

Features

  • add do to maybe and result (9454070)
  • maybe: add valueEquals and valueEqualsPure (926ced3)

v1.0.3

21 Feb 17:18
Compare
Choose a tag to compare

1.0.3 (2020-02-21)

Bug Fixes

  • error: allow multi-level structured error queries (4dccfb9)

v1.0.2

13 Feb 23:41
Compare
Choose a tag to compare

1.0.2 (2020-02-13)

Bug Fixes

  • array: remove unnecessary array members and export array (8d53673)

v1.0.1

13 Feb 20:00
Compare
Choose a tag to compare

1.0.1 (2020-02-13)

Bug Fixes

  • build: fix types location (597741b)

v1.0.0

13 Feb 19:36
Compare
Choose a tag to compare

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.