Skip to content

0.9.8

Compare
Choose a tag to compare
@goccy goccy released this 29 Jun 17:41
· 60 commits to master since this release
27bd0f2

Fix bugs

  • Fix decoding of surrogate-pair ( #365 ) by @orisano
  • Fix handling of embedded primitive type ( #366 ) by @orisano
  • Add validation of escape sequence for decoder ( #367 ) by @orisano
  • Fix stream tokenizing respecting UseNumber ( #369 ) by @zeroshade
  • Fix encoding when struct pointer type that implements Marshal JSON is embedded ( #375 ) by @orisano

Improve performance

  • Improve performance of linkRecursiveCode ( #368 ) by @orisano

New Contributors

Full Changelog: v0.9.7...v0.9.8