-
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: v22.0.0
head repository: ipfs-inactive/js-ipfs-http-client
compare: v22.0.1
- 12 commits
- 12 files changed
- 3 contributors
Commits on May 21, 2018
-
Configuration menu - View commit details
-
Copy full SHA for a3bd811 - Browse repository at this point
Copy the full SHA a3bd811View commit details -
Merge pull request #764 from ipfs/fix/add-from-url-encoding
fix(util): addFromURL with URL-escaped file names
Configuration menu - View commit details
-
Copy full SHA for cd55fe9 - Browse repository at this point
Copy the full SHA cd55fe9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6186a24 - Browse repository at this point
Copy the full SHA 6186a24View commit details
Commits on May 22, 2018
-
Merge pull request #773 from ipfs/use-tildes-for-pre-v1-deps
chore: use tildes for pre-v1 deps
Configuration menu - View commit details
-
Copy full SHA for 7ee17ba - Browse repository at this point
Copy the full SHA 7ee17baView commit details
Commits on May 24, 2018
-
fix: correctly differentiate pong responses
Investigation discovered that pong responses CAN have `time: 0` (they can be very quick). Previously pong messages were differentiated by time greater than 0, but considering it can be 0 this was incorrect. License: MIT Signed-off-by: Alan Shaw <alan@tableflip.io>
Configuration menu - View commit details
-
Copy full SHA for 4ad25a3 - Browse repository at this point
Copy the full SHA 4ad25a3View commit details
Commits on May 29, 2018
-
Merge pull request #778 from ipfs/fix/ping-pong
fix: correctly differentiate pong responses
Configuration menu - View commit details
-
Copy full SHA for 3c695af - Browse repository at this point
Copy the full SHA 3c695afView commit details -
fix: configure webpack to not use esmodules in dependencies
Big.js just released an update that added esmodule support by adding a "module" field to their package.json. By default, webpack will use this field when requiring a module. Since esmodules aren't fully supported in the browser and we don't do any transpiling this PR configures webpack to not consider the esmodule field. [Webpack `mainFields` docs](https://webpack.js.org/configuration/resolve/#resolve-mainfields) [Why `require('big.js')` is broken for us](webpack/webpack#4742) Refs ipfs/js-ipfs#1363 Note that this solves the issue for `big.js`, but also for any other modules in the future that decide to define a `module` field in their `package.json` or any that already do and we just haven't realised it yet! License: MIT Signed-off-by: Alan Shaw <alan@tableflip.io>
Configuration menu - View commit details
-
Copy full SHA for dc14333 - Browse repository at this point
Copy the full SHA dc14333View commit details -
docs: README fixes and improvements
License: MIT Signed-off-by: Alan Shaw <alan@tableflip.io>
Configuration menu - View commit details
-
Copy full SHA for 93ea2b0 - Browse repository at this point
Copy the full SHA 93ea2b0View commit details -
docs: fix optional params for pubsub
License: MIT Signed-off-by: Alan Shaw <alan@tableflip.io>
Configuration menu - View commit details
-
Copy full SHA for 97b732c - Browse repository at this point
Copy the full SHA 97b732cView commit details -
License: MIT Signed-off-by: Alan Shaw <alan@tableflip.io>
Configuration menu - View commit details
-
Copy full SHA for 3ac1e53 - Browse repository at this point
Copy the full SHA 3ac1e53View commit details
Commits on May 30, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 6c2b530 - Browse repository at this point
Copy the full SHA 6c2b530View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7e78ee2 - Browse repository at this point
Copy the full SHA 7e78ee2View 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 v22.0.0...v22.0.1