base65536
now ships as JavaScript ("ES6") modules, not CommonJS modules. The package has "type": "module"
. Additionally a separate IIFE for browser use is no longer distributed.
encode
and decode
now use Uint8Arrays
, not ArrayBuffer
s. The options ignoreGarbage
and wrap
have been scrapped.
encode
and decode
now operate on environment-agnostic ArrayBuffer
s instead of Node.js-specific Buffer
s.
No breaking changes; in this version, the code point repertoire was deemed final.
Prototype release.