We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2f65c6 commit 295dfcdCopy full SHA for 295dfcd
History.md
@@ -1,3 +1,11 @@
1
+
2
+# 3.8.3 (2018-04-29)
3
4
+ * Add flags for 201 & 422 responses (Nikhil Fadnis)
5
+ * Emit progress event while uploading Node `Buffer` via send method (Sergey Akhalkov)
6
+ * Fixed setting correct cookies for redirects (Damien Clark)
7
+ * Replace .catch with ['catch'] for IE9 Support (Miguel Stevens)
8
9
# 3.8.2 (2017-12-09)
10
11
* Fixed handling of exceptions thrown from callbacks
package.json
@@ -1,6 +1,6 @@
{
"name": "superagent",
- "version": "3.8.2",
+ "version": "3.8.3",
"description": "elegant & feature rich browser / node HTTP with a fluent API",
"scripts": {
"prepare": "make all",
0 commit comments