Skip to content

Releases: ItalyPaleAle/arraybuffer

v1.1.0

Choose a tag to compare

@ItalyPaleAle ItalyPaleAle released this 27 Dec 00:29
d3a047b

Changes:

  • All Decode methods now remove whitespaces from the input stream before decoding.
  • When decoding hex-encoded strings, the input is now validated to ensure that only characters that are valid hex are present.

v1.0.3

Choose a tag to compare

@ItalyPaleAle ItalyPaleAle released this 14 Oct 04:33
24c12e3

Fixes:

  • Correctly export ESM and CJS files and associated typings

v1.0.1

Choose a tag to compare

@ItalyPaleAle ItalyPaleAle released this 17 Sep 15:59
3bf5d1f

Fixes:

  • Fixed exported paths, so now it's possible to import paths like arraybuffer-encoding/hex correctly.

v1.0.0

Choose a tag to compare

@ItalyPaleAle ItalyPaleAle released this 17 Sep 15:52
db0273f

First public release 🎉

Install from NPM:

npm i arraybuffer-encoding