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

Commit 72955db

Browse files
author
Alan Shaw
committed
chore: release version v28.0.0
1 parent 882285f commit 72955db

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

CHANGELOG.md

+25
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,28 @@
1+
<a name="28.0.0"></a>
2+
# [28.0.0](https://github.com/ipfs/js-ipfs-http-client/compare/v27.1.0...v28.0.0) (2018-12-11)
3+
4+
5+
### Bug Fixes
6+
7+
* case for addFromURL ([#907](https://github.com/ipfs/js-ipfs-http-client/issues/907)) ([99ac7be](https://github.com/ipfs/js-ipfs-http-client/commit/99ac7be))
8+
9+
10+
### Code Refactoring
11+
12+
* dht api ([#890](https://github.com/ipfs/js-ipfs-http-client/issues/890)) ([05a84a4](https://github.com/ipfs/js-ipfs-http-client/commit/05a84a4))
13+
14+
15+
### BREAKING CHANGES
16+
17+
* DHT API methods renamed and return types changed
18+
19+
* `ipfs.dht.findprovs` renamed to `ipfs.dht.findProvs` and returns an array of [PeerInfo](https://github.com/libp2p/js-peer-info)
20+
* `ipfs.dht.findpeer` renamed to `ipfs.dht.findPeer` and returns a [PeerInfo](https://github.com/libp2p/js-peer-info)
21+
* `ipfs.dht.query` now returns an array of [PeerId](https://github.com/libp2p/js-peer-id)
22+
* [More info](https://github.com/ipfs/interface-ipfs-core/blob/master/SPEC/DHT.md)
23+
24+
25+
126
<a name="27.1.0"></a>
227
# [27.1.0](https://github.com/ipfs/js-ipfs-http-client/compare/v27.0.0...v27.1.0) (2018-12-05)
328

0 commit comments

Comments
 (0)