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

Releasing 0.3.1

This commit is contained in:
mzabriskie
2014-09-16 18:32:42 -06:00
parent e1aa04ccee
commit d8f687dc52
11 changed files with 17 additions and 13 deletions
+5 -1
View File
@@ -21,4 +21,8 @@
- Fixing `success` and `error` to properly receive response data as individual arguments ([#8](https://github.com/mzabriskie/axios/issues/8))
- Updating `then` and `catch` to receive response data as a single object
- Fixing issue with `all` not working ([#7](https://github.com/mzabriskie/axios/issues/7))
- Fixing issue with `all` not working ([#7](https://github.com/mzabriskie/axios/issues/7))
### 0.3.1 (Sep 16, 2014)
- Fixing missing post body when using node.js ([#3](https://github.com/mzabriskie/axios/issues/3))