0.4.1 (2021-03-03)
0.4.0 (2020-08-04)
-
util.serialize
returnsUint8Array
s
util.cid
returnsCID
s with a breaking API change - see multiformats/js-cid#117 for changes
0.3.2 (2020-07-23)
- package: update cids to version 0.8.0 (bf67862)
0.3.1 (2020-01-13)
- package: update multicodec to version 1.0.0 (fb8226e)
- package: update multihashing-async to version 0.8.0 (5ef0714)
0.3.0 (2019-05-10)
- package: update cids to version 0.7.0 (6b2745e)
- package: Returned v1 CIDs now default to base32 encoding
Previous versions returned a base58 encoded string when toString()
/
toBaseEncodedString()
was called on a CIDv1. It now returns a base32
encoded string.
0.2.0 (2019-05-08)
- package: update bitcoinjs-lib to version 5.0.0 (ef99508)
- package: update cids to version 0.6.0 (cd36640)
- package: update multihashing-async to version 0.6.0 (9dc7bb7)
- new IPLD Format API (1a799aa)
- The API is now async/await based
There are numerous changes, the most significant one is that the API is no longer callback based, but it using async/await.
For the full new API please see the IPLD Formats spec.
0.1.9 (2018-12-03)
- package: update bitcoinjs-lib to version 4.0.2 (64cde6c)
- remove git-validate as a dependency (84d0ffc)
0.1.8 (2018-10-15)
- add missing async dependency (c070fdf)
0.1.7 (2018-07-19)
- use block headers only (ef05359)
0.1.6 (2018-06-29)
- do not ignore cid.options (#20) (177ddc5)
- move dirty-chai to dev dependencies (3805fc1)
- use multihasing-async #14 (#19) (77354ac)
0.1.5 (2018-02-14)
0.1.4 (2018-02-01)
- export
multicodec
property (8e6ec75)
0.1.3 (2018-01-22)
0.1.2 (2018-01-10)
- initial commit (525d003)