File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ### 0.16.0 (Mar 31, 2017)
4
+
5
+ - ** BREAKING** Removing ` Promise ` from axios typings in favor of built-in type declarations ([ #480 ] ( https://github.com/mzabriskie/axios/issues/480 ) )
6
+ - Adding ` options ` shortcut method ([ #461 ] ( https://github.com/mzabriskie/axios/pull/461 ) )
7
+ - Fixing issue with using ` responseType: 'json' ` in browsers incompatible with XHR Level 2 ([ #654 ] ( https://github.com/mzabriskie/axios/pull/654 ) )
8
+ - Improving React Native detection ([ #731 ] ( https://github.com/mzabriskie/axios/pull/731 ) )
9
+ - Fixing ` combineURLs ` to support empty ` relativeURL ` ([ #581 ] ( https://github.com/mzabriskie/axios/pull/581 ) )
10
+ - Removing ` PROTECTION_PREFIX ` support ([ #561 ] ( https://github.com/mzabriskie/axios/pull/561 ) )
11
+
3
12
### 0.15.3 (Nov 27, 2016)
4
13
5
14
- Fixing issue with custom instances and global defaults ([ #443 ] ( https://github.com/mzabriskie/axios/issues/443 ) )
You can’t perform that action at this time.
0 commit comments