This repository was archived by the owner on Feb 12, 2024. It is now read-only.
·
820 commits
to master
since this release
2.0.0 (2020-03-31)
Bug Fixes
- browser video streaming example (#2267) (f5cf216)
- reinstate hlsjs-ipfs-loader dep for video streaming example (#2914) (af66e94)
- update hlsjs-ipfs-loader version (#1422) (6b14812)
Code Refactoring
Features
BREAKING CHANGES
- Where
PeerID
s 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)