Skip to content

Commit f39129b

Browse files
committed
v1.8.2
1 parent 8f37194 commit f39129b

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

History.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
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+
18
# 1.8.1 (2016-03-14)
29

310
* Fixed form-data incompatibility with IE9

component.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "superagent",
33
"repo": "visionmedia/superagent",
4-
"version": "1.9.0",
4+
"version": "1.8.2",
55
"description": "elegant & feature rich browser / node HTTP with a fluent API",
66
"keywords": [
77
"http",

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

0 commit comments

Comments
 (0)