Skip to content

Releases: zio/zio-schema

v1.0.0

26 Feb 15:30
276b2e6
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.4.17...v1.0.0

v0.4.17

27 Dec 09:47
830017e
Compare
Choose a tag to compare

Changes

v0.4.16

19 Nov 16:17
7610e60
Compare
Choose a tag to compare

Changes

v0.4.15

27 Oct 23:32
b4e178b
Compare
Choose a tag to compare

Changes

v0.4.14

07 Sep 14:21
aa0770e
Compare
Choose a tag to compare

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)

v0.4.13

21 Jul 18:49
26bb289
Compare
Choose a tag to compare

Changes

  • Fix Json codec of maps with lazy key schema @vigoo (#586)

v0.4.12

05 Jun 18:31
651ad37
Compare
Choose a tag to compare

Changes

v0.4.11

29 Apr 09:24
4e1e001
Compare
Choose a tag to compare

Changes

🐛 Bug Fixes

v0.4.10

29 Mar 12:10
3a27db8
Compare
Choose a tag to compare

Changes

v0.4.9

21 Mar 19:11
d7ea85b
Compare
Choose a tag to compare

What's Changed

  • Fix cached deriver for sequences by @vigoo in #518
  • Initial support for opaque types in Deriver by @vigoo in #517
  • Encode enum of case objects as string by @mleclercq in #527
  • add derived extension method on Schema.type. by @mleclercq in #528

New Contributors

Full Changelog: v0.4.8...v0.4.9