Skip to content
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
Compare
Choose a tag to compare
@alanshaw alanshaw released this 12 Apr 13:37
· 4646 commits to master since this release

Bug Fixes

BREAKING CHANGES

  • Browser application bundles now include only ipld-dag-pb, ipld-dag-cbor and ipld-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 and ipld-raw included
  • CDN bundle <script src="https://unpkg.com/ipfs/dist/index.min.js"></script>

    • all IPLD formats included

Co-Authored-By: hugomrdias [email protected]