v8.0.0
Breaking changes:
New features:
- Added decoders for
NonEmptyStringand added a newdecodeNonemptyfunction (#94) - Added encoder for
NonEmptyString(d0liver, #98)
Bugfixes:
Other improvements:
- Fixed a typo in the documentation in which
Stringwas still used as the error type instead ofJsonDecodeError(#88) - Added minor clarifications to multi-arg example (#84)
- Changed default branch to
mainfrommaster - 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)