ipfs v0.35.0-rc.7 Release Notes

Release Date: 2019-04-12 // about 5 years ago
  • ๐Ÿ› 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]