Skip to content

v1.9.0

Choose a tag to compare

@ChALkeR ChALkeR released this 18 Jan 13:42
· 157 commits to main since this release
Immutable release. Only release title and notes can be modified.
c5ff201
  • Implement strict multi-byte encoders, except for iso-2022-jp for now
  • Add /encoding-browser.js to load only native lightweight TextDecoder/TextEncoder in browser bundles
  • Add /index.js export with usage warning, mostly for IDEs
  • Switch /base58check.js peer dep (used on non-Node.js platforms) to @noble/hashes directly (previously @exodus/crypto)
  • Fix legacyHookDecode() behavior on non-even (incomplete) UTF-16 byte length
  • Fix utf16toString(uint16arr) on Big-Endian Node.js
  • Performance improvements in encoders and decoders

Full Changelog: v1.8.0...v1.9.0