What's Changed
- fix: avoid boundary pointer in
alg.Quote
by @AsterDY in #820 - feat: add fallback implementations for unquoting and UTF-8 validation by @liuq19 in #823
- fix(encoder): not panic for unsupported map-key type by @AsterDY in #826
- fix: fix range check for uint32 in jit by @liuq19 in #833
- fix: bugs when encoding.TextMarshaler key is integer types or nil pointer by @liuq19 in #831
- fix(vm): fix decode json contains \u0000 char by @liuq19 in #836
- fix: unmarshal single escaped chars with string option tag by @liuq19 in #837
- chore: fix comments about code generate by @liuq19 in #839
- doc: comments documenting declarations mismatch by @Innnsane in #840
- opt: optimize encode and ast node by @liuq19 in #845
- fix: compilation error with
GOEXPERIMENT=jsonv2
by @AsterDY in #847 - feat: show JSON trace when panic by @AsterDY in #848
New Contributors
Full Changelog: v1.14.0...v1.14.1