File tree 1 file changed +26
-0
lines changed
1 file changed +26
-0
lines changed Original file line number Diff line number Diff line change
1
+ # 4.0.0
2
+
3
+ ## Breaking changes
4
+
5
+ * Node.js v4 has reached it's end of life, so we no longer support it. It's v6+ or later.
6
+ * We now use ES6 in the browser code, too.
7
+ * If you're using Browserify or Webpack to package code for Internet Explorer, you will also have to use Babel.
8
+ * The pre-built node_modules/superagent.js is still ES5-compatible.
9
+
10
+ ## Minor changes
11
+
12
+ * Throw if ` req.abort().end() ` is called
13
+ * Throw if using unsupported mix of send and field
14
+ * Reject ` .end() ` promise on all error events (Kornel Lesiński)
15
+ * Set ` https.servername ` from the ` Host ` header (Kornel Lesiński)
16
+ * Leave backticks unencoded in query strings where possible (Ethan Resnick)
17
+ * Update node-mime to 2.x (Alexey Kucherenko)
18
+ * Allow default buffer settings based on response-type (shrey)
19
+
20
+ # 3.8.3 (2018-04-29)
21
+
22
+ * Add flags for 201 & 422 responses (Nikhil Fadnis)
23
+ * Emit progress event while uploading Node ` Buffer ` via send method (Sergey Akhalkov)
24
+ * Fixed setting correct cookies for redirects (Damien Clark)
25
+ * Replace .catch with [ 'catch'] for IE9 Support (Miguel Stevens)
26
+
1
27
# 3.8.2 (2017-12-09)
2
28
3
29
* Fixed handling of exceptions thrown from callbacks
You can’t perform that action at this time.
0 commit comments