All Versions
54
Latest Version
Avg Release Cycle
96 days
Latest Release
917 days ago
Changelog History
Page 4
Changelog History
Page 4
-
v0.12.0 Changes
May 31, 2016 -
v0.11.1 Changes
May 17, 2016 -
v0.11.0 Changes
April 26, 2016 -
v0.10.0 Changes
April 20, 2016- ๐ Fixing issue with some requests sending
undefined
instead ofnull
(#250) - ๐ Fixing basic auth for HTTP adapter (#252)
- ๐ Fixing request timeout for XHR adapter (#227)
- ๐ Fixing IE8 support by using
onreadystatechange
instead ofonload
(#249) - ๐ Fixing IE9 cross domain requests (#251)
- โ Adding
maxContentLength
option (#275) - ๐ Fixing XHR support for WebWorker environment (#279)
- โ Adding request instance to response (#200)
- ๐ Fixing issue with some requests sending
-
v0.9.1 Changes
January 24, 2016 -
v0.9.0 Changes
January 18, 2016 -
v0.8.1 Changes
December 14, 2015 -
v0.8.0 Changes
December 11, 2015- โ Adding support for creating instances of axios (#123)
- ๐ Fixing http adapter to use
Buffer
instead ofString
in case ofresponseType === 'arraybuffer'
(#128) - โ Adding support for using custom parameter serializer with
paramsSerializer
option (#121) - ๐ Fixing issue in IE8 caused by
forEach
onarguments
(#127) - โ Adding support for following redirects in node (#146)
- โ Adding support for transparent decompression if
content-encoding
is set (#149) - โ Adding support for transparent XDomainRequest to handle cross domain requests in IE9 (#140)
- โ Adding support for HTTP basic auth via Authorization header (#167)
- โ Adding support for baseURL option (#160)
-
v0.7.0 Changes
September 29, 2015- ๐ Fixing issue with minified bundle in IE8 (#87)
- โ Adding support for passing agent in node (#102)
- โ Adding support for returning result from
axios.spread
for chaining (#106) - ๐ Fixing typescript definition (#105)
- ๐ Fixing default timeout config for node (#112)
- โ Adding support for use in web workers, and react-native (#70), (#98)
- โ Adding support for fetch like API
axios(url[, config])
(#116)
-
v0.6.0 Changes
September 21, 2015- ๐ Removing deprecated success/error aliases
- ๐ Fixing issue with array params not being properly encoded (#49)
- ๐ Fixing issue with User-Agent getting overridden (#69)
- โ Adding support for timeout config (#56)
- Removing es6-promise dependency
- ๐ Fixing issue preventing
length
to be used as a parameter (#91) - ๐ Fixing issue with IE8 (#85)
- ๐ Converting build to UMD