Releases: plokhotnyuk/jsoniter-scala
Releases · plokhotnyuk/jsoniter-scala
v2.34.0
- Add
JsonCodecMaker.makeWithSkipNestedOptionValues
All changes v2.33.3...v2.34.0
v2.33.3
- Fix missing support of ADTs that has case classes with multiple parameter lists when using Scala 3
- Update Scala Native to 0.5.7
All changes v2.33.2...v2.33.3
v2.33.2
- Fix unexpected runtime exceptions with Scala Native on Windows
All changes v2.33.1...v2.33.2
v2.33.1
- Fix unwanted trimming of white-spaces for backtiked field names in Scala 2 macros
- Update Scala 3 to 3.3.5
- Update Scala 2.13 to 2.13.16
- Update Scala.js to 1.18.2
All changes v2.33.0...v2.33.1
v2.33.0
- Fix writing of numeric timestamps with negative
epochSecondvalues - Add support for writing numeric timestamps as JSON keys
- Add missing full package prefixes from
_root_when generating codecs by Scala 2 macros - Faster codec generation when using
makewithCodecMakerConfigparameter for Scala 3
All changes v2.32.0...v2.33.0
v2.32.0
- Add an ability to write timestamps represented by pair of
epochSecondandnanovalues in a numeric format - Faster codec derivation with
CodecMakerConfigparameter for Scala 3 - Add missing full package prefixes when generating codecs by Scala 2 macros
All changes v2.31.3...v2.32.0
v2.31.3
- Fix a regression introduced in v2.31.2 of the
jsoniter-scala-circe's decoder forLongwhen decoding fromio.circe.JsonBigDecimalvalues
All changes v2.31.2...v2.31.3
v2.31.2
- Fix performance regression of v2.31.0 in failing when decoding of too big
io.circe.JNumbervalues usingjsoniter-scala-circe's codecs for numbers
All changes v2.31.1...v2.31.2
v2.31.1
- Fix performance regression of v2.31.0 in encoding for [-128...127] range of numeric primitive type values using
com.github.plohkotnyuk.jsoniter_scala_circe.CirceCodecs
All changes v2.31.0...v2.31.1
v2.31.0
Security release
- Add number decoders in
jsoniter-scala-circefor safe and more efficient decoding of numbers - Add methods in
JsonReaderwithisToken: Booleanto allow parsing of numbers inside some token
All changes v2.30.15...v2.31.0