Skip to content

v2.0.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 28 Sep 00:15
· 7 commits to master since this release
b9ff1b2

2.0.0 (2023-09-28)

Bug Fixes

Features

  • add strict input check allowing only byte arrays as inputs (#87) (#90) (b9ff1b2)

BREAKING CHANGES

  • From this release, only instances of Array with numeric values <= 255 are accepted
    as inputs. No strings or anything else except shapes like Buffer or Uint8Array.