Skip to content

Commit 6e45e58

Browse files
committed
Version bump, changelog update
1 parent ec4a2c2 commit 6e45e58

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

History.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
# 1.6.0 (2015-12-09)
2+
3+
* avoid misleading CORS error message
4+
* added 'progress' event on file/form upload in Node (Olivier Lalonde)
5+
* return raw response if the response parsing fails (Rei Colina)
6+
* parse content-types ending with `+json` as JSON (Eiryyy)
7+
* fix to avoid throwing errors on aborted requests (gjurgens)
8+
* retain cookies on redirect when hosts match (Tom Conroy)
9+
* added Bower manifest (Johnny Freeman)
10+
* upgrade to latest cookiejar (Andy Burke)
11+
112
# 1.5.0 (2015-11-30)
213

314
* encode array values as `key=1&key=2&key=3` etc... (aalpern, Davis Kim)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "superagent",
3-
"version": "1.5.0",
3+
"version": "1.6.0",
44
"description": "elegant & feature rich browser / node HTTP with a fluent API",
55
"scripts": {
66
"test": "make test"

0 commit comments

Comments
 (0)