Changelog
38.1.0 (2019-10-04)
Configuration profiles API has changed:
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 https://github.com/ipfs/js-ipfs/issues/2506
for discussion.
<a name="38.0.1"></a>