Skip to content

Commit 5b904d5

Browse files
committed
Updating changelog
1 parent 5630d3b commit 5b904d5

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

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+
312
### 0.15.3 (Nov 27, 2016)
413

514
- Fixing issue with custom instances and global defaults ([#443](https://github.com/mzabriskie/axios/issues/443))

0 commit comments

Comments
 (0)