Releases: zio/zio-json
Releases · zio/zio-json
v0.7.39
What's Changed
- Fix
ArrayIndexOutOfBoundsException
when decoding too long string asjava.time._
values (#1358) @plokhotnyuk - Update sbt, scripted-plugin to 1.10.10 (#1357) @scala-steward
v0.7.38
What's Changed
- Update Ubuntu on CI (#1356) @plokhotnyuk
- Yet more efficient decoders for
java.time._
values (#1355) @plokhotnyuk - More safe and efficient decoders for
java.time._
values (#1354) @plokhotnyuk
v0.7.37
What's Changed
- Fix missing error when decoding of
Json.Str
values that ends by non-digit characters to numbers (#1352) @plokhotnyuk - Update scalafmt-core to 3.9.2 (#1351) @scala-steward
- Fix error message inconsistencies between immediate decoding and through AST (#1350) @plokhotnyuk
- Update zio, zio-streams, zio-test, ... to 2.1.16 (#1347) @scala-steward
- An example of a custom codec for union of standard types using an internal API (#1349) @plokhotnyuk
v0.7.36
What's Changed
- Yet more efficient encoding of sum types (#1346) @plokhotnyuk
- Yet more efficient encoding of sum types (#1345) @plokhotnyuk
v0.7.35
What's Changed
- Fix
toJsonAST
implementation for product types + More efficienttoJsonAST
implementation for product types and collections + Update magnolia to 1.3.16 (#1344) @plokhotnyuk
v0.7.34
What's Changed
- Fix unwanted skipping of required fields that have values of product types + yet more efficient encoding of product types (#1343) @plokhotnyuk
- Update magnolia to 1.3.15 (#1342) @scala-steward
v0.7.33
What's Changed
- More efficient encoding of product types (#1341) @plokhotnyuk
v0.7.32
What's Changed
- More efficient encoding of sum types (#1340) @plokhotnyuk
v0.7.31
What's Changed
- Add a compile-time option to toggle serialization of enum values and sealed trait's case objects as JSON strings or JSON objects (#1339) @plokhotnyuk
- More efficient decoding of booleans (#1338) @plokhotnyuk
- Update scalafmt-core to 3.9.1 (#1337) @scala-steward
v0.7.30
What's Changed
- More efficient implementation of
WithRecordingReader
(#1336) @plokhotnyuk