Releases: francoispqt/gojay
Releases · francoispqt/gojay
v1.0.3
- Fix bug with one decimal introduced in previous patch
- Add tests
v1.0.2
- Fix cases where parsing malformed numbers caused panics
- Make negative number decoding to uint values return an InvalidUnmarshalError inline with
encoding/json
- Add gofuzz helper
- Clean exponent syntax building
v1.0.1
- Fix cases where malformed JSON number could cause panic
- Add go-fuzz in examples
v1.0.0
- Follow RFC7159 (Exponent syntax for numbers, unicode code point syntax tests)
- optimise Unsafe API
- simplify API
- thorough test suite
0.10.7
- Use sync.Pool to pool decoders and encoders
v0.10.6
- Add int64 encoding methods
- optimisations
- fix bug on in array object key encoding
v0.10.5
- Add support for EmbeddedJSON
- Optimise Encoding
v0.10.4
- Add escape of control characters in encoding
- Add DecodeObjectFunc and EncodeObjectFunc types
- Add tests
v0.10.3
- Fix potential issue with io.ReadCloser
- Add examples with http package
v0.10.2
- Adding support to parse all keys when NKeys returns 0
- Adding tests an docs