Skip to content

Releases: plokhotnyuk/jsoniter-scala

v2.20.5

27 Jan 07:25
Compare
Choose a tag to compare

v2.20.4

26 Jan 18:31
Compare
Choose a tag to compare
  • More efficient serialization of java.time.Instant values
  • Update Scala 3.x to 3.2.2
  • Update Scala.js to 1.13.0

All changes v2.20.3...v2.20.4

v2.20.3

12 Jan 14:33
Compare
Choose a tag to compare
  • More efficient serialization of Int, Long, java.time.Duration, java.time.Period values and small immutable.Seq values
  • More efficient parsing of small immutable.Seq values and java.time.Instant values with 0 nanos

All changes v2.20.2...v2.20.3

v2.20.2

09 Jan 12:12
Compare
Choose a tag to compare
  • More efficient serialization of Double and Float values
  • More efficient serialization of Long values for Scala.js

All changes v2.20.1...v2.20.2

v2.20.1

29 Dec 10:44
Compare
Choose a tag to compare
  • More efficient parsing of BigDecimal values for Scala.js and Scala Native
  • More efficient serialization of java.time.Instance and java.time.ZoneOffset values

All changes v2.20.0...v2.20.1

v2.20.0

23 Dec 13:20
Compare
Choose a tag to compare
  • Removed dependency on scala-java-time-tzdb for Scala.js and Scala Native
  • More efficient serialization of strings that start from ASCII characters that don't require escaping

All changes v2.19.1...v2.20.0

v2.19.1

09 Dec 21:23
Compare
Choose a tag to compare
  • Fix of unexpected error when parsing from java.io.InputStream or java.nio.DirectBuffer

All changes v2.19.0...v2.19.1

v2.19.0

06 Dec 09:50
Compare
Choose a tag to compare
  • Add functions that enforce snake_case and kebab-case with joined non-alphabetic characters
  • More efficient parsing of nanos of java.time._ values for JVM and Scala Native
  • More efficient serialization of string constant types
  • More efficient derivation of codecs in compile-time

All changes v2.18.1...v2.19.0

v2.18.1

27 Nov 10:34
Compare
Choose a tag to compare
  • More efficient parsing of BigInt and BigDecimal values for JVM and Scala Native
  • Update scala-java-time and scala-java-time-tzdb to 2.5.0 for Scala.js and ScalaNative platforms
  • Update Scala Native to 0.4.9

All changes v2.18.0...v2.18.1

v2.18.0

24 Nov 07:56
Compare
Choose a tag to compare
  • Add a couple of make... methods for derivation of circe-like codecs
  • More efficient parsing and serialization with Scala Native (all credits to @armanbilge)
  • More efficient derivation of codecs by Scala 3 macros without parameters
  • Update Scala Native to 0.4.8
  • Update Scala.js to 1.12.0

All changes v2.17.9...v2.18.0