superagent v1.8.0 Release Notes

Release Date: 2016-03-09 // over 8 years ago
    • Extracted common code into request-base class (Peter Lyons)
      • It does not affect the public API, but please let us know if you notice any plugins/subclasses breaking!
    • ➕ Added option {type:'auto'} to auth method, which enables browser-native auth types (Jungle, Askar Yusupov)
    • ➕ Added responseType() to set XHR responseType (chris)
    • 💻 Switched to form-data for browserify-compatible FormData (Peter Lyons)
    • ➕ Added statusCode to error response when JSON response is malformed (mattdell)
    • ✅ Prevented TCP port conflicts in all tests (Peter Lyons)
    • ⚡️ Updated form-data dependency