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

v38.1.0

Compare
Choose a tag to compare
@achingbrain achingbrain released this 04 Oct 15:20
· 84 commits to master since this release

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.