All Versions
54
Latest Version
Avg Release Cycle
96 days
Latest Release
689 days ago

Changelog History
Page 4

  • v0.12.0 Changes

    May 31, 2016
    • โž• Adding support for URLSearchParams (#317)
    • โž• Adding maxRedirects option (#307)
  • v0.11.1 Changes

    May 17, 2016
    • ๐Ÿ›  Fixing IE CORS support (#313)
    • ๐Ÿ›  Fixing detection of FormData (#325)
    • โž• Adding Axios class to exports (#321)
  • v0.11.0 Changes

    April 26, 2016
    • โž• Adding support for Stream with HTTP adapter (#296)
    • โž• Adding support for custom HTTP status code error ranges (#308)
    • ๐Ÿ›  Fixing issue with ArrayBuffer (#299)
  • v0.10.0 Changes

    April 20, 2016
    • ๐Ÿ›  Fixing issue with some requests sending undefined instead of null (#250)
    • ๐Ÿ›  Fixing basic auth for HTTP adapter (#252)
    • ๐Ÿ›  Fixing request timeout for XHR adapter (#227)
    • ๐Ÿ›  Fixing IE8 support by using onreadystatechange instead of onload (#249)
    • ๐Ÿ›  Fixing IE9 cross domain requests (#251)
    • โž• Adding maxContentLength option (#275)
    • ๐Ÿ›  Fixing XHR support for WebWorker environment (#279)
    • โž• Adding request instance to response (#200)
  • v0.9.1 Changes

    January 24, 2016
    • โฑ Improving handling of request timeout in node (#124)
    • ๐Ÿ›  Fixing network errors not rejecting (#205)
    • ๐Ÿ›  Fixing issue with IE rejecting on HTTP 204 (#201)
    • ๐Ÿ›  Fixing host/port when following redirects (#198)
  • v0.9.0 Changes

    January 18, 2016
    • โž• Adding support for custom adapters
    • ๐Ÿ›  Fixing Content-Type header being removed when data is false (#195)
    • Improving XDomainRequest implementation (#185)
    • ๐Ÿ”€ Improving config merging and order of precedence (#183)
    • ๐Ÿ›  Fixing XDomainRequest support for only <= IE9 (#182)
  • v0.8.1 Changes

    December 14, 2015
    • โž• Adding support for passing XSRF token for cross domain requests when using withCredentials (#168)
    • ๐Ÿ›  Fixing error with format of basic auth header (#178)
    • ๐Ÿ›  Fixing error with JSON payloads throwing InvalidStateError in some cases (#174)
  • v0.8.0 Changes

    December 11, 2015
    • โž• Adding support for creating instances of axios (#123)
    • ๐Ÿ›  Fixing http adapter to use Buffer instead of String in case of responseType === 'arraybuffer' (#128)
    • โž• Adding support for using custom parameter serializer with paramsSerializer option (#121)
    • ๐Ÿ›  Fixing issue in IE8 caused by forEach on arguments (#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