Releases: laurisvan/request-promise-lite
Releases · laurisvan/request-promise-lite
v0.16.0
- Update to the latest deps; remove Gulp from build 0bf5532
- Disable HEAD test that got broken in httpbin cc9985c
- Avoid rest/spread operations in mocha tests b803847
- bugfix: don't leak sockets when handling redirects, and honor provided http agent b92c959
- Fixed a minor issue in typings ce69feb
v0.15.0...v0.16.0
0.7.0
Changelog (since 0.6.0):
- Better test coverage (& related fixes)
- GZip & Deflate decompression support
- Better error handling (RequestError subclasses ConnectionError, HTTPError and ParseError)
0.6.2
New changes:
- Support GZIP & Deflate uncompression
Improve response & error handling
0.6.1
Improve response handling
0.5.2
Fix: Query strings fails for falsifying booleans and numbers