All Versions
54
Latest Version
Avg Release Cycle
96 days
Latest Release
897 days ago
Changelog History
Page 3
Changelog History
Page 3
-
v0.16.2 Changes
June 03, 2017 -
v0.16.1 Changes
April 08, 2017 -
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 emptyrelativeURL
(#581) - ๐ Removing
PROTECTION_PREFIX
support (#561)
- ๐ฅ BREAKING Removing
-
v0.15.3 Changes
November 27, 2016- ๐ Fixing issue with custom instances and global defaults (#443)
- Renaming
axios.d.ts
toindex.d.ts
(#519) - โ Adding
get
,head
, anddelete
todefaults.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)
- ๐ Fixing issue with calling
-
v0.15.1 Changes
October 14, 2016- ๐ Fixing issue with UMD (#485)
-
v0.15.0 Changes
October 10, 2016 -
v0.14.0 Changes
August 27, 2016- ๐ฅ BREAKING Updating TypeScript definitions (#419)
- ๐ฅ BREAKING Replacing
agent
option withhttpAgent
andhttpsAgent
(#387) - ๐ฅ BREAKING Splitting
progress
event handlers intoonUploadProgress
andonDownloadProgress
(#423) - Adding support for
http_proxy
andhttps_proxy
environment variables (#366) - ๐ Fixing issue with
auth
config option andAuthorization
header (#397) - Don't set XSRF header if
xsrfCookieName
isnull
(#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)