Skip to content

Releases: axios/axios

Release v1.3.6

19 Apr 19:38
59eb991
Compare
Choose a tag to compare

Release notes:

Bug Fixes

  • types: added transport to RawAxiosRequestConfig (#5445) (6f360a2)
  • utils: make isFormData detection logic stricter to avoid unnecessary calling of the toString method on the target; (#5661) (aa372f7)

Contributors to this release

Release v1.3.5

05 Apr 18:02
4af78a7
Compare
Choose a tag to compare

Release notes:

Bug Fixes

  • headers: fixed isValidHeaderName to support full list of allowed characters; (#5584) (e7decef)
  • params: re-added the ability to set the function as paramsSerializer config; (#5633) (a56c866)

Contributors to this release

Release v1.3.4

22 Feb 21:06
2e70cec
Compare
Choose a tag to compare

Release notes:

Bug Fixes

  • blob: added a check to make sure the Blob class is available in the browser's global scope; (#5548) (3772c8f)
  • http: fixed regression bug when handling synchronous errors inside the adapter; (#5564) (a3b246c)

Contributors to this release

Release v1.3.3

13 Feb 18:47
d9ebf8f
Compare
Choose a tag to compare

Release notes:

Bug Fixes

  • formdata: added a check to make sure the FormData class is available in the browser's global scope; (#5545) (a6dfa72)
  • formdata: fixed setting NaN as Content-Length for form payload in some cases; (#5535) (c19f7bf)
  • headers: fixed the filtering logic of the clear method; (#5542) (ea87ebf)

Contributors to this release

Release v1.3.2

03 Feb 18:10
0b44929
Compare
Choose a tag to compare

Release notes:

Bug Fixes

Contributors to this release

Release v1.3.1

01 Feb 23:30
54d3fac
Compare
Choose a tag to compare

Release notes:

Bug Fixes

  • formdata: add hotfix to use the asynchronous API to compute the content-length header value; (#5521) (96d336f)
  • serializer: fixed serialization of array-like objects; (#5518) (08104c0)

Contributors to this release

Release v1.3.0

31 Jan 16:55
7fbfbbe
Compare
Choose a tag to compare

Release notes:

Bug Fixes

Features

  • fomdata: added support for spec-compliant FormData & Blob types; (#5316) (6ac574e)

Contributors to this release

Release v1.2.6

28 Jan 16:41
5bde91c
Compare
Choose a tag to compare

Release notes:

Bug Fixes

  • headers: added missed Authorization accessor; (#5502) (342c0ba)
  • types: fixed CommonRequestHeadersList & CommonResponseHeadersList types to be private in commonJS; (#5503) (5a3d0a3)

Contributors to this release

Release v1.2.5

26 Jan 15:06
366161e
Compare
Choose a tag to compare

Release notes:

Bug Fixes

  • types: fixed AxiosHeaders to handle spread syntax by making all methods non-enumerable; (#5499) (580f1e8)

Contributors to this release

Release v1.2.4

24 Jan 17:21
6600d51
Compare
Choose a tag to compare

Release notes:

Bug Fixes

  • types: renamed RawAxiosRequestConfig back to AxiosRequestConfig; (#5486) (2a71f49)
  • types: fix AxiosRequestConfig generic; (#5478) (9bce81b)

Contributors to this release