All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Fixed security vulnerabilities.
- Fixing README to accurately specify the constructor parameters.
- Adding CHANGELOG.
- Dropped support for Node.js 6.
- Added support for Node.js 8, 10 and 11.
- Added support for specifying an alternate Promise library such as bluebird (by default it will use native Promises).
- Switched to ES6 syntax.
- Dropped support for Node.js 5.
- Fixied issues with dangling promises.
- Made resolveWithFullResponse the default behavior.
- Initial release.