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

Releases: ipfs/js-ipfs

v0.32.2

19 Sep 11:10
Compare
Choose a tag to compare

Bug Fixes

v0.32.1

18 Sep 08:50
Compare
Choose a tag to compare

Bug Fixes

Performance Improvements

v0.32.0

11 Sep 16:32
ccad1c8
Compare
Choose a tag to compare

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

v0.31.7

20 Aug 20:20
3d2a874
Compare
Choose a tag to compare

Bug Fixes

v0.31.6

17 Aug 12:42
9368f37
Compare
Choose a tag to compare

Features

  • adds data-encoding argument to control data encoding (#1420) (1eb8485)

v0.31.5

17 Aug 07:52
04d8ce3
Compare
Choose a tag to compare

Bug Fixes

v0.31.4

09 Aug 10:53
57f977f
Compare
Choose a tag to compare

Bug Fixes

v0.31.3

09 Aug 09:30
8622264
Compare
Choose a tag to compare

Bug Fixes

v0.31.2

02 Aug 14:46
7860d0f
Compare
Choose a tag to compare

Bug Fixes

  • fix content-type by doing a fall-back using extensions (#1482) (d528b3f)

v0.31.1

29 Jul 22:50
5e80ee3
Compare
Choose a tag to compare

Bug Fixes

  • logo link (a9219ad)
  • XMLHTTPRequest is deprecated and unavailable in service workers (#1478) (7d6f0ca)