Skip to content
This repository has been archived by the owner on Mar 10, 2020. It is now read-only.

Releases: ipfs-inactive/js-ipfs-mfs

v0.11.5

12 Jun 16:11
Compare
Choose a tag to compare

Bug Fixes

  • handle dag-cbor nodes in trail (3b49d4b)
  • return the CID for dag-cbor nodes (#52) (4159b90)

v0.11.4

24 May 20:28
Compare
Choose a tag to compare
chore: release version v0.11.4

v0.11.3

24 May 11:19
Compare
Choose a tag to compare
chore: release version v0.11.3

v0.11.2

20 May 17:16
Compare
Choose a tag to compare
chore: release version v0.11.2

v0.11.1

20 May 14:33
Compare
Choose a tag to compare
chore: release version v0.11.1

v0.11.0

18 May 22:39
Compare
Choose a tag to compare

Features

BREAKING CHANGES

    1. Everything is now async/await
  1. No more callbacks, Readable Streams or Pull Streams
  2. stat and ls commands return cid objects instead of string hashes
  3. stat and ls commands return all fields, hash, long etc options are now ignored
  • chore: standardise error codes, use latest cids and ipld formats

  • chore: update importer and exporter

  • chore: update importer again

  • chore: update deps

v0.10.4

08 Apr 16:58
Compare
Choose a tag to compare

Features

v0.10.3

26 Mar 07:39
Compare
Choose a tag to compare

Bug Fixes

  • handle shard updates that create subshards of subshards (#47) (1158951)

v0.10.2

18 Mar 14:15
Compare
Choose a tag to compare
chore: release version v0.10.2

v0.10.1

18 Mar 11:48
Compare
Choose a tag to compare

Bug Fixes

  • correct hamt structure when modifying deep sub-shards (#46) (c08a42f), closes #45
  • expect dir size without protobuf (ba5b9dc)