0.5.2 (2021-08-11)
0.5.1 (2021-03-03)
0.5.0 (2020-08-04)
- update to latest cids and uint8array compatible deps (c613e57)
-
util.cid
returnsCID
s with a breaking API change - see multiformats/js-cid#117 for changes
0.4.3 (2020-07-23)
- deserialize Uint8Arrays (9a3edba)
0.4.2 (2020-07-23)
- package: update cids to version 0.8.0 (fe238ab)
0.4.1 (2020-01-13)
- package: update multicodec to version 1.0.0 (8d9ddea)
0.4.0 (2019-10-29)
- package: update multihashing-async to version 0.8.0 (6a3869d)
- switch to zcash-block for decoding (22bc170)
- Only deserialization is supported
It is not possible anymore to serialize a Zcash Block. It will throw an "Unsupported operation" error.
0.3.0 (2019-05-10)
- package: update cids to version 0.7.0 (2f8b700)
- 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 cids to version 0.6.0 (866cfb7)
- package: update multihashing-async to version 0.6.0 (b7e3801)
- new IPLD Format API (68f3685)
- 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.6 (2018-09-12)
- add missing async dependency (57e85c7)
0.1.5 (2018-07-19)
- use block headers only (fdfe4e4)
0.1.4 (2018-06-29)
- add defaultHashAlg (#10) (8ecdb53)
- add util.cid options (#11) (8384849), closes ipld/interface-ipld-format#40
0.1.3 (2018-02-14)
- add proper error handling for util API (dacb7b1)
- export
multicodec
property (6a1e949) - the option in tree() is called
values
(568c075)
- Add resolve() method (25cef82)
- Add tree() method (685889d)
- implementation of IPLD format for Zcash (47d950f)
- initial commit (525d003)
0.1.1 (2018-01-30)
- add proper error handling for util API (dacb7b1)
- export
multicodec
property (6a1e949) - the option in tree() is called
values
(568c075)
- Add resolve() method (25cef82)
- Add tree() method (685889d)
- implementation of IPLD format for Zcash (47d950f)
0.1.1 (2018-01-30)
- add proper error handling for util API (dacb7b1)
- export
multicodec
property (6a1e949) - the option in tree() is called
values
(568c075)
- Add resolve() method (25cef82)
- Add tree() method (685889d)
- implementation of IPLD format for Zcash (47d950f)
0.1.1 (2018-01-30)
- add proper error handling for util API (dacb7b1)
- export
multicodec
property (6a1e949) - the option in tree() is called
values
(568c075)
- Add resolve() method (25cef82)
- Add tree() method (685889d)
- implementation of IPLD format for Zcash (47d950f)
0.1.2 (2018-01-10)
0.1.1 (2018-01-10)
- initial commit (525d003)