Skip to content

Commit fda9b5e

Browse files
committed
v2.0.0
1 parent 2429a1e commit fda9b5e

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

History.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
# 2.0.0
22

3-
To try alpha versions:
4-
5-
npm install superagent@next
6-
73
## Breaking changes
84

95
Breaking changes are in rarely used functionality, so we hope upgrade will be smooth for most users.
@@ -24,6 +20,7 @@ Breaking changes are in rarely used functionality, so we hope upgrade will be sm
2420
* Fixed wrong jsdoc of Request#attach (George Chung)
2521
* Updated and improved tests (Peter Lyons)
2622
* `request.head()` supports `.redirects(5)` call (Kornel Lesiński)
23+
* `response` event is also emitted when using `.pipe()`
2724

2825
# 1.8.2 (2016-03-20)
2926

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

0 commit comments

Comments
 (0)