Releases: railsware/mailtrap-nodejs
Releases · railsware/mailtrap-nodejs
Release v4.1.0
Release v4.0.0
Changes
- BREAKING CHANGE: Missing params for the Testing API (here) are treated as errors (throw new Error(...)), not warnings.
- BREAKING CHANGE: Removes send methods from the
BulkSendingAPI
andTestingAPI
classes. There should be only one send method on theMailtrapClient
. - The
general
andtesting
APIs are created lazily, after the first access to the corresponding getters. - Updated the MailtrapClient to accept two more params: bulk: Boolean and sandbox: Boolean. They are changing the behavior of the send method of the client in the following way:
- Security updates for dependencies
Release v3.4.0
Changes
- Restructure samples, add template sample for testing by @narekhovhannisyan in #38
- Bulk sending API by @narekhovhannisyan in #39
- Bump version to v3.4.0 by @vittorius in #44
Release v3.3.0
Changes
- Add support for Testing product API.
- All public routes from API V2 are now available in SDK 🎉
- Refer to the
examples
folder for the source code of this and other advanced examples.
- Security updates.