Releases: ipfs-inactive/interface-js-ipfs-core
Releases · ipfs-inactive/interface-js-ipfs-core
v0.132.0
09 Feb 23:00
Compare
Sorry, something went wrong.
No results found
v0.131.7
03 Feb 12:26
Compare
Sorry, something went wrong.
No results found
Bug Fixes
only expect no multiaddrs if node is in-proc webworker (4e25b4f )
v0.131.6
03 Feb 11:27
Compare
Sorry, something went wrong.
No results found
Bug Fixes
use go for webworker tests (3a96093 )
v0.131.5
03 Feb 10:24
Compare
Sorry, something went wrong.
No results found
Bug Fixes
do not spawn go nodes with webrtc swarm addresses (c633d08 )
v0.131.4
02 Feb 10:27
Compare
Sorry, something went wrong.
No results found
Bug Fixes
use js for pubsub tests as before (ade2145 )
v0.131.3
02 Feb 09:35
Compare
Sorry, something went wrong.
No results found
Bug Fixes
spawn dialable nodes when testing with webworkers (df7cb3a )
v0.131.2
01 Feb 07:29
Compare
Sorry, something went wrong.
No results found
Bug Fixes
fix swarm peer tests for electron (ac7cedf )
v0.131.1
31 Jan 20:13
Compare
Sorry, something went wrong.
No results found
v0.131.0
31 Jan 12:21
Compare
Sorry, something went wrong.
No results found
Bug Fixes
do not assume certain implementations of ipfs are present (#584 ) (3d24911 )
v0.130.0
29 Jan 13:49
Compare
Sorry, something went wrong.
No results found
Code Refactoring
BREAKING CHANGES
Where PeerID
s were previously CID s, now they are Strings
ipfs.bitswap.stat().peers[n]
is now a String (was a CID)
ipfs.dht.findPeer().id
is now a String (was a CID)
ipfs.dht.findProvs()[n].id
is now a String (was a CID)
ipfs.dht.provide()[n].id
is now a String (was a CID)
ipfs.dht.put()[n].id
is now a String (was a CID)
ipfs.dht.query()[n].id
is now a String (was a CID)
ipfs.id().id
is now a String (was a CID)
ipfs.id().addresses[n]
are now Multiaddr s (were Strings)