Skip to content

v1.7.0

Choose a tag to compare

@ChALkeR ChALkeR released this 28 Dec 20:21
· 49 commits to master since this release
bfc362e

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 / fromBech32m on non-Hermes barebone engines
    Node.js, browsers, other non-barebones and Hermes / React Native were not affected
  • Passing detached ArrayBuffer instances to TextDecoder should return empty strings, not throw

Full Changelog: v1.6.0...v1.7.0