This repository has been archived by the owner on Mar 10, 2020. It is now read-only.
v38.1.0
Bug Fixes
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.