Skip to content

Commit

Permalink
v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kornelski committed May 29, 2016
1 parent 2429a1e commit fda9b5e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
# 2.0.0

To try alpha versions:

npm install superagent@next

## Breaking changes

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

# 1.8.2 (2016-03-20)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "superagent",
"version": "2.0.0-alpha.3",
"version": "2.0.0",
"description": "elegant & feature rich browser / node HTTP with a fluent API",
"scripts": {
"prepublish": "make all",
Expand Down

0 comments on commit fda9b5e

Please sign in to comment.