Skip to content

Releases: francoispqt/gojay

v1.0.3

29 May 06:01
4fc4320
Compare
Choose a tag to compare
  • Fix bug with one decimal introduced in previous patch
  • Add tests

v1.0.2

24 May 16:03
b8dc210
Compare
Choose a tag to compare
  • 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

21 May 15:57
efc4a69
Compare
Choose a tag to compare
  • Fix cases where malformed JSON number could cause panic
  • Add go-fuzz in examples

v1.0.0

20 May 12:31
Compare
Choose a tag to compare
  • Follow RFC7159 (Exponent syntax for numbers, unicode code point syntax tests)
  • optimise Unsafe API
  • simplify API
  • thorough test suite

0.10.7

09 May 15:38
d096375
Compare
Choose a tag to compare
0.10.7 Pre-release
Pre-release
  • Use sync.Pool to pool decoders and encoders

v0.10.6

07 May 13:23
6614f5b
Compare
Choose a tag to compare
v0.10.6 Pre-release
Pre-release
  • Add int64 encoding methods
  • optimisations
  • fix bug on in array object key encoding

v0.10.5

06 May 16:14
7a565ad
Compare
Choose a tag to compare
v0.10.5 Pre-release
Pre-release
  • Add support for EmbeddedJSON
  • Optimise Encoding

v0.10.4

04 May 19:06
Compare
Choose a tag to compare
v0.10.4 Pre-release
Pre-release
  • Add escape of control characters in encoding
  • Add DecodeObjectFunc and EncodeObjectFunc types
  • Add tests

v0.10.3

03 May 15:40
Compare
Choose a tag to compare
v0.10.3 Pre-release
Pre-release
  • Fix potential issue with io.ReadCloser
  • Add examples with http package

v0.10.2

03 May 15:00
589f634
Compare
Choose a tag to compare
v0.10.2 Pre-release
Pre-release
  • Adding support to parse all keys when NKeys returns 0
  • Adding tests an docs