This repository was archived by the owner on Feb 12, 2024. It is now read-only.
v0.32.0
Bug Fixes
Features
- Added
ipfs.name.publishandipfs.name.resolve. This only works on your local node for the moment until the DHT lands. API docs can be found here. - Added
ipfs.resolveAPI. Note that this is a partial implementation allowing you to resolve IPFS paths like/ipfs/QmRootHash/path/to/fileto/ipfs/QmFileHash. It does not support IPNS yet. ipfs.files.add*now supports achunkeroption, see the API docs for details