v1.x
feat: implement prettier and fix all issues (#7385)
fix(AxiosURLSearchParams): use arrow function so encoder.call(this) receives the instance (#11019)
refactor(http): extract Http2Sessions into its own module (#10861)
feat(HttpStatusCode): add RFC 9110 aliases for 413 and 422 (#11082)
Adding README to modules
docs: add comprehensive JSDoc documentation to bind helper function (#7119)
fix: various runtime crashes and type definition mismatches (#10959)
fix: normalize repeated base URL slashes (#11038)
fix: abort composed signals immediately (#11035)
fix(helpers): correct data: URL base64 size estimate for maxContentLength guard (#11061)
fix(formDataToJSON): only split keys on bracket and dot notation (#11006)
fix: clean up error handling, fix a proto-pollution gap, and seal a few loose ends (#10922)
fix(xhr): reject navigation-canceled requests as ECONNABORTED (#11094)
Axios ES2017 (#4787)
fix: preserve empty duplicate header values (#11036)
fix(parseProtocol): fix regex to require colon in protocol separator (#10729)
fix(http): flush download progress before stream close (#11040)
refactor(helpers): extract duplicated setFormDataHeaders into a shared helper (#11062)
fix: preserve Unicode headers for request interceptors (#10850)
fix: honor wildcard entries in NO_PROXY lists (#11053)
doc: update deprecated var usage in documentation examples (#7246)
fix: replace Buffer.from with Uint8Array in toFormData (#11018)