v1.7.0
What's Changed
Features:
- Implement
TextDecoderStream/TextEncoderStream
Requires Streams to be either supported by the platform or polyfilled - Implement
createSinglebyteEncoder(only fatal mode for now)
Fixes:
- Fix a missing check for non-Latin1 chars in
fromBech32/fromBech32mon non-Hermes barebone engines
Node.js, browsers, other non-barebones and Hermes / React Native were not affected - Passing detached
ArrayBufferinstances toTextDecodershould return empty strings, not throw
Full Changelog: v1.6.0...v1.7.0