Releases: plokhotnyuk/jsoniter-scala
Releases · plokhotnyuk/jsoniter-scala
v2.23.5
- More efficient parsing of
java.time.ZoneId
andjava.time.ZonedDateTime
values - More efficient parsing of floating point numbers
- Update Scala 3 to 3.3.1
- Update Scala 2.13 to 2.13.12
- Update Scala.js to 1.4.0
- Update Scala Native to 0.4.15
All changes v2.23.4...v2.23.5
v2.23.4
- More efficient serialization of float and double values
- More efficient parsing of
java.time._
values with dates - Update circe-core to 0.14.6 for jsoniter-scala-circe module
All changes v2.23.3...v2.23.4
v2.23.3
- Fixed #1072 by adding support of boxed Java primitives as keys for maps with Scala 3
- Update Scala.js to 1.13.2
All changes v2.23.2...v2.23.3
v2.23.2
- Update Scala 2.13 to 2.13.11
- Update Scala 2.12 to 2.12.18
- Update scala-native to 0.4.14
All changes v2.23.1...v2.23.2
v2.23.1
- Update Scala 3 to 3.3.0
All changes v2.23.0...v2.23.1
v2.23.0
- Fix #1014 by proper encoding of Scala objects when using macros for generation of circe-like codecs
- Add the
circeLikeObjectEncoding
flag for macros' configuration that turns on circe-like encoding of Scala objects - Update Scala.js to 1.13.1
All changes v2.22.2...v2.23.0
v2.22.2
- More efficient parsing of small strings for JVM and Scala Native
- Added missing Scala docs
All changes v2.22.1...v2.22.2
v2.22.1
- Fix the discriminator name of
None
type for nested options - Add support of
-Yexplicit-nulls
when deriving codecs forBigDecimal
All changes v2.22.0...v2.22.1
v2.22.0
- More efficient encoding of
java.time.Year
values by thejsoniter-scala-circe
module - Update Scala Native to 0.4.12
All changes v2.21.4...v2.22.0
v2.21.4
- Fix type substitution for generic leaf-types of sum-types in Scala 2 macros
- Update Scala Native to 0.4.11
All changes v2.21.3...v2.21.4