-
Notifications
You must be signed in to change notification settings - Fork 297
Comparing changes
Open a pull request
base repository: ipfs-inactive/js-ipfs-http-client
base: v33.1.1
head repository: ipfs-inactive/js-ipfs-http-client
compare: v34.0.0
- 14 commits
- 45 files changed
- 3 contributors
Commits on Jul 27, 2019
-
chore: unskip dag refs test (#1061)
License: MIT Signed-off-by: Alan Shaw <alan.shaw@protocol.ai>
Alan Shaw authoredJul 27, 2019 Configuration menu - View commit details
-
Copy full SHA for 339c4a7 - Browse repository at this point
Copy the full SHA 339c4a7View commit details
Commits on Jul 30, 2019
-
chore(package): update peer-id to version 0.12.3 (#1065)
Alan Shaw authoredJul 30, 2019 Configuration menu - View commit details
-
Copy full SHA for 719bfad - Browse repository at this point
Copy the full SHA 719bfadView commit details
Commits on Aug 23, 2019
-
Configuration menu - View commit details
-
Copy full SHA for e3ed6e9 - Browse repository at this point
Copy the full SHA e3ed6e9View commit details
Commits on Aug 28, 2019
-
chore(package): update aegir to version 20.0.0 (#1046)
License: MIT Signed-off-by: Alan Shaw <alan.shaw@protocol.ai>
Configuration menu - View commit details
-
Copy full SHA for f52389d - Browse repository at this point
Copy the full SHA f52389dView commit details -
chore: silence greenkeeper in examples (#1077)
Too much greenkeeper noise and they are not critical to the project.
Alan Shaw authoredAug 28, 2019 Configuration menu - View commit details
-
Copy full SHA for 07e6841 - Browse repository at this point
Copy the full SHA 07e6841View commit details -
This PR enabled pubsub in the browser and paves the way for a switch to using `fetch` by default and allowing for cancelable requests via the use of `AbortController`. It's mostly the work done in ipfs-shipyard/js-ipfs-http-client-lite#1 but adapted a bit for use here. If approved, we can start work moving the other commands to use `fetch`. The work in https://github.com/ipfs-shipyard/js-ipfs-http-client-lite has proven the hard parts (uploading files) are all possible using the `fetch` API. Since `fetch` is promise based, when moving the other commands it makes sense to just switch to async/await as per ipfs/js-ipfs#1670 (and callbackify instead of promisify). Depends on: * [x] ipfs-inactive/interface-js-ipfs-core#505 resolves #518 refs ipfs/js-ipfs#2093 resolves #932 License: MIT Signed-off-by: Alan Shaw <alan.shaw@protocol.ai>
Alan Shaw authoredAug 28, 2019 3Configuration menu - View commit details
-
Copy full SHA for 3764d06 - Browse repository at this point
Copy the full SHA 3764d06View commit details -
chore: update windows Travis config (#1084)
Test on Node.js 12 and also utilise cache. License: MIT Signed-off-by: Alan Shaw <alan.shaw@protocol.ai>
Alan Shaw authoredAug 28, 2019 Configuration menu - View commit details
-
Copy full SHA for 501fd1c - Browse repository at this point
Copy the full SHA 501fd1cView commit details -
chore(package): update go-ipfs-dep to version 0.4.22 (#1075)
Alan Shaw authoredAug 28, 2019 Configuration menu - View commit details
-
Copy full SHA for bee6143 - Browse repository at this point
Copy the full SHA bee6143View commit details -
chore(package): update buffer to version 5.4.2 (#1085)
* chore(package): update buffer to version 5.4.0 * chore: update buffer dep
Alan Shaw authoredAug 28, 2019 Configuration menu - View commit details
-
Copy full SHA for d5b6412 - Browse repository at this point
Copy the full SHA d5b6412View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3515070 - Browse repository at this point
Copy the full SHA 3515070View commit details
Commits on Aug 29, 2019
-
docs: browser pubsub example (#1086)
License: MIT Signed-off-by: Alan Shaw <alan.shaw@protocol.ai>
Alan Shaw authoredAug 29, 2019 Configuration menu - View commit details
-
Copy full SHA for 69a56cb - Browse repository at this point
Copy the full SHA 69a56cbView commit details -
feat: support adding files via async iterator (#1078)
Adds a method called `ipfs._addAsyncIterator`, prefixed with an underscore to mark it as sort of unofficial (though it's what `ipfs.add` will become once the async iterator migration is complete) and we don't want to implement symmetrical `ipfs.catAsyncIterator` etc methods, or at least not yet.
Configuration menu - View commit details
-
Copy full SHA for 377042b - Browse repository at this point
Copy the full SHA 377042bView commit details -
Alan Shaw committed
Aug 29, 2019 Configuration menu - View commit details
-
Copy full SHA for bd114d2 - Browse repository at this point
Copy the full SHA bd114d2View commit details -
chore: release version v34.0.0
Alan Shaw committedAug 29, 2019 Configuration menu - View commit details
-
Copy full SHA for 33b090a - Browse repository at this point
Copy the full SHA 33b090aView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v33.1.1...v34.0.0