Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-06-16 | 379 Bytes | |
v2.36.5 source code.tar.gz | 2025-06-16 | 544.8 kB | |
v2.36.5 source code.zip | 2025-06-16 | 1.3 MB | |
Totals: 3 Items | 1.8 MB | 1 |
- Fixed unexpected instantiation of new values of case object classes when using Scala 3 derives for codec derivation
- Reduced size of generated code when using
CodecMakerConfig.withEncodingOnly(true)
- More efficient parsing of small JSON arrays to
Vector
andIndexSeq
collections
All changes https://github.com/plokhotnyuk/jsoniter-scala/compare/v2.36.4...v2.36.5