- Upgrade module dependencies for Node 4 support.
- Make ES6 compatible module, use shims in wrapper. (zeekay)
- Parses Content-Type header to handle encoding when parsing JSON (Mingan).
- Add support for withCredentials (Mingan).
- Updated dependencies.
- Simplified setting the default content header.
- Content-Type header can be set manually for requests with data.
- Added header and JSON parsing.
- Send the correct header when data is present.
- Include the actual response URL after following redirects.
- Added mocha tests.
- Initial release.