Skip to content

Commit

Permalink
Releasing 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mzabriskie committed Sep 21, 2015
1 parent 2936cdc commit cd0cd18
Show file tree
Hide file tree
Showing 20 changed files with 309 additions and 5,306 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,3 +68,14 @@
### 0.5.4 (Apr 08, 2015)

- Fixing issue with FormData not being sent ([#53](https://github.com/mzabriskie/axios/issues/53))

### 0.6.0 (Sep 21, 2015)

- Removing deprecated success/error aliases
- Fixing issue with array params not being properly encoded ([#49](https://github.com/mzabriskie/axios/pull/49))
- Fixing issue with User-Agent getting overridden ([#69](https://github.com/mzabriskie/axios/issues/69))
- Adding support for timeout config ([#56](https://github.com/mzabriskie/axios/issues/56))
- Removing es6-promise dependency
- Fixing issue preventing `length` to be used as a parameter ([#91](https://github.com/mzabriskie/axios/pull/91))
- Fixing issue with IE8 ([#85](https://github.com/mzabriskie/axios/pull/85))
- Converting build to UMD
2 changes: 1 addition & 1 deletion axios.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Type definitions for Axios v0.4.1
// Type definitions for Axios v0.6.0
// Project: https://github.com/mzabriskie/axios


Expand Down
4 changes: 2 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "axios",
"main": "./dist/axios.js",
"version": "0.5.4",
"version": "0.6.0",
"homepage": "https://github.com/mzabriskie/axios",
"authors": [
"Matt Zabriskie"
Expand Down Expand Up @@ -33,4 +33,4 @@
"karma.conf.js",
"package.json"
]
}
}
Loading

0 comments on commit cd0cd18

Please sign in to comment.