Skip to content

Releases: zio/zio-schema

v1.2.1

07 Jun 20:56
c80948f
Compare
Choose a tag to compare

Changes

v1.2.0

17 May 18:04
e24f38a
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.1.1...v1.2.0

v1.1.1

22 Apr 11:50
ad0275d
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.0...v1.1.1

v1.1.0

05 Apr 12:05
28930b3
Compare
Choose a tag to compare

What's Changed

  • Make possible to create factory methods for Deriver API by @pablf in #662
  • fix: Schema Terms by @sangwoo-sean in #666
  • Add orElse to Schema for Scala 3 that returns a union type by @987Nabil in #669
  • Option json decoder hands over type instead of option parsing errors by @987Nabil in #672
  • Improve orElse, to auto widen for sum types and remove ClassTags by @987Nabil in #670

New Contributors

Full Changelog: v1.0.1...v1.0.2

v1.0.1

27 Feb 07:12
9bce206
Compare
Choose a tag to compare

Bugfix: Read fields of non-primitive options correctly
Full Changelog: v1.0.0...v1.0.1

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)