File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change
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
+
1
12
# 1.5.0 (2015-11-30)
2
13
3
14
* encode array values as ` key=1&key=2&key=3 ` etc... (aalpern, Davis Kim)
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " superagent" ,
3
- "version" : " 1.5 .0" ,
3
+ "version" : " 1.6 .0" ,
4
4
"description" : " elegant & feature rich browser / node HTTP with a fluent API" ,
5
5
"scripts" : {
6
6
"test" : " make test"
You can’t perform that action at this time.
0 commit comments