What's Changed
- chore: remove
NoQuoteTextMarshaler
fromConfigFastest
and export … by @AsterDY in #781 - fix: code and comment typos by @musvaage in #783
- fix(git): add lacking fuzz/go-fuzz-corpus submodule by @zchee in #784
- opt:(encoder) use std
strconv.AppendInt
for better performance on arm by @AsterDY in #789 - fix: not panic when marshal map key that is bool by @liuq19 in #795
- fix: typo in ast/node.go doc comment by @eomhs in #793
- feat:(ast) add
Node.StrictBool
by @AsterDY in #801 - fix: pass
io.Reader
's error toStreamDecoder
by @AsterDY in #802 - fix(compat): should return error when unmarshaling json with trailing chars by @liuq19 in #803
New Contributors
- @musvaage made their first contribution in #783
- @zchee made their first contribution in #784
- @eomhs made their first contribution in #793
Full Changelog: v1.13.2...v1.13.3