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

Releases: ipld/js-ipld

v0.26.3

09 Jun 14:14
@vmx vmx
Compare
Choose a tag to compare

Bug Fixes

  • package: update ipld-raw to version 5.0.0 (75787e0)

v0.26.2

27 Apr 14:15
@vmx vmx
Compare
Choose a tag to compare

Bug Fixes

v0.26.1

23 Apr 16:20
@vmx vmx
Compare
Choose a tag to compare

Features

  • support passing AbortSignals to the configured blockservice (89335da)

v0.26.0

23 Apr 14:42
@vmx vmx
Compare
Choose a tag to compare
  • Revert "Revert "fix: update deps and use ipld-block"" (4ec1f74)

BREAKING CHANGES

  • Use ipld-block instead of ipfs-block

This reverts commit 6af9449.

v0.25.5

23 Apr 14:13
@vmx vmx
Compare
Choose a tag to compare
chore: release version v0.25.5

v0.25.4

22 Apr 10:22
@vmx vmx
Compare
Choose a tag to compare

Bug Fixes

  • update deps and use ipld-block (9bd8aee)
  • package: update cids to version 0.8.0 (ee554e7)
  • minor improvement to path handling in Node.js tests (ea53bb3)

v0.25.3

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

Bug Fixes

  • package: update multicodec to version 1.0.0 (2b661da)
  • package: update typical to version 6.0.0 (2a9506a)

v0.25.2

30 Oct 11:35
@vmx vmx
Compare
Choose a tag to compare
chore: release version v0.25.2

v0.25.1

30 Oct 10:45
@vmx vmx
Compare
Choose a tag to compare

Bug Fixes

  • package: update merge-options to version 2.0.0 (c55c869)

v0.25.0

01 Aug 13:01
@vmx vmx
Compare
Choose a tag to compare

Code Refactoring

  • make code promisify free (23de2e4)

BREAKING CHANGES

  • Everyone upgrading to this release also needs to upgrade
    ipfs-block-service, ipfs-repo and ipld-in-memory.

This commit uses the new async API of:

  • ipfs-block-service >= 0.16.0
  • ipfs-repo >=0.27.0
  • ipld-in-memory >= 3.0.0

If your library has a dependency on any of those, you likely also need
to upgrade to at least those versions.