Releases: francoispqt/gojay
Releases · francoispqt/gojay
v1.2.13
v1.2.12
- Fix float32 decoding when number of decimal >= 10
v1.2.11
- Deterministic code generation (keep the same order for keys)
v1.2.10
- Built in slices
- Replaced generator
v1.2.9
- Reset keys when encoding nested object without keys
v1.2.8
- Add
Index()
method on decoder to get current array index when decoding an array
v1.2.7
- Optimise encoding buffer creation to only create a new buffer when usin
Marshal
asDecode
api writes directly to the io.Writer. Doing this, using theDecode
leads to less allocation.
v1.2.6
- Fix bug producing an error when skipping string with escaped unicode
v1.2.5
- Fix concurrency bug on Marshal methods reusing the same buffer
v1.1.4
- Fix bug producing an error when skipping string with escaped unicode