Skip to content
This repository has been archived by the owner on Sep 28, 2021. It is now read-only.

Releases: ipfs/js-ipfs-http-response

v0.4.0

14 Oct 10:11
Compare
Choose a tag to compare

Chores

BREAKING CHANGES

  • All places in the API that used callbacks are now replaced with async/await

Co-authored-by: PedroMiguelSS pedro.santos@moxy.studio

v0.3.1

06 Jun 18:29
Compare
Choose a tag to compare

Bug Fixes

  • create .npmignore to include dist on npm (#16) (7746dab)

Chores

Features

  • load files/dirs from hamt shards (#19) (25edfbc)

BREAKING CHANGES

  • v1 CIDs created by this module now default to base32 encoding when stringified

Not a direct dependency of this module but ipld-dag-pb changed the
case of some property names that are used by this module.

License: MIT
Signed-off-by: Alan Shaw alan.shaw@protocol.ai

v0.2.2

19 Jan 15:28
Compare
Choose a tag to compare
chore: release version v0.2.2

v0.2.1

09 Nov 16:22
Compare
Choose a tag to compare

Bug Fixes

  • use .cid property before falling back to .multihash (#12) (1c1a478)

v0.1.5

28 Sep 15:52
Compare
Choose a tag to compare
chore: release version v0.1.5

v0.1.4

02 Aug 16:02
Compare
Choose a tag to compare

Bug Fixes

  • fix content-type by doing a fall-back using extensions (#5) (19acbae)

v0.1.3

28 Jul 17:00
Compare
Choose a tag to compare

Bug Fixes

  • firefox using readable stream (#3) (0bff82d)

v0.1.2

01 Jun 15:13
Compare
Choose a tag to compare

Bug Fixes

Features