Skip to content
This repository has been archived by the owner on Mar 10, 2020. It is now read-only.

v30.0.0

Compare
Choose a tag to compare
@alanshaw alanshaw released this 13 Mar 18:49
· 227 commits to master since this release

Bug Fixes

Code Refactoring

Features

BREAKING CHANGES

  • ipfs.util.isIPFS has moved to a static export and should be accessed via const { isIPFS } = require('ipfs-http-client').

The modules available under ipfs.types.* have also become static exports.

ipfs.util.crypto has been removed as it is not a dependency of ipfs-http-client so reduces the bundle size. If you need to use libp2p crypto primitives then please see the js-libp2p-crypto project for info on how to use it in your project.

Finally ipfs.util.getEndpointConfig is now a direct instance method, ipfs.getEndpointConfig

License: MIT
Signed-off-by: Alan Shaw alan.shaw@protocol.ai