js-libp2p-crypto/CHANGELOG.md
2019-07-10 11:45:02 +01:00

3.2 KiB

0.4.0 (2019-07-10)

Features

BREAKING CHANGES

  • Callback support has been dropped in favor of async/await.

  • feat: use async/await

This PR changes this module to remove callbacks and use async/await. The API is unchanged aside from the obvious removal of the callback parameter.

refs https://github.com/ipfs/js-ipfs/issues/1670

  • fix: use latest multihashing-async as it is all promises now

0.3.1 (2019-07-10)

Bug Fixes

  • update deps and repo setup (cfdcbe0)
  • unmarshal: provide only one arg to callback (#17) (3bb8451)

Features

  • add id() method to Secp256k1PrivateKey (f4dbd62)

0.3.0 (2019-02-20)

Features

  • add id() method to Secp256k1PrivateKey (f4dbd62)

0.2.3 (2019-01-08)

Bug Fixes

  • update deps and repo setup (cfdcbe0)

0.2.2 (2017-07-22)

Bug Fixes

  • circular circular dep -> DI (0dcf1a6)

0.2.1 (2017-07-22)

0.2.0 (2017-07-22)

Features

0.1.4 (2017-02-12)

0.1.3 (2017-02-11)

0.1.2 (2017-02-09)

0.1.1 (2017-02-09)

0.1.0 (2017-02-09)

Features