Releases: plokhotnyuk/jsoniter-scala
Releases · plokhotnyuk/jsoniter-scala
v0.25.0
- Fix #108 by switching of representation of Year from an integer number to the ISO-8601 string
- More efficient parsing of java.time._ classes (except Duration, Period, ZoneId and ZonedDateTime)
All changes v0.24.4...v0.25.0
v0.24.4
- More efficient parsing of bitsets
- Couple fixes for benchmarks: avoid double call of setup(), bit set value limits extended to max, fix benchmarks for immutable bitset and intmap to be parametrized by size
All changes v0.24.3...v0.24.4
v0.24.3
- Fix #107 to parse properly double negated values of java.time.Duration with nanos, like "-PT-0.1S"
- Add checking of numeric params for writer and reader configs
All changes v0.24.2...v0.24.3
v0.24.2
- Fix #106 by skipping of looking for synthetic companion object when no default params are defined in the primary constructor of the case class
All changes v0.24.1...v0.24.2
v0.24.1
- More efficient parsing of fractional numbers
All changes v0.24.0...v0.24.1
v0.24.0
SECURITY RELEASE
- Fix #105 by adding a configurable limit for bit set values that are allowed during parsing
- Don't write to preallocated array out of really stored value
- More efficient writing of stringified bytes and shorts
All changes v0.23.0...v0.24.0
v0.23.0
- Fix #102 by adding of parse error throwing when duplicates for case class fields or the discriminator field were found
All changes v0.22.3...v0.23.0
v0.22.3
- More efficient serialization of longs, List and collections which extends IndexedSeq
- Added benchmarks for Java API of DSL-JSON Platform library (https://github.com/ngs-doo/dsl-json), results are published on gh-pages as usually: https://plokhotnyuk.github.io/jsoniter-scala/
All changes v0.22.2...v0.22.3
v0.22.2
- Tune visibility of private methods of writer API
- Use only pow of 2 values for sizes of internal buffers for more efficient memory management during parsing and serialization
- More efficient printing of hex dumps in case of errors
All changes v0.22.1...v0.22.2
v0.22.1
- Fix of redundant buffer size checking or buffer growing when its limit is reached during serialization
All changes v0.22.0...v0.22.1