File tree Expand file tree Collapse file tree 2 files changed +15
-2
lines changed Expand file tree Collapse file tree 2 files changed +15
-2
lines changed Original file line number Diff line number Diff line change 1
- # 1.6.0 (2015-12-09)
1
+ # 1.7.0 (2016-01-18)
2
+
3
+ * When attaching files, read default filename from the ` File ` object (JD Isaacks)
4
+ * Add ` direction ` property to ` progress ` events (Joseph Dykstra)
5
+ * Update component-emitter & formidable (Kornel Lesiński)
6
+ * Don't re-encode query string needlessly (Ruben Verborgh)
7
+ * ensure querystring is appended when doing ` stream.pipe(request) ` (Keith Grennan)
8
+ * change set header function, not call ` this.request() ` until call ` this.end() ` (vicanso)
9
+ * Add no-op ` withCredentials ` to Node API (markdalgleish)
10
+ * fix ` delete ` breaking on ie8 (kenjiokabe)
11
+ * Don't let request error override responses (Clay Reimann)
12
+ * Increased number of tests shared between node and client (Kornel Lesiński)
13
+
14
+ # 1.6.0/1.6.1 (2015-12-09)
2
15
3
16
* avoid misleading CORS error message
4
17
* added 'progress' event on file/form upload in Node (Olivier Lalonde)
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " superagent" ,
3
- "version" : " 1.6.1 " ,
3
+ "version" : " 1.7.0 " ,
4
4
"description" : " elegant & feature rich browser / node HTTP with a fluent API" ,
5
5
"scripts" : {
6
6
"prepublish" : " make all" ,
You can’t perform that action at this time.
0 commit comments