Skip to content

v8.0.0

Compare
Choose a tag to compare
@thomashoneyman thomashoneyman released this 26 Feb 22:06
· 15 commits to main since this release
5878f04

Breaking changes:

  • Added support for PureScript 0.14 and dropped support for all previous versions (#90, #96)

New features:

  • Added decoders for NonEmptyString and added a new decodeNonempty function (#94)
  • Added encoder for NonEmptyString (d0liver, #98)

Bugfixes:

Other improvements:

  • Fixed a typo in the documentation in which String was still used as the error type instead of JsonDecodeError (#88)
  • Added minor clarifications to multi-arg example (#84)
  • Changed default branch to main from master
  • Updated to comply with Contributors library guidelines by adding new issue and pull request templates, updating documentation, and migrating to Spago for local development and CI (#86, #89)