0.10.1
What's Changed
- Fix checkptr error for array decoder by @goccy in #415
- fix: added buffer size check when decoding key by @orisano in #430
- fix: fixed handling of anonymous fields other than struct by @orisano in #431
- fix: fixed to not optimize when lower can't handle byte-by-byte. by @orisano in #432
- fix: fixed a problem that MarshalIndent does not work when UnorderedMap is specified by @orisano in #435
- Fix mapDecoder.DecodeStream() for empty objects containing whitespace by @abrander in #425
- fix: fixed an issue that could not set the correct NextField for fields in the embedded structure by @orisano in #438
New Contributors
Full Changelog: v0.10.0...v0.10.1