Releases: ipld/js-ipld-zcash
Releases · ipld/js-ipld-zcash
v0.5.2
chore: release version v0.5.2
v0.5.1
chore: release version v0.5.1
v0.5.0
Bug Fixes
- update to latest cids and uint8array compatible deps (c613e57)
BREAKING CHANGES
v0.4.2
Bug Fixes
- package: update cids to version 0.8.0 (fe238ab)
v0.4.1
Bug Fixes
- package: update multicodec to version 1.0.0 (8d9ddea)
v0.4.0
Bug Fixes
- package: update multihashing-async to version 0.8.0 (6a3869d)
Features
- switch to zcash-block for decoding (22bc170)
BREAKING CHANGES
- Only deserialization is supported
It is not possible anymore to serialize a Zcash Block. It will throw an
"Unsupported operation" error.
v0.3.0
Bug Fixes
- package: update cids to version 0.7.0 (2f8b700)
BREAKING CHANGES
- 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.
v0.2.0
Bug Fixes
- package: update cids to version 0.6.0 (866cfb7)
- package: update multihashing-async to version 0.6.0 (b7e3801)
Features
BREAKING CHANGES
- 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.
v0.1.6
Bug Fixes
- add missing async dependency (57e85c7)