Releases: plokhotnyuk/jsoniter-scala
Releases · plokhotnyuk/jsoniter-scala
v0.25.2
- Fix #109 to parse -0.0 properly, without loosing of a sign when binding it to float or double
- Fix #110 to avoid small but annoying rounding error when parsing float primitives with exponent less than -11
All changes v0.25.1...v0.25.2
v0.25.1
- More efficient parsing of java.time.ZonedDateTime
- Switch to Scala 2.12.6
All changes v0.25.0...v0.25.1
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