2
0
mirror of https://github.com/tenrok/axios.git synced 2026-06-02 16:04:10 +03:00

Updating changelog

This commit is contained in:
Nick Uraltsev
2017-03-31 18:46:36 -07:00
parent 5630d3be55
commit 5b904d5f58
+9
View File
@@ -1,5 +1,14 @@
# Changelog
### 0.16.0 (Mar 31, 2017)
- **BREAKING** Removing `Promise` from axios typings in favor of built-in type declarations ([#480](https://github.com/mzabriskie/axios/issues/480))
- Adding `options` shortcut method ([#461](https://github.com/mzabriskie/axios/pull/461))
- Fixing issue with using `responseType: 'json'` in browsers incompatible with XHR Level 2 ([#654](https://github.com/mzabriskie/axios/pull/654))
- Improving React Native detection ([#731](https://github.com/mzabriskie/axios/pull/731))
- Fixing `combineURLs` to support empty `relativeURL` ([#581](https://github.com/mzabriskie/axios/pull/581))
- Removing `PROTECTION_PREFIX` support ([#561](https://github.com/mzabriskie/axios/pull/561))
### 0.15.3 (Nov 27, 2016)
- Fixing issue with custom instances and global defaults ([#443](https://github.com/mzabriskie/axios/issues/443))