Skip to content

Commit

Permalink
v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kornelski committed Jul 14, 2016
1 parent 7d671d2 commit 83892f3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
# 2.1.0-beta
# 2.1.0

* Wait for async parsers to avoid double callback (Kornel Lesiński)
* DRY parser selection and response creation code (Kornel Lesiński)
* Treat multipart like other parsers (Kornel Lesiński)
* Refactored async parsers. Now the `end` callback waits for async parsers to finish (Kornel Lesiński)
* Errors thrown in `.end()` callback don't cause the callback to be called twice (Kornel Lesiński)
* Added `headers` to `toJSON()` (Tao)

# 2.0.0

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.1.0-beta.1",
"version": "2.1.0",
"description": "elegant & feature rich browser / node HTTP with a fluent API",
"scripts": {
"prepublish": "make all",
Expand Down

0 comments on commit 83892f3

Please sign in to comment.