File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change
1
+ # 1.8.2 (2016-03-20)
2
+
3
+ * Fixed handling of HTTP status 204 with content-encoding: gzip (Andrew Shelton)
4
+ * Handling of FormData error events (scriptype)
5
+ * Fixed parsing of ` vnd+json ` MIME types (Kornel Lesiński)
6
+ * Aliased browser implementation of ` .parse() ` as ` .serialize() ` for forward compatibility
7
+
1
8
# 1.8.1 (2016-03-14)
2
9
3
10
* Fixed form-data incompatibility with IE9
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " superagent" ,
3
3
"repo" : " visionmedia/superagent" ,
4
- "version" : " 1.9.0 " ,
4
+ "version" : " 1.8.2 " ,
5
5
"description" : " elegant & feature rich browser / node HTTP with a fluent API" ,
6
6
"keywords" : [
7
7
" http" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " superagent" ,
3
- "version" : " 1.9.0 " ,
3
+ "version" : " 1.8.2 " ,
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