Skip to content

Releases: zio/zio-schema

v1.5.0

18 Sep 04:46
0e69702
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.4.1...v1.5.0

v1.4.1

14 Aug 22:22
ce8cca1
Compare
Choose a tag to compare

What's Changed

  • Don't write null for empty option fields of generic records by @987Nabil in #728

Full Changelog: v1.4.0...v1.4.1

v1.4.0

14 Aug 15:34
ce3a315
Compare
Choose a tag to compare

What's Changed

Now build with/for Scala native 0.5.x

There are new Schema sub-types NonEmptySequence and NonEmptyMap. If you do pattern matching you might need to add this two new cases.

Full Changelog: v1.3.0...v1.4.0

v1.3.0

14 Jul 07:46
5c8e7eb
Compare
Choose a tag to compare

What's Changed

  • Update README.md by @github-actions in #690
  • Fix JSON decoding of empty objects by @guersam in #710
  • Failing deriving Schemas with transient fields without defaults (#654) by @987Nabil in #708
  • Not adding simpleEnum annotation when it's implemented as a case class by @pablf in #707
  • Save info about generically applied types in new annotation (#695) by @987Nabil in #703
  • JsonCodec respects annotations for GenericRecord (#700) by @987Nabil in #704
  • Generate in Scala 3 macro typeId without type parameters (#694) by @987Nabil in #702

New Contributors

Full Changelog: v1.2.2...v1.3.0

v1.2.2

28 Jun 08:05
37d5954
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.2.1...v1.2.2

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