v0.4.14
github-actions
released this
07 Sep 14:21
·
77 commits
to refs/heads/main
since this release
Changes
- Ways to ignore empty collections while encoding json @987Nabil (#605)
- Annotations on Transform have effects on inner schema for Json Codec @987Nabil (#604)
- Read scala default values, if no fieldDefaultValue annotation is found @987Nabil (#562)
- Add
DecoderError
for unsupported schemas @987Nabil (#583) - added simpleEnum annotation @pablf (#564)
- Add Schema for
zio.json.ast.Json
@987Nabil (#599) - added API to allow encoding and decoding to/from Generic record, to a… @devsprint (#573)
- fixed enum support in avro codec @devsprint (#578)