-
-
Notifications
You must be signed in to change notification settings - Fork 11.5k
Comparing changes
Open a pull request
base repository: axios/axios
base: v0.17.0
head repository: axios/axios
compare: v0.17.1
- 18 commits
- 11 files changed
- 8 contributors
Commits on Sep 9, 2017
-
Allow overriding the used transport
This allows users of axios inside `electron` to provide the [`net`](https://electron.atom.io/docs/api/net/) module as the http transport instead of using nodes http/https modules. This gives a whole bunch of things to Electron users including automatic proxy resolution.
Configuration menu - View commit details
-
Copy full SHA for b01ce19 - Browse repository at this point
Copy the full SHA b01ce19View commit details
Commits on Oct 11, 2017
-
Andrei Goncharov authored
Oct 11, 2017 Configuration menu - View commit details
-
Copy full SHA for 1f333ca - Browse repository at this point
Copy the full SHA 1f333caView commit details
Commits on Oct 15, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 48ece5a - Browse repository at this point
Copy the full SHA 48ece5aView commit details
Commits on Oct 24, 2017
-
Merge pull request #1131 from jmmk/axios-response-request
Add request field to AxiosResponse type definition
Configuration menu - View commit details
-
Copy full SHA for 3f90738 - Browse repository at this point
Copy the full SHA 3f90738View commit details -
Merge pull request #1125 from keenondrums/master
Update AxiosTransformer type in index.d.ts
Configuration menu - View commit details
-
Copy full SHA for 8bea343 - Browse repository at this point
Copy the full SHA 8bea343View commit details -
Merge pull request #1080 from MarshallOfSound/patch-1
Allow overriding the used transport
Configuration menu - View commit details
-
Copy full SHA for fbb5d4d - Browse repository at this point
Copy the full SHA fbb5d4dView commit details
Commits on Nov 1, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 63548c0 - Browse repository at this point
Copy the full SHA 63548c0View commit details -
Merge pull request #1156 from clarkdo/master
refactor: !isArray(obj) is always true
Configuration menu - View commit details
-
Copy full SHA for 1ee5494 - Browse repository at this point
Copy the full SHA 1ee5494View commit details
Commits on Nov 2, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 468e909 - Browse repository at this point
Copy the full SHA 468e909View commit details
Commits on Nov 3, 2017
-
The first argument in `axios.interceptors.response.use` is optional, in the case that you just want to intercept an error. Ex: ```ts axios.interceptors.response.use(undefined, error => { ... }); ```Paul Sachs authoredNov 3, 2017 Configuration menu - View commit details
-
Copy full SHA for 1005e3b - Browse repository at this point
Copy the full SHA 1005e3bView commit details
Commits on Nov 7, 2017
-
security: upgrade follow-redirects
This would prevent tools like nsp to complain about a security issue from axios. It's something that got fixed in the package debug, and in order to benefit from that fix, it's necessary to upgrade to at least [email protected]
Configuration menu - View commit details
-
Copy full SHA for 1e58b69 - Browse repository at this point
Copy the full SHA 1e58b69View commit details
Commits on Nov 11, 2017
-
Merge pull request #1173 from posva/patch-1
security: upgrade follow-redirects
Configuration menu - View commit details
-
Copy full SHA for 7ea8f3d - Browse repository at this point
Copy the full SHA 7ea8f3dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 026db21 - Browse repository at this point
Copy the full SHA 026db21View commit details -
Merge pull request #1160 from owap/undefined-window
Move window defined check before window.XMLHttpRequest check
Configuration menu - View commit details
-
Copy full SHA for 1fa01fd - Browse repository at this point
Copy the full SHA 1fa01fdView commit details -
2
Configuration menu - View commit details
-
Copy full SHA for b7d8d12 - Browse repository at this point
Copy the full SHA b7d8d12View commit details -
Configuration menu - View commit details
-
Copy full SHA for 587f021 - Browse repository at this point
Copy the full SHA 587f021View commit details -
Configuration menu - View commit details
-
Copy full SHA for 599eb98 - Browse repository at this point
Copy the full SHA 599eb98View commit details -
Configuration menu - View commit details
-
Copy full SHA for ad1195f - Browse repository at this point
Copy the full SHA ad1195fView 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 v0.17.0...v0.17.1