Skip to content

Preview release with Unmarshaling bug fixes

Pre-release
Pre-release
Compare
Choose a tag to compare
@gogama gogama released this 22 Aug 20:21
· 96 commits to main since this release

Bug fixes

  • Fix a bug where Unmarshal would fail to unmarshal into an array (not slice) if the array was big enough to hold the entire unmarshaled data.
  • Fix a bug where fuzzy JSON decoding did not work correctly on the JSON literals null, false, and true.

Other improvements

  • Increase test coverage for Unmarshal.
  • Minor housekeeping/tidying.