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

Releases: ipld/js-ipld-ethereum

v6.0.1

11 Aug 15:49
Compare
Choose a tag to compare
chore: release version v6.0.1

v6.0.0

09 Apr 08:56
Compare
Choose a tag to compare
chore: release version v6.0.0

v5.0.1

05 Aug 13:10
@vmx vmx
Compare
Choose a tag to compare

Bug Fixes

v5.0.0

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

Bug Fixes

  • replace node buffers with uint8arrays (#69) (a8fc4f5)

BREAKING CHANGES

    • util.serialize returns a Uint8Array

v4.0.2

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

Bug Fixes

  • package: update cids to version 0.8.0 (cb9538b)

v4.0.1

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

Bug Fixes

  • package: update multicodec to version 1.0.0 (640126a)
  • package: update multihashing-async to version 0.8.0 (dc96913)

v4.0.0

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

Bug Fixes

  • package: update cids to version 0.7.0 (962737a)

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.

v3.0.0

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

Bug Fixes

  • package: update cids to version 0.6.0 (c38363a)
  • package: update multihashing-async to version 0.6.0 (4eaa791)

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.

If you want to access the original JavaScript Ethereum object, it is
now stored in a property called _ethObj. So if you e.g. called
deserialized.hash(), you now have to call
deserialized._ethObj.hash().

For the full new API please see the IPLD Formats spec.

v2.0.3

18 Jan 12:19
@vmx vmx
Compare
Choose a tag to compare

Bug Fixes

  • package: update merkle-patricia-tree to version 3.0.0 (57f19fe)
  • browser bundle (a246af1)

v2.0.2

07 Nov 14:23
@vmx vmx
Compare
Choose a tag to compare

Bug Fixes

  • sorting function needs to return an integer (662d8ec)
  • package: update ipfs-block to version 0.8.0 (7013beb)