- Initial release
- Adding support for
allandspread - Adding support for node.js (#1)
- Fixing build problem causing ridiculous file sizes
- Fixing bundling with browserify (#4)
- Fixing
successanderrorto properly receive response data as individual arguments (#8) - Updating
thenandcatchto receive response data as a single object (#6) - Fixing issue with
allnot working (#7)
- Fixing missing post body when using node.js (#3)
- Adding support for
ArrayBufferandArrayBufferView(#10) - Adding support for utf-8 for node.js (#13)
- Adding support for SSL for node.js (#12)
- Fixing incorrect
Content-Typeheader (#9) - Adding standalone build without bundled es6-promise (#11)
- Deprecating
success/errorin favor ofthen/catch
- Adding error handling to request for node.js (#18)
- Fixing issue with
Content-Typewhen usingFormData(#22) - Adding support for TypeScript (#25)
- Fixing issue with standalone build (#29)
- Fixing issue with verbs needing to be capitalized in some browsers (#30)
- Adding support for intercepetors (#14)
- Updating es6-promise dependency
- Adding support for
statusTextin response (#46)
- Using JSON.parse unconditionally when transforming response string (#55)
- Fixing issue with FormData not being sent (#53)
- 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
lengthto be used as a parameter (#91) - Fixing issue with IE8 (#85)
- Converting build to UMD
- Fixing issue with minified bundle in IE8 (#87)
- Adding support for passing agent in node (#102)
- Adding support for returning result from
axios.spreadfor 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)