File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 1
- # 2.1.0-beta
1
+ # 2.1.0
2
2
3
- * Wait for async parsers to avoid double callback (Kornel Lesiński)
4
- * DRY parser selection and response creation code (Kornel Lesiński)
5
- * Treat multipart like other parsers (Kornel Lesiński)
3
+ * Refactored async parsers. Now the ` end ` callback waits for async parsers to finish (Kornel Lesiński)
6
4
* Errors thrown in ` .end() ` callback don't cause the callback to be called twice (Kornel Lesiński)
5
+ * Added ` headers ` to ` toJSON() ` (Tao)
7
6
8
7
# 2.0.0
9
8
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " superagent" ,
3
- "version" : " 2.1.0-beta.1 " ,
3
+ "version" : " 2.1.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