Skip to content

Releases: plokhotnyuk/jsoniter-scala

v2.38.3

01 Oct 15:30
v2.38.3
42c19c3

Choose a tag to compare

  • Clean up compilation error message at attempt to derive codec for class that has a transient field without default value
  • More efficient codec derivation
  • Update Scala 2.13 to 2.13.17
  • Update circe-core to 0.14.15 for the Circe booster

All changes v2.38.2...v2.38.3

v2.38.2

25 Sep 13:27
v2.38.2
b42e807

Choose a tag to compare

  • Restore support of -Yexplicit-nulls option of Scala 3 compiler for String and ::[?] values (regression since v2.38.0)
  • More efficient codec derivation with Scala 3

All changes v2.38.1...v2.38.2

v2.38.1

24 Sep 08:43
v2.38.1
eb8383a

Choose a tag to compare

  • Fix error message in case of failed summoning of Ordering
  • Add support of type references, that allows codec derivation for recursive tuple types with Scala 3.7+
  • More efficient codec derivation with Scala 3

All changes v2.38.0...v2.38.1

v2.38.0

21 Sep 07:37
v2.38.0
7b496d1

Choose a tag to compare

  • More efficient codec derivation

All changes v2.37.11...v2.38.0

v2.37.11

13 Sep 16:01
v2.37.11
afa3f09

Choose a tag to compare

  • More efficient derivation of codecs

All changes v2.37.10...v2.37.11

v2.37.10

08 Sep 08:19
v2.37.10
8dc3bdc

Choose a tag to compare

  • Fix regression of inability to get class field annotations with Scala 2 macros that was introduced in v2.37.9

All changes v2.37.9...v2.37.10

v2.37.9

07 Sep 07:00
v2.37.9
854bd65

Choose a tag to compare

  • Add codec generation for simple opaque types
  • More efficient derivation of codecs
  • More efficient writing of doubles with Scala.js
  • Update Scala.js to 1.20.1

All changes v2.37.8...v2.37.9

v2.37.8

03 Sep 20:10
v2.37.8
5c37e9a

Choose a tag to compare

  • Fix slowdown for parsing of immutable maps with size greater than 4 that was introduces in the previous release

All changes v2.37.7...v2.37.8

v2.37.7

03 Sep 17:27
v2.37.7
4906090

Choose a tag to compare

  • More efficient parsing of Scala 3 tuples with arity greater than 22
  • More efficient codec derivation for generic and named tuples

All changes v2.37.6...v2.37.7

v2.37.6

15 Aug 16:17
v2.37.6
62935e7

Choose a tag to compare

  • More efficient parsing and serialization of Scala 3 generic tuples

All changes v2.37.5...v2.37.6