Releases: goccy/go-json
Releases · goccy/go-json
0.9.7
What's Changed
- fix: an incompatible behavior on map key decoder by @orisano in #353
- fix: add filtering on slow path by @orisano in #355
- feat: add DebugWith option by @orisano in #356
- fix: add a fallback uint8 sliceDecoder to bytesDecoder by @orisano in #361
- fix: to care about the case of OpInterfacePtr by @orisano in #363
Full Changelog: v0.9.6...v0.9.7
0.9.6
What's Changed
- fix: to care ints minimum values by @orisano in #344
- Update go version by @goccy in #347
- feat: improves escapeString's performance by @orisano in #345
- fix: to safe when got unexpected typeptr by @orisano in #351
- fix: mismatched between len(s.buf) and s.bufSize by @orisano in #349
Full Changelog: v0.9.5...v0.9.6
0.9.5
What's Changed
- fix: panic when decoding time.Time with context by @orisano in #328
- fix: incorrect handling on skipValue by @orisano in #341
- fix: avoid reading the next character in buffer to nul consideration by @orisano in #338
- feat: improve performance when a payload contains escape sequence by @orisano in #334
Full Changelog: v0.9.4...v0.9.5