We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcbbdd9 commit f4b89edCopy full SHA for f4b89ed
CHANGELOG.md
@@ -1,3 +1,18 @@
1
+<a name="31.0.0"></a>
2
+# [31.0.0](https://github.com/ipfs/js-ipfs-http-client/compare/v30.1.4...v31.0.0) (2019-05-13)
3
+
4
5
+### Features
6
7
+* refs endpoint ([#978](https://github.com/ipfs/js-ipfs-http-client/issues/978)) ([a741e10](https://github.com/ipfs/js-ipfs-http-client/commit/a741e10))
8
9
10
+### BREAKING CHANGES
11
12
+* ipfs.refs now returns objects with camelCase properties not PascalCase properties. i.e. `{ ref, err }` not `{ Ref, Err }`
13
14
15
16
<a name="30.1.4"></a>
17
## [30.1.4](https://github.com/ipfs/js-ipfs-http-client/compare/v30.1.3...v30.1.4) (2019-04-29)
18
0 commit comments