mirror of
https://github.com/fluencelabs/js-libp2p-crypto
synced 2025-03-15 18:50:56 +00:00
3.3 KiB
3.3 KiB
0.4.1 (2020-01-06)
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
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
- initial implementation (4c36aeb)