v8.0.0
Breaking changes:
New features:
- Added decoders for
NonEmptyString
and added a newdecodeNonempty
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 ofJsonDecodeError
(#88) - Added minor clarifications to multi-arg example (#84)
- Changed default branch to
main
frommaster
- 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)