Skip to content

Commit 2a84525

Browse files
committed
v1.7.0
Changelog and version bump
1 parent f42e0d3 commit 2a84525

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

History.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,17 @@
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)
215

316
* avoid misleading CORS error message
417
* added 'progress' event on file/form upload in Node (Olivier Lalonde)

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.6.1",
3+
"version": "1.7.0",
44
"description": "elegant & feature rich browser / node HTTP with a fluent API",
55
"scripts": {
66
"prepublish": "make all",

0 commit comments

Comments
 (0)