All Versions
121
Latest Version
Avg Release Cycle
37 days
Latest Release
1333 days ago

Changelog History
Page 4

  • v3.5.1 Changes

    March 18, 2017
    • 👍 Allow crossDomain errors to be retried (#1194) (Michael Olson)
    • Read responseType property from the correct object (Julien Dupouy)
    • Check for ownProperty before adding header (Lucas Vieira)
  • v3.5.0 Changes

    February 23, 2017
    • ➕ Add errno to distinguish between request timeout and body download timeout (#1184) (Kornel Lesiński)
    • ⏱ Warn about bogus timeout options (#1185) (Kornel Lesiński)
  • v3.4.4 Changes

    February 17, 2017
    • Treat videos like images (Kornel Lesiński)
    • Avoid renaming module (Kornel Lesiński)
  • v3.4.3 Changes

    February 14, 2017
    • 🛠 Fixed being able to define own parsers when their mime type starts with text/ (Damien Clark)
    • withCredentials(false) (Andy Woods)
    • 👉 Use formData.on instead of .once (Kornel Lesiński)
    • Ignore attach("file",null) (Kornel Lesiński)
  • v3.4.1 Changes

    January 29, 2017
    • 👍 Allow retry() and retry(0) (Alexander Pope)
    • 👍 Allow optional body/data in DELETE requests (Alpha Shuro)
    • 🛠 Fixed query string on retried requests (Kornel Lesiński)
  • v3.4.0 Changes

    January 25, 2017
    • 🆕 New .retry(n) method and err.retries (Alexander Pope)
    • 📄 Docs for HTTPS request (Jun Wan Goh)
  • v3.3.1 Changes

    December 17, 2016
    • 🛠 Fixed "double callback bug" warning on timeouts of gzipped responses
  • v3.3.0 Changes

    December 14, 2016
    • ➕ Added .ok(callback) that allows customizing which responses are errors (Kornel Lesiński)
    • ➕ Added .responseType() to Node version (Kornel Lesiński)
    • ➕ Added .parse() to browser version (jakepearson)
    • 🛠 Fixed parse error when using responseType('blob') (Kornel Lesiński)
  • v3.2.0 Changes

    December 11, 2016
    • ➕ Added .timeout({response:ms}), which allows limiting maximum response time independently from total download time (Kornel Lesiński)
    • ➕ Added warnings when .end() is called more than once (Kornel Lesiński)
    • ➕ Added response.links to browser version (Lukas Eipert)
    • btoa is no longer required in IE9 (Kornel Lesiński)
    • 🛠 Fixed .sortQuery() on URLs without query strings (Kornel Lesiński)
    • 🔨 Refactored common response code into ResponseBase (Lukas Eipert)
  • v3.1.0 Changes

    November 28, 2016
    • ➕ Added .sortQuery() (vicanso)
    • ➕ Added support for arrays and bools in .field() (Kornel Lesiński)
    • Made superagent.Request subclassable without need to patch all static methods (Kornel Lesiński)