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

v0.25.0

Choose a tag to compare

@vmx vmx released this 01 Aug 13:01
· 77 commits to master since this release

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.