* 0.1.61: loopguard to return correct error from queuedFetch; add info to statuses

Fixes https://github.com/internetarchive/dweb-mirror/issues/237
This commit is contained in:
Mitra Ardron 2019-08-15 15:14:16 +10:00
parent e4e8658536
commit 45080ea6ac
3 changed files with 514 additions and 20805 deletions

View File

@ -126,6 +126,7 @@ See [Dweb document index](./DOCUMENTINDEX.md) for a list of the repos that make
### Release Notes
* 0.1.61: loopguard to return correct error from queuedFetch; add info to statuses
* 0.1.60: Back on master release of webtorrent
* 0.1.59: Add DwebTransports.statuses synchronous API
* 0.1.58: Upgrade GUN and IPFS to v0.35.0 (0.36 breaks webpack as currently configured)

File diff suppressed because one or more lines are too long

View File

@ -53,5 +53,5 @@
"test": "cd src; node ./test.js",
"help": "echo 'test (test it)'; echo 'build (creates dweb-transports-bundle)'"
},
"version": "0.1.60"
"version": "0.1.61"
}