You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -212,6 +212,8 @@ For SuperAgent extensions such as couchdb and oauth visit the [wiki](https://git
212
212
213
213
Our breaking changes are mostly in rarely used functionality and from stricter error handling.
214
214
215
+
*[6.0 to 6.1](https://github.com/visionmedia/superagent/releases/tag/v6.1.0)
216
+
* Browser behaviour changed to match Node when serializing `application/x-www-form-urlencoded`, using `arrayFormat: 'indices'` semantics of `qs` library. (See: https://www.npmjs.com/package/qs#stringifying)
215
217
*[5.x to 6.x](https://github.com/visionmedia/superagent/releases/tag/v6.0.0):
216
218
* Retry behavior is still opt-in, however we now have a more fine-grained list of status codes and error codes that we retry against (see updated docs)
217
219
* A specific issue with Content-Type matching not being case-insensitive is fixed
0 commit comments