/ ipfs / blog / 23-js-ipfs-0-23 source by David Dias & Victor Bjelkholm on 2017-03-24 Today we're happy to announce that we have released js-ipfs version 0.23.0. DAG API (IPLD Support) Interoperability with go-ipfs Bootstrap nodes Easier initialization Datastore New tutorials jsipfs add --wrap-with-directory feature Support for unixfs sharding npm install --save ipfs@0.23.0 .dag The new DAG API (available through ipfs.dag ) offers a new way to create and operate over any MerkleGraph, today it has support for the IPFS MerkleDAG (referenced as dag-cbor), the new dag-cbor (which lets you drop json into IPFS seamlessly) and a preview of Ethereum. You can learn how to use it through: docs examples video running through the demos If you are new to the Merkle Forest, make sure to watch @jbenet's talk "Enter the Merkle Forest" This took us more time tha...