Breaking changes
- Dropped support for Node.js v10.
- All functions that were returning a
Buffer
now return aUint8Array
instead.Buffer
is not used anymore, to improve compatibility with browsers without the need for polyfills.
Buffer
now return a Uint8Array
instead. Buffer
is not used anymore, to improve compatibility with browsers without the need for polyfills.