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-http-client

v39.0.1

21 Oct 14:54
Compare
Choose a tag to compare

Bug Fixes

  • expose preload argument (#1129) (c82b031)
  • increase default timeout and respect value passed to ky.extend (#1130) (25b6043)

v38.2.1

21 Oct 15:46
Compare
Choose a tag to compare

Bug Fixes

  • increase default timeout and respect value passed to ky.extend (#1130) (586cb49)

v39.0.0

15 Oct 13:01
Compare
Choose a tag to compare
chore: release version v39.0.0

v38.2.0

06 Oct 16:12
Compare
Choose a tag to compare

Features

v38.1.0

04 Oct 15:20
Compare
Choose a tag to compare

Bug Fixes

  • get correct remote node config (5b53e22)
  • pull in preconfigured chai from interface tests (93765c1)

Features

  • add methods for listing config profiles (1c3d92a)

BREAKING CHANGES

  • Promise<{oldCfg, newCfg}> ipfs.config.profile(name, opts)
    
    // is now
    Promise<{old, new}> ipfs.config.profiles.apply(name, opts)

Possibly contentious;

Adds callbackify as a dependency, see ipfs/js-ipfs#2506
for discussion.

v38.0.1

04 Oct 11:00
Compare
Choose a tag to compare

Bug Fixes

  • pull in preconfigured chai from interface tests (6a7eb8a)

v38.0.0

25 Sep 17:29
Compare
Choose a tag to compare
chore: release version v38.0.0

v37.0.3

25 Sep 07:57
Compare
Choose a tag to compare
chore: release version v37.0.3

v37.0.2

20 Sep 09:52
Compare
Choose a tag to compare

Bug Fixes

  • only do the big file workaround in node and electron main (077c997)

v37.0.1

17 Sep 21:52
Compare
Choose a tag to compare
chore: release version v37.0.1