Releases: zio/zio-schema
Releases · zio/zio-schema
0.2.0-RC3
This release includes support for ZIO 2.0.0-RC3
v0.2.0-RC3-1
This release includes support for ZIO 2.0.0-RC3
v0.1.9
Changes
- Dynamic and SemiDynamic schemas @vigoo (#205)
- Update actions/checkout action @renovate (#215)
- Remove DynamicValue.Transform @thinkharderdev (#226)
- Update zioVersion to v1.0.13 @renovate (#217)
- Fix bug in AST @thinkharderdev (#223)
- adding Enum.structureWithAnnotations to fix #210 @TobiasPfeifer (#211)
- Update dependency org.apache.thrift:libthrift to v0.16.0 @renovate (#200)
- Update dependency org.scala-native:sbt-scala-native to v0.4.4 @renovate (#221)
- Update dependency org.scalameta:sbt-mdoc to v2.3.1 @renovate (#207)
- Add special encoding for List and Map types in SchemaAst @thinkharderdev (#220)
- preserve annotations when calling toRecord on a Tuple: fixes #212 @TobiasPfeifer (#213)
- Equality implementation for Schema @vigoo (#206)
- Update dependency com.eed3si9n:sbt-buildinfo to v0.11.0 @renovate (#199)
- Update dependency org.scala-js:sbt-scalajs to v1.9.0 @renovate (#190)
- Update dependency org.xerial.sbt:sbt-sonatype to v3.9.12 @renovate (#186)
- Unify schema of Either/Left/Right @vigoo (#204)
- Thrift @fokot (#163)
- Update dependency org.scalameta:sbt-mdoc to v2.3.0 @renovate (#181)
- Update dependency org.scala-native:sbt-scala-native to v0.4.3 @renovate (#180)
- Diff refactor @thinkharderdev (#176)
- More property based tests for map and set @googley42 (#178)
🐛 Bug Fixes
- Fix bug in enum schema derivation @thinkharderdev (#191)
v0.1.8
Changes
- Update dependency org.xerial.sbt:sbt-sonatype to v3.9.12 @renovate (#186)
- Unify schema of Either/Left/Right @vigoo (#204)
- Thrift @fokot (#163)
- Update dependency org.scalameta:sbt-mdoc to v2.3.0 @renovate (#181)
- Update dependency org.scala-native:sbt-scala-native to v0.4.3 @renovate (#180)
- Diff refactor @thinkharderdev (#176)
- More property based tests for map and set @googley42 (#178)
🐛 Bug Fixes
- Fix bug in enum schema derivation @thinkharderdev (#191)
0.2.0-RC1-1
This release contains support for ZIO 2.0.0-RC1. Thanks to @alexvanolst for his work on this!
0.2.0-RC1
This release contains support for ZIO 2.0.0-RC1. Thanks to @alexvanolst for his work on this!
v0.1.7
Changes
- Support native schema for Set #139 @googley42 (#173)
v0.1.6
v0.1.5
Changes
- Capture annotations on Enums and all cases @thinkharderdev (#167)
- Update dependency ch.epfl.scala:sbt-scalafix to v0.9.33 @renovate (#98)
- Update dependency org.scala-js:sbt-scalajs to v1.8.0 @renovate (#160)
- Add documentation and examples @thinkharderdev (#158)
- Derive zio.test.Gen @igrebenik (#161)
- Fix protobuf codec handling of sequences @thinkharderdev (#157)
- Improve Ergonomics of Annotations @adamgfraser (#155)
v0.1.4
Changes
- Fix CI build. Remove scala3 settings and skip publishing of test project @thinkharderdev (#152)