v1.9.0
·
157 commits
to main
since this release
Immutable
release. Only release title and notes can be modified.
- Implement strict multi-byte encoders, except for
iso-2022-jpfor now - Add
/encoding-browser.jsto load only native lightweight TextDecoder/TextEncoder in browser bundles - Add
/index.jsexport with usage warning, mostly for IDEs - Switch
/base58check.jspeer dep (used on non-Node.js platforms) to@noble/hashesdirectly (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