Features:
- Adds support for Autopilot (retrieving configuration, listing people, adding people, and removing people)
Features:
- Adds support for listing people
Compatibility changes:
- Add support for NodeJS 12, 13
- Drop support for NodeJS 0.10, 0.11, 0.12
Features:
- Adds support for deleting people
Features:
- Adds support for 429 rate limited HTTP responses.
Bugfixes:
- Headers that are set for a particular request are no longer erroneously carried over to other requests. This could cause connection problems with the server if a Content-Length header was set by a previous request and was not applicable for the next request.
- Fix error object to include response body.
Bugfixes:
- Fix path in to test server (#10).
Bugfixes:
- Fail gracefully when parsing invalid JSON from response body.
Bugfixes:
- Fix calculation of Content-Length header value when using UTF-8.
Bugfixes:
- Allow passing of options via
require('delighted')(key, options)
Features:
- First official release!
- Add support for listing People who have unsubscribed
- Add support for listing People whose emails bounced
Bugfixes:
- Change case for Delighted require [Seth McGuinness]
Features:
- Initial beta release! This release is a complete rewrite and is not backward compatible with
v0.0.1
. Please refer to the README for configuration and usage examples.