Skip to content

Latest commit

 

History

History
107 lines (63 loc) · 7.49 KB

CHANGELOG.md

File metadata and controls

107 lines (63 loc) · 7.49 KB

1.3.1 (2023-10-04)

Features

  • update debug from 4.1.1 to 4.3.4 (a7e7aad)

1.3.0 (2023-09-29)

Features

  • update @mattrglobal/node-bbs-signatures to 0.18.1 (b929d7d)
  • update @wasm-tool/wasm-pack-plugin to 1.7.0 (b929d7d)
  • update rust edition to 2021 (b929d7d)
  • update console_error_panic_hook to 0.1.7 (b929d7d)
  • update serde-wasm-bindgen to 0.6.0 (b929d7d)
  • update wasm-bindgen to 0.2.87 (b929d7d)
  • update wasm-bindgen-future to 0.4.37 (b929d7d)
  • update web-sys to 0.3.64 (b929d7d)

Bug Fixes

  • remove support for wee_alloc (b929d7d)

1.2.0 (2023-09-18)

Features

1.1.0 (2022-07-11)

1.0.0 (2022-01-09)

0.7.0 (2021-12-08)

Bug Fixes

  • strict check for given messages count and originally revealed (fd1fbbf)

0.6.0 (2021-05-25)

BREAKING CHANGES: Support for asm.js has been removed due to its poor performance and it creating bloat for all package consumers. Support for NodeJS 10 which is now EOL has also been removed due in-compatibility with TextEncoder/TextDecoder that is used in the translated ES module generated by wasm-pack.

Bug Fixes

Features

  • update approach to generating wasm (#84) (f1afe8b)

0.5.0 (2021-02-23)

BREAKING CHANGES: The API exposed by this library is now promise based see #61 for more details.

Bug Fixes

  • set private key as defined on generate returntype (#47) (5b29ec8)
  • sample: update references to generateBls12381G2KeyPair (#48) (691fe74)
  • sample: use byte arrays instead of strings (#51) (fcb06c9), closes #49

Features

  • change to use byte arrays for messages and support generating g1 keys (#40) (92238cf)
  • sample: update to the latest released version 0.4.0 (f8fa318), closes #50 #50 #49
  • migrate to async based api (#61) (5dbd924)

0.4.0 (2020-08-27)

Bug Fixes

Features

  • add asm.js roll back support (#30) (4d28ad3)
  • add node bbs roll back support (#33) (49aee81)
  • change to use byte arrays for messages and support generating g1 keys (#40) (92238cf)

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.3.0 (2020-07-20)

Bug Fixes

Features

0.2.0 (2020-06-04)

Features

0.1.0 (2020-06-04)

Initial release