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

Commit 6b443f0

Browse files
author
Alan Shaw
committed
chore: release version v30.0.0
1 parent 9a8b3ec commit 6b443f0

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

CHANGELOG.md

+34
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,37 @@
1+
<a name="30.0.0"></a>
2+
# [30.0.0](https://github.com/ipfs/js-ipfs-http-client/compare/v29.1.1...v30.0.0) (2019-03-13)
3+
4+
5+
### Bug Fixes
6+
7+
* windows travis build ([#952](https://github.com/ipfs/js-ipfs-http-client/issues/952)) ([05f2f6c](https://github.com/ipfs/js-ipfs-http-client/commit/05f2f6c))
8+
9+
10+
### Code Refactoring
11+
12+
* export types and utilities statically ([#951](https://github.com/ipfs/js-ipfs-http-client/issues/951)) ([d1e99e7](https://github.com/ipfs/js-ipfs-http-client/commit/d1e99e7)), closes [#902](https://github.com/ipfs/js-ipfs-http-client/issues/902)
13+
14+
15+
### Features
16+
17+
* pubsub unsubscribe all ([#956](https://github.com/ipfs/js-ipfs-http-client/issues/956)) ([a57a411](https://github.com/ipfs/js-ipfs-http-client/commit/a57a411))
18+
19+
20+
### BREAKING CHANGES
21+
22+
* `ipfs.util.isIPFS` has moved to a static export and should be accessed via `const { isIPFS } = require('ipfs-http-client')`.
23+
24+
The modules available under `ipfs.types.*` have also become static exports.
25+
26+
`ipfs.util.crypto` has been removed as it is not a dependency of `ipfs-http-client` so reduces the bundle size. If you need to use libp2p crypto primitives then please see the [js-libp2p-crypto](https://github.com/libp2p/js-libp2p-crypto) project for info on how to use it in your project.
27+
28+
Finally `ipfs.util.getEndpointConfig` is now a direct instance method, `ipfs.getEndpointConfig`
29+
30+
License: MIT
31+
Signed-off-by: Alan Shaw <alan.shaw@protocol.ai>
32+
33+
34+
135
<a name="29.1.1"></a>
236
## [29.1.1](https://github.com/ipfs/js-ipfs-http-client/compare/v29.1.0...v29.1.1) (2019-02-13)
337

0 commit comments

Comments
 (0)