2
0
mirror of https://github.com/tenrok/axios.git synced 2026-06-20 20:00:40 +03:00

Releasing 0.5.2

This commit is contained in:
mzabriskie
2015-03-13 17:13:41 -06:00
parent dd2aa791e6
commit 2ce5aa77df
21 changed files with 141 additions and 251 deletions
+7 -3
View File
@@ -49,10 +49,14 @@
### 0.5.0 (Jan 23, 2015)
- Adding support for intercepetors
- Adding support for intercepetors ([#14](https://github.com/mzabriskie/axios/issues/14))
- Updating es6-promise dependency
### 0.5.1 (Mar 10, 2015)
- Fixing issue using strict mode
- Fixing issue with standalone build
- Fixing issue using strict mode ([#45](https://github.com/mzabriskie/axios/issues/45))
- Fixing issue with standalone build ([#47](https://github.com/mzabriskie/axios/issues/47))
### 0.5.2 (Mar 13, 2015)
- Adding support for `statusText` in response ([#46](https://github.com/mzabriskie/axios/issues/46))