Skip to content

Commit e2987e3

Browse files
authored
Note of the breaking change in browser 6.0 -> 6.1 (#1614)
* Note of the breaking change in browser 6.0 -> 6.1 * Add link to tag, fix missing newline * Better wording
1 parent 1277a88 commit e2987e3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,8 @@ For SuperAgent extensions such as couchdb and oauth visit the [wiki](https://git
212212

213213
Our breaking changes are mostly in rarely used functionality and from stricter error handling.
214214

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)
215217
* [5.x to 6.x](https://github.com/visionmedia/superagent/releases/tag/v6.0.0):
216218
* 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)
217219
* A specific issue with Content-Type matching not being case-insensitive is fixed

0 commit comments

Comments
 (0)