Skip to content

Latest commit

 

History

History
173 lines (103 loc) · 7.27 KB

CHANGELOG.md

File metadata and controls

173 lines (103 loc) · 7.27 KB

0.20.0 (2024-09-16)

Build System

  • deps: bump neon from 0.10.1 to 1.0.0 (#239) (45fa9c6)

Features

  • remove support for node 16 (45fa9c6)
  • adds support for node 20 and 22 (45fa9c6)

BREAKING CHANGES

  • node 16.x no longer supported

0.19.0 (2024-07-04)

Features

  • remove support for node 14 (0f8c281)

BREAKING CHANGES

  • node 14.x no longer supported

0.18.1 (2023-09-27)

Bug Fixes

  • adds missing build files for arm

0.18.0 (2023-09-26)

Bug Fixes

  • removes rayon feature from bbs crate (7ab7ad4)

0.17.0 (2023-09-18)

Bug Fixes

  • publish unstable with node 18.x only (81f7dca)

0.16.0 (2023-09-17)

Features

0.15.0 (2022-07-11)

Bug Fixes

  • update bbs to 0.4.1 and run cargo update (3ac291a)

0.14.0 (2022-06-23)

Features

  • upgrade dependencies
  • adding github actions to backup repository to s3 (#188) (93f5f41)

0.13.0 (2021-11-30)

Bug Fixes

  • strict check for given messages count and originally revealed (#175) (b9679d4)

0.12.0 (2021-05-21)

Add NodeJS version 15 and 16 support

Bug Fixes

  • benchmarks and add to gh action (e1650e7)

0.11.0 (2020-11-23)

Features

BREAKING CHANGES

  • All API's now return a promise instead of the raw result

0.10.0 (2020-08-27)

Bug Fixes

Features

  • add blinded bls12-381 key generation (#130) (9b2646e)
  • add bls12-381 g1 key generation support (#127) (85e89a0)

BREAKING CHANGES

  • generateBls12381KeyPair has been changed to generateBls12381G2KeyPair
  • All operations involving messages and nonces are now in terms of Uint8Array's rather than strings

0.9.0 (2020-06-18)

Features

0.8.0 (2020-05-19)

Features

0.7.0 (2020-05-04)

0.6.0 (2020-05-03)

Features

0.5.0 (2020-04-28)

Updates to package release configuration

0.4.0 (2020-04-28)

Updates to package release configuration

0.3.0 (2020-04-28)

Version bump due to NPM package publishing issue caused by prior delete 0.2.0 release

0.2.0 (2020-04-28)

Bug Fixes

  • create proof with invalid message set (#81) (bf6453f)

0.1.0 (2020-04-26)

Initial release