This repository was archived by the owner on Feb 12, 2024. It is now read-only.
v0.35.0-rc.7
Pre-release
Pre-release
·
4646 commits
to master
since this release
Bug Fixes
- flakey windows test (#1987) (9708c0a)
- really disable DHT (#1991) (2470be8)
- remove non default ipld formats in the browser (#1980) (4376121)
BREAKING CHANGES
-
Browser application bundles now include only
ipld-dag-pb
,ipld-dag-cbor
andipld-raw
IPLD codecs. Other codecs should be added manually, see https://github.com/ipfs/js-ipfs/blob/master/README.md#optionsipld for details. -
In Node.js
require('ipfs')
- all IPLD formats included
-
In browser application bundle
require('ipfs')
bundled with webpack/browserify/etc.- only
ipld-dag-pb
,ipld-dag-cbor
andipld-raw
included
- only
-
CDN bundle
<script src="https://unpkg.com/ipfs/dist/index.min.js"></script>
- all IPLD formats included
Co-Authored-By: hugomrdias [email protected]