Skip to content

Commit 48a7902

Browse files
Prepping for release: updating CHANGELOG.
1 parent 5b2ea2e commit 48a7902

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

CHANGELOG.md

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

3+
### 0.18.0 (Feb 19, 2018)
4+
5+
- Adding support for UNIX Sockets when running with Node.js ([#1070](https://github.com/axios/axios/pull/1070))
6+
- Fixing typings ([#1177](https://github.com/axios/axios/pull/1177)):
7+
- AxiosRequestConfig.proxy: allows type false
8+
- AxiosProxyConfig: added auth field
9+
- Adding function signature in AxiosInstance interface so AxiosInstance can be invoked ([#1192](https://github.com/axios/axios/pull/1192), [#1254](https://github.com/axios/axios/pull/1254))
10+
- Allowing maxContentLength to pass through to redirected calls as maxBodyLength in follow-redirects config ([#1287](https://github.com/axios/axios/pull/1287))
11+
- Fixing configuration when using an instance - method can now be set ([#1342](https://github.com/axios/axios/pull/1342))
12+
13+
314
### 0.17.1 (Nov 11, 2017)
415

516
- Fixing issue with web workers ([#1160](https://github.com/axios/axios/pull/1160))

0 commit comments

Comments
 (0)