Skip to content

v0.4.14

Compare
Choose a tag to compare
@github-actions github-actions released this 07 Sep 14:21
· 77 commits to refs/heads/main since this release
aa0770e

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)