v0.7.5
github-actions
released this
23 Jan 14:02
·
9 commits
to refs/heads/series/2.x
since this release
What's Changed
- fix: always evaluate default values (in case it is a method) (#1237) @ThijsBroersen
- revert feature explicitEmptyCollections, remove completely (#1236) @ThijsBroersen
- Use a fast path for more efficient encoding of strings that do not require encoding (#1234) @plokhotnyuk
- Avoid appending JSON values to error messages (#1233) @plokhotnyuk
- Strip invalid values in error messages (#1232) @plokhotnyuk
- More efficient decoding of
UUID
,Currency
, andjava.time._
values (#1231) @plokhotnyuk - Fix traces of decoding error for tuples (#1225) @plokhotnyuk
- More efficient encoding of product types (#1224) @plokhotnyuk
- Code clean up by using
Lexer.error
(#1223) @plokhotnyuk - Fix backward binary compatibility with v0.7.3 (#1222) @plokhotnyuk
- Faster parsing of JSON keys and values (#1221) @plokhotnyuk
- Clean up zio-json core tests and benchmarks (#1220) @plokhotnyuk
- Update dependencies (#1219) @plokhotnyuk
- Restore tests for zio-json-interop-refined (#1218) @plokhotnyuk
- Add MiMa binary compatibility checks (#1217) @plokhotnyuk
- Faster skipping of JSON values (#1214) @plokhotnyuk
- Fix string matrix (#1211) @plokhotnyuk
- More efficient parsing of optional values (#1210) @plokhotnyuk