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

Releases: ipfs-inactive/interface-js-ipfs-core

v0.132.0

09 Feb 23:00
ddefb2e
Compare
Choose a tag to compare

Bug Fixes

v0.131.7

03 Feb 12:26
Compare
Choose a tag to compare

Bug Fixes

  • only expect no multiaddrs if node is in-proc webworker (4e25b4f)

v0.131.6

03 Feb 11:27
Compare
Choose a tag to compare

Bug Fixes

  • use go for webworker tests (3a96093)

v0.131.5

03 Feb 10:24
Compare
Choose a tag to compare

Bug Fixes

  • do not spawn go nodes with webrtc swarm addresses (c633d08)

v0.131.4

02 Feb 10:27
Compare
Choose a tag to compare

Bug Fixes

  • use js for pubsub tests as before (ade2145)

v0.131.3

02 Feb 09:35
Compare
Choose a tag to compare

Bug Fixes

  • spawn dialable nodes when testing with webworkers (df7cb3a)

v0.131.2

01 Feb 07:29
Compare
Choose a tag to compare

Bug Fixes

  • fix swarm peer tests for electron (ac7cedf)

v0.131.1

31 Jan 20:13
Compare
Choose a tag to compare

Bug Fixes

v0.131.0

31 Jan 12:21
Compare
Choose a tag to compare

Bug Fixes

  • do not assume certain implementations of ipfs are present (#584) (3d24911)

v0.130.0

29 Jan 13:49
Compare
Choose a tag to compare

Code Refactoring

BREAKING CHANGES

  • Where PeerIDs were previously CIDs, 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 Multiaddrs (were Strings)