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

Releasing 0.5.3

This commit is contained in:
mzabriskie
2015-04-07 21:00:00 -06:00
parent f96b49bec4
commit 9d31a86716
19 changed files with 313 additions and 237 deletions
+5 -1
View File
@@ -59,4 +59,8 @@
### 0.5.2 (Mar 13, 2015)
- Adding support for `statusText` in response ([#46](https://github.com/mzabriskie/axios/issues/46))
- Adding support for `statusText` in response ([#46](https://github.com/mzabriskie/axios/issues/46))
### 0.5.3 (Apr 07, 2015)
- Using JSON.parse unconditionally when transforming response string ([#55](https://github.com/mzabriskie/axios/issues/55))