This repository has been archived by the owner on Mar 10, 2020. It is now read-only.
Releases: ipfs-inactive/js-ipfs-http-client
Releases · ipfs-inactive/js-ipfs-http-client
v30.1.2
v30.1.1
v30.1.0
v30.0.0
Bug Fixes
Code Refactoring
Features
BREAKING CHANGES
ipfs.util.isIPFS
has moved to a static export and should be accessed viaconst { 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 [email protected]
v29.1.1
v29.1.0
v29.0.1
v29.0.0
Code Refactoring
BREAKING CHANGES
- All API methods that returned
big.js
instances now returnbignumber.js
instances.
License: MIT
Signed-off-by: Alan Shaw [email protected]