mirror of
https://github.com/tenrok/axios.git
synced 2026-06-08 17:22:34 +03:00
28 lines
806 B
Markdown
28 lines
806 B
Markdown
# Changelog
|
|
|
|
### 0.1.0 (Aug 29, 2014)
|
|
|
|
- Initial release
|
|
|
|
### 0.2.0 (Sep 12, 2014)
|
|
|
|
- Adding support for `all` and `spread`
|
|
- Adding support for node.js
|
|
|
|
### 0.2.1 (Sep 12, 2014)
|
|
|
|
- Fixing build problem causing ridiculous file sizes
|
|
|
|
### 0.2.2 (Sep 14, 2014)
|
|
|
|
- Fixing bundling with browserify ([#4](https://github.com/mzabriskie/axios/issues/4))
|
|
|
|
### 0.3.0 (Sep 16, 2014)
|
|
|
|
- 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))
|
|
|
|
### 0.3.1 (Sep 16, 2014)
|
|
|
|
- Fixing missing post body when using node.js ([#3](https://github.com/mzabriskie/axios/issues/3)) |