-
-
Notifications
You must be signed in to change notification settings - Fork 11.2k
Comparing changes
Open a pull request
base repository: axios/axios
base: v0.21.4
head repository: axios/axios
compare: v0.22.0
- 9 commits
- 28 files changed
- 4 contributors
Commits on Sep 6, 2021
-
* fix json transform when data is pre-stringified (#4020) * [Updating] incorrect JSON syntax in README.md * [Releasing] v0.21.4 Co-authored-by: Guillaume FORTAINE <guillaume+github@fortaine.com>
Configuration menu - View commit details
-
Copy full SHA for 4091b07 - Browse repository at this point
Copy the full SHA 4091b07View commit details
Commits on Sep 7, 2021
-
Caseless header comparing in HTTP adapter. (#2880)
* Caseless header comparing in HTTP adapter. It was adding User-Agent and removing Authorization, but only when existing headers had the exact right casing. Node uses caseless logic when managing headers. This was causing some requests to have `User-Agent` appended to the headers object and overriding provided agent strings. Also included is an update to not override the `Content-Length` if it was already defined in the options. It can be desirable to manually specify a content length that does not match the data on hand. Especially for testing. * Fix eslint error * fixup: update state UA logic Play nice with #3703 Co-authored-by: Jay <jasonsaayman@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for f3ca637 - Browse repository at this point
Copy the full SHA f3ca637View commit details
Commits on Sep 13, 2021
-
fix/Avoid package.json import; (#4041)
* Added auto-generated config module `env/data.js` for importing package environment vars without importing the whole `package.json`; Refactored `http.js` to use `env/data.js` instead of package.json; * Added `env/data.js`; Added `env/README.md`;
Configuration menu - View commit details
-
Copy full SHA for 66d188d - Browse repository at this point
Copy the full SHA 66d188dView commit details
Commits on Sep 16, 2021
-
Feat/export package version constant (#4065)
* Added auto-generated config module `env/data.js` for importing package environment vars without importing the whole `package.json`; Refactored `http.js` to use `env/data.js` instead of package.json; * Added `env/data.js`; Added `env/README.md`; * Export package version constant;
Configuration menu - View commit details
-
Copy full SHA for fffa02c - Browse repository at this point
Copy the full SHA fffa02cView commit details -
Fixed cancelToken leakage; Added AbortController support; (#3305)
* Fixed cancelToken leakage; Added AbortController support; * Fixed typings; * Documented `signal` option; * Added processing of early cancellation using AbortController without sending a request; Co-authored-by: Jay <jasonsaayman@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 9bcff10 - Browse repository at this point
Copy the full SHA 9bcff10View commit details
Commits on Sep 17, 2021
-
Configuration menu - View commit details
-
Copy full SHA for ac10a25 - Browse repository at this point
Copy the full SHA ac10a25View commit details -
Fixed default transitional config for custom Axios instance; (#4052)
Refactored `/core/mergeConfig`; Co-authored-by: Jay <jasonsaayman@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 6100f69 - Browse repository at this point
Copy the full SHA 6100f69View commit details
Commits on Sep 30, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 3e01600 - Browse repository at this point
Copy the full SHA 3e01600View commit details
Commits on Oct 1, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 72f14ce - Browse repository at this point
Copy the full SHA 72f14ceView 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.21.4...v0.22.0