Skip to content

0.7.3

Latest

Choose a tag to compare

@bjohansebas bjohansebas released this 03 Jul 17:49
Immutable release. Only release title and notes can be modified.
43694e2

πŸš€ Improvements

🐞 Bug fixes

  • Fix UTF-32 streaming across chunk boundaries - by @spokodev and @bjohansebas in #393

    When decoding a UTF-32 stream, a 4-byte code unit split across a chunk boundary was decoded incorrectly, and a truncated trailing unit is now replaced with U+FFFD instead of being dropped. When encoding, a surrogate held over between chunks no longer throws. Whole-buffer decode/encode were unaffected.

New Contributors

Full Changelog: v0.7.2...v0.7.3