Skip to content

Releases: francoispqt/gojay

v1.1.3

18 Oct 13:48
Compare
Choose a tag to compare
  • Fix concurrency bug on Marshal methods reusing the same buffer

v1.0.4

18 Oct 13:48
Compare
Choose a tag to compare
  • Fix concurrency bug on Marshal methods reusing the same buffer

v1.2.4

29 Aug 06:28
f558782
Compare
Choose a tag to compare
  • Add decode null feature (taking a pointer to a pointer and leaving it untouched if null is encountered in JSON)
  • Add encoding with keys methods (encodes only the given keys for an object)
  • Add interface decoding (decode unknown interface values using standard JSON)

v1.2.3

21 Aug 10:08
a506888
Compare
Choose a tag to compare
  • Add NullEmpty encoding method to encode null when value is empty
  • Add Null and NullKey methods on Encoder to encode a null

v1.2.2

21 Aug 04:12
Compare
Choose a tag to compare

Fix bug on skip string when escaped solidus is present

v1.2.1

15 Aug 14:36
0281453
Compare
Choose a tag to compare

Fix escape sequence bug on skipArray and skipObject

v1.2.0

12 Aug 15:01
a2c156a
Compare
Choose a tag to compare
  • Add types
    SQLNullTypes
    time.Time
  • Fix and enhance escape sequence when decoding string

v1.1.2

08 Aug 06:36
Compare
Choose a tag to compare

Fix bug on escape sequence when skipping objects and arrays

v1.1.1

23 Jul 14:54
Compare
Choose a tag to compare
  • Fix bug in code generator when writing to a file in the same package. Generator now creates the destination file at the end.
  • Fix bug when null values are decoded on some number types and cursor is not updated properly

v1.1.0

24 Jun 16:09
0329bd6
Compare
Choose a tag to compare
  • Code generator for struct, slices, maps
  • Adding new types for encoding/decoding
  • Updating doc
  • Adding tests