superagent v1.0.0 Release Notes

Release Date: 2015-03-08 // about 9 years ago
    • ๐Ÿ‘€ All non-200 responses are treated as errors now. (The callback is called with an error when the response has a status < 200 or >= 300 now. In previous versions this would not have raised an error and the client would have to check the res object. See #283.
    • keep timeouts intact across redirects (hopkinsth)
    • ๐Ÿ– handle falsy json values (themaarten)
    • ๐Ÿ’ป fire response events in browser version (Schoonology)
    • getXHR exported in client version (KidsKilla)
    • โœ‚ remove arity check on .end() callbacks (defunctzombie)
    • avoid setting content-type for host objects (rexxars)
    • don't index array strings in querystring (travisjeffery)
    • ๐Ÿ›  fix pipe() with redirects (cyrilis)
    • โž• add xhr2 file download (vstirbu)
    • 0๏ธโƒฃ set default response type to text/plain if not specified (warrenseine)