Skip to content
This repository has been archived by the owner on Aug 11, 2021. It is now read-only.

Releases: ipld/js-ipld-zcash

v0.5.2

11 Aug 15:52
Compare
Choose a tag to compare
chore: release version v0.5.2

v0.5.1

03 Mar 12:37
@vmx vmx
Compare
Choose a tag to compare
chore: release version v0.5.1

v0.5.0

04 Aug 16:32
@vmx vmx
Compare
Choose a tag to compare

Bug Fixes

  • update to latest cids and uint8array compatible deps (c613e57)

BREAKING CHANGES

v0.4.3

23 Jul 15:24
@vmx vmx
Compare
Choose a tag to compare

Bug Fixes

  • deserialize Uint8Arrays (9a3edba)

v0.4.2

23 Jul 14:00
@vmx vmx
Compare
Choose a tag to compare

Bug Fixes

  • package: update cids to version 0.8.0 (fe238ab)

v0.4.1

13 Jan 12:12
@vmx vmx
Compare
Choose a tag to compare

Bug Fixes

  • package: update multicodec to version 1.0.0 (8d9ddea)

v0.4.0

29 Oct 12:01
@vmx vmx
Compare
Choose a tag to compare

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

10 May 11:33
@vmx vmx
Compare
Choose a tag to compare

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

08 May 20:15
@vmx vmx
Compare
Choose a tag to compare

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

12 Sep 11:05
@vmx vmx
Compare
Choose a tag to compare

Bug Fixes

  • add missing async dependency (57e85c7)