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

Changelog History
Page 3

  • v0.16.2 Changes

    June 03, 2017
    • ๐Ÿ›  Fixing issue with including buffer in bundle (#887)
    • Including underlying request in errors (#830)
    • Convert method to lowercase (#930)
  • v0.16.1 Changes

    April 08, 2017
    • Improving HTTP adapter to return last request in case of redirects (#828)
    • โšก๏ธ Updating follow-redirects dependency (#829)
    • โž• Adding support for passing Buffer in node (#773)
  • v0.16.0 Changes

    April 01, 2017
    • ๐Ÿ’ฅ BREAKING Removing Promise from axios typings in favor of built-in type declarations (#480)
    • โž• Adding options shortcut method (#461)
    • ๐Ÿ›  Fixing issue with using responseType: 'json' in browsers incompatible with XHR Level 2 (#654)
    • Improving React Native detection (#731)
    • ๐Ÿ›  Fixing combineURLs to support empty relativeURL (#581)
    • ๐Ÿ‘ Removing PROTECTION_PREFIX support (#561)
  • v0.15.3 Changes

    November 27, 2016
    • ๐Ÿ›  Fixing issue with custom instances and global defaults (#443)
    • Renaming axios.d.ts to index.d.ts (#519)
    • โž• Adding get, head, and delete to defaults.headers (#509)
    • ๐Ÿ›  Fixing issue with btoa and IE (#507)
    • โž• Adding support for proxy authentication (#483)
    • 0๏ธโƒฃ Improving HTTP adapter to use http protocol by default (#493)
    • ๐Ÿ›  Fixing proxy issues (#491)
  • v0.15.2 Changes

    October 17, 2016
    • ๐Ÿ›  Fixing issue with calling cancel after response has been received (#482)
  • v0.15.1 Changes

    October 14, 2016
    • ๐Ÿ›  Fixing issue with UMD (#485)
  • v0.15.0 Changes

    October 10, 2016
    • โž• Adding cancellation support (#452)
    • 0๏ธโƒฃ Moving default adapter to global defaults (#437)
    • ๐Ÿ›  Fixing issue with file URI scheme (#440)
    • ๐Ÿ›  Fixing issue with params objects that have no prototype (#445)
  • v0.14.0 Changes

    August 27, 2016
    • ๐Ÿ’ฅ BREAKING Updating TypeScript definitions (#419)
    • ๐Ÿ’ฅ BREAKING Replacing agent option with httpAgent and httpsAgent (#387)
    • ๐Ÿ’ฅ BREAKING Splitting progress event handlers into onUploadProgress and onDownloadProgress (#423)
    • Adding support for http_proxy and https_proxy environment variables (#366)
    • ๐Ÿ›  Fixing issue with auth config option and Authorization header (#397)
    • Don't set XSRF header if xsrfCookieName is null (#406)
  • v0.13.1 Changes

    July 16, 2016
    • ๐Ÿ›  Fixing issue with response data not being transformed on error (#378)
  • v0.13.0 Changes

    July 13, 2016
    • ๐Ÿ’ฅ BREAKING Improved error handling (#345)
    • ๐Ÿ’ฅ BREAKING Response transformer now invoked in dispatcher not adapter (10eb238)
    • ๐Ÿ’ฅ BREAKING Request adapters now return a Promise (157efd5)
    • ๐Ÿ›  Fixing issue with withCredentials not being overwritten (#343)
    • ๐Ÿ›  Fixing regression with request transformer being called before request interceptor (#352)
    • ๐Ÿ›  Fixing custom instance defaults (#341)
    • ๐Ÿ›  Fixing instances created from axios.create to have same API as default axios (#217)