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

v2.0.1

13 Jul 09:36
@vmx vmx
Compare
Choose a tag to compare

Bug Fixes

Features

v2.0.0

12 Feb 15:40
@vmx vmx
Compare
Choose a tag to compare

Bug Fixes

  • use binary blobs directly (e69f539)

BREAKING CHANGES

  • Everyone calling the functions of resolve need to
    pass in the binary data instead of an IPFS block.

So if your input is an IPFS block, the code changes from

resolver.resolve(block, path, (err, result) => {…}

to

resolver.resolve(block.data, path, (err, result) => {…}

v1.4.4

07 Nov 08:39
Compare
Choose a tag to compare
chore: release version v1.4.4

v1.4.2

25 Aug 08:48
Compare
Choose a tag to compare

Features

  • update module: name, ci, packages (bbaf528)