- Add account info endpoints
- Replace isomophic fetch with cross fetch and polyfill.
- Remove security issues in node modules.
- Add graphql changes to README.
- Change method signature of controllers to use a single request parameter instead of many individual parameters.
- Add before and since parameters to paginated methods. Parameter count and order has changed for some non-single-parameter functions like
waitForLatestEmail
. Will migrate to all single parameter functions in a later version.
- add more alias methods
- Alter README
- Add replyTo method on emailController
- Add AliasController
- Add sent email controllers and export all api endpoints
- Add mail server endpoints to base client
- Create email aliases that can hide your email address and act as inbox proxies.
- Export swagger generated client for better type support. Expose more functionality added to API include webhooks, templates, contacts, groups and more.
- Add new controllers and tests. Add pagination support
- Bump underlying swagger dependency to 6.0.0
- Domain delete endpoints
- Fix bug in custom domain creation
- Enable custom domains
- Enable email templating
- Enable attribution
- Upload endpoints made public
- Human-readable exceptions
- New endpoints
- New dependency on a rebuilt swagger library
- MIT license
- Bulk operation endpoints
- Raw email endpoints
- Non-breaking
- Changelog
- More examples
- Descriptions for README
- Non-breaking