Skip to content

Releases: francoispqt/gojay

v1.2.13

11 Jun 06:46
1398296
Compare
Choose a tag to compare
  • Update dependencies

v1.2.12

10 Jun 15:24
559e6dc
Compare
Choose a tag to compare
  • Fix float32 decoding when number of decimal >= 10

v1.2.11

29 May 06:38
c53b22c
Compare
Choose a tag to compare
  • Deterministic code generation (keep the same order for keys)

v1.2.10

27 Mar 13:39
eb6e599
Compare
Choose a tag to compare
  • Built in slices
  • Replaced generator

v1.2.9

22 Mar 12:48
bf5c9d9
Compare
Choose a tag to compare
  • Reset keys when encoding nested object without keys

v1.2.8

28 Feb 13:27
90d9533
Compare
Choose a tag to compare
  • Add Index() method on decoder to get current array index when decoding an array

v1.2.7

20 Dec 09:36
f2cc13a
Compare
Choose a tag to compare
  • Optimise encoding buffer creation to only create a new buffer when usin Marshal as Decode api writes directly to the io.Writer. Doing this, using the Decode leads to less allocation.

v1.2.6

05 Dec 04:11
73600a9
Compare
Choose a tag to compare
  • Fix bug producing an error when skipping string with escaped unicode

v1.2.5

05 Dec 04:09
73600a9
Compare
Choose a tag to compare
  • Fix concurrency bug on Marshal methods reusing the same buffer

v1.1.4

05 Dec 04:38
Compare
Choose a tag to compare
  • Fix bug producing an error when skipping string with escaped unicode