We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent add023c commit c24b1ccCopy full SHA for c24b1cc
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+### 0.17.0 (Oct 21, 2017)
4
+
5
+- **BREAKING** Fixing issue with `baseURL` and interceptors ([#950](https://github.com/axios/axios/pull/950))
6
+- **BREAKING** Improving handing of duplicate headers ([#874](https://github.com/axios/axios/pull/874))
7
+- Adding support for disabling proxies ([#691](https://github.com/axios/axios/pull/691))
8
+- Updating TypeScript typings with generic type parameters ([#1061](https://github.com/axios/axios/pull/1061))
9
10
### 0.16.2 (Jun 3, 2017)
11
12
- Fixing issue with including `buffer` in bundle ([#887](https://github.com/axios/axios/pull/887))
0 commit comments