2.0.0 / 2016-02-01
This release adds browser support, and upgrades SuperAgent to 1.2.x
Community Contributions
Code Features & Fixes
- #24 Inspect res.redirects for redirect assertions (by @hurrymaplelad)
- #22 Accept header names of any case (by @hurrymaplelad)
- #23 Test header values with regular expressions (by @hurrymaplelad)
- #28 Add support for proxy servers via "superagent-proxy" (by @nfreear)
- #35 Superagent to Version 1.0.x (by @pgrm)
- #70 Browser support (by @BigstickCarpet)
- #71 refactor to use npm scripts over makefile (by @keithamus)
Documentation fixes
- #16 Fix documentation to show proper order of testing with HTTP Basic auth (by @GabeMedrash
- #17 Document promise usage without native support (by @Guuz
- #19 correct documentation for .attach() (by @GabeMedrash
- #33 Clarify the usage of query parameters in README (by @pgrm)
- #42 Fix typo in readme (by @studstill)