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

v5.0.0

Compare
Choose a tag to compare
@vmx vmx released this 06 May 15:46
· 11 commits to master since this release

Bug Fixes

  • package: update cids to version 0.8.0 (94e1db9)
  • issue #16 - Throw error on resolving non-root path (#43) (a5b53be)

BREAKING CHANGES

  • non-root paths throw an error

Prior to this change a call to the resolver with a path like this:

resolver.resolve(blob, '/a/b/c/d')

would just return the blob and an empty remainder path.

With this commit, it will throw an Error as there is no such path.