Releases: zio/zio-json
Releases · zio/zio-json
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
v0.7.29
What's Changed
- More efficient implementation of
FastStringReader
(#1335) @plokhotnyuk
v0.7.28
What's Changed
- More efficient pretty printing (#1334) @plokhotnyuk
v0.7.27
What's Changed
- More efficient reading of the next character (#1333) @plokhotnyuk
- Update sbt-scoverage to 2.3.1 (#1332) @scala-steward
- More efficient decoding of UUIDs (#1331) @plokhotnyuk
- More efficient encoding of remaining standard types (#1330) @plokhotnyuk