Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.

v0.32.0

Compare
Choose a tag to compare
@alanshaw alanshaw released this 11 Sep 16:32
· 4894 commits to master since this release
ccad1c8

Bug Fixes

Features

  • Added ipfs.name.publish and ipfs.name.resolve. This only works on your local node for the moment until the DHT lands. API docs can be found here.
  • Added ipfs.resolve API. Note that this is a partial implementation allowing you to resolve IPFS paths like /ipfs/QmRootHash/path/to/file to /ipfs/QmFileHash. It does not support IPNS yet.
  • ipfs.files.add* now supports a chunker option, see the API docs for details