File tree 1 file changed +9
-8
lines changed
1 file changed +9
-8
lines changed Original file line number Diff line number Diff line change 51
51
52
52
### BREAKING CHANGES
53
53
54
- * ``` javascript
55
- Promise < {oldCfg, newCfg}> ipfs .config .profile (name, opts)
54
+ * Configuration profiles API has changed:
55
+ ```javascript
56
+ Promise<{oldCfg, newCfg}> ipfs.config.profile(name, opts)
56
57
57
- // is now
58
- Promise < {old, new }> ipfs .config .profiles .apply (name, opts)
59
- ```
60
-
61
- Possibly contentious;
58
+ // is now
59
+ Promise<{old, new}> ipfs.config.profiles.apply(name, opts)
60
+ ```
62
61
63
- Adds ` callbackify ` as a dependency, see https://github.com/ipfs/js-ipfs/issues/2506
62
+ * Possibly contentious; Adds `callbackify` as a dependency, see https://github.com/ipfs/js-ipfs/issues/2506
64
63
for discussion.
65
64
66
65
@@ -138,7 +137,9 @@ for discussion.
138
137
<a name="35.0.0"></a>
139
138
# [35.0.0](https://github.com/ipfs/js-ipfs-http-client/compare/v34.0.0...v35.0.0) (2019-09-04)
140
139
140
+ ### BREAKING CHANGES
141
141
142
+ Kebab case options (e.g. `wrap-with-directory`) are no longer supported in `ipfs.add`. Use camel case instead (e.g. `wrapWithDirectory`).
142
143
143
144
<a name="34.0.0"></a>
144
145
# [34.0.0](https://github.com/ipfs/js-ipfs-http-client/compare/v33.1.1...v34.0.0) (2019-08-29)
You can’t perform that action at this time.
0 commit comments