v0.1.48: Support for noCache

This commit is contained in:
Mitra Ardron 2019-06-02 19:51:08 +10:00
parent 5892e00faf
commit bb9cf3fe52
3 changed files with 528 additions and 22932 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.48: Support for noCache
* 0.1.47: Update dependencies (see yarn.lock)
* 0.1.46: Correctly recognize /arc/archive.org urls
* 0.1.45: Fix mergeoptions and update ipfs cache id

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.47"
"version": "0.1.48"
}