Commits
User selector
Commit history
Commits on May 16, 2022
Fixed `toFormData` regression bug (unreleased) with Array-like objects serialization; (#4714)
Show description for c05ad48andauthored- authored
Commits on May 11, 2022
Added enhanced `toFormData` implementation with additional options support; (#4704)
Show description for 807918bandauthoredResolving proxy from env on redirect (#4436)
Show description for 495d5fbauthored
Commits on May 9, 2022
fix(types): allow to specify partial default headers for instance creation (#4185)
Show description for ac96144andauthoredAdding HTTP status code for transformResponse (#4580)
Show description for 2f50c82andauthoredFixing instance.defaults.headers type (#4557)
Show description for 9f6ba5eandauthored
Fixed race condition on immediate requests cancellation (#4261)
Show description for de48c5dandauthored
Commits on May 5, 2022
Interceptor clear (#4248)
Show description for 544cf13authored
Commits on May 4, 2022
Added generic `AxiosAbortSignal` TS interface to avoid importing AbortController polyfill (#4229)
Show description for 384b7e6andauthoredFixing http tests to avoid hanging when assertions fail (#4435)
Show description for 9ca2779andauthored
Commits on May 3, 2022
- authored
Updating AxiosError to include stack trace (#4624)
Show description for 7920d11andauthored
Commits on Apr 27, 2022
Enhanced protocol parsing implementation to fix #4633; (#4639)
Show description for b9e9fb4andauthoredFixed FormData posting in browser environment by reverting #3785; (#4640)
Show description for 76432c1andauthored
Commits on Apr 26, 2022
Removed import of url module in browser build due to significant size overhead; (#4594)
Show description for 4f7e3e3authored
Commits on Apr 1, 2022
- committed
Commits on Mar 14, 2022
Improved FormData support; (#4448)
Show description for 6b9b05bauthored
Commits on Mar 10, 2022
Commits on Mar 9, 2022
- committed
- committed
Commits on Mar 7, 2022
Adding baseURL to be used in getUri(), also removing question mark trimming since there seems to be no obvious reason for it. (#3737)
Show description for bdb7d76andauthoredReturned error treated when requesting uncommon URL (#3544)
Show description for 195c8e5andauthoredAdding support for beforeRedirect config option (#3852)
Show description for 412d3bdauthoredRefactored project file structure to avoid circular imports; (#4220)
Show description for 170588fandauthored
Commits on Feb 13, 2022
Revert "Fixed isFormData predicate; (#4413)" (#4472)
Show description for d660e29authored
Commits on Feb 2, 2022
Fixed isFormData predicate; (#4413)
Show description for 73e3bdbauthored
Commits on Jan 27, 2022
Fix/remove url required (#4426)
Show description for cc86c6cauthored
Commits on Jan 18, 2022
Added errors to be displayed when the query parsing process itself fails. (#3961)
Show description for 1163588andauthoredFixed The timeoutErrorMessage property in config not work with Node.js (fixes #3580) (#3581)
Show description for 4461761andauthored- committed
Commits on Dec 23, 2021
Adding error handling when missing url (#3791)
Show description for 9579290andauthored
toFormData helper function (#3757)
Show description for 9964815andauthoredFixing maxBodyLength enforcement (#3786)
Show description for c00c4ddandauthored
Commits on Dec 22, 2021
(Add tests to) document how multiple inceptors work (#3564)
Show description for e6aef5aandauthored