Releases: mailtrap/mailtrap-nodejs
Releases · mailtrap/mailtrap-nodejs
Release v4.4.0
What's Changed
- Release v4.3.1 by @IgorDobryn in #110
- Add ES module support by specifying import path in package.json by @narekhovhannisyan in #112
New Contributors
- @IgorDobryn made their first contribution in #110
Full Changelog: v4.3.1...v4.4.0
v4.3.1
What's Changed
- Bump version to v4.3.0 by @VladimirTaytor in #88
- Contact fields by @narekhovhannisyan in #89
- Fix optional account by @narekhovhannisyan in #91
- build(deps-dev): bump nodemailer from 6.9.9 to 7.0.7 by @dependabot[bot] in #92
- Sending domains API by @narekhovhannisyan in #93
- Enhance package configuration with module exports and TypeScript settings by @narekhovhannisyan in #81
- Fix #84 by @narekhovhannisyan in #96
- Fix #82 by @narekhovhannisyan in #97
- Contact imports by @narekhovhannisyan in #95
- Contact exports by @narekhovhannisyan in #98
- Create contact event by @narekhovhannisyan in #99
- Billing api by @narekhovhannisyan in #103
- Fix axios error parsing by @narekhovhannisyan in #104
- Update README.md to enhance installation and usage instructions, impr… by @narekhovhannisyan in #107
- Fix 106 by @narekhovhannisyan in #108
Full Changelog: v4.3.0...v4.3.1
Release v4.3.0
What's Changed
- feat: add Permissions type to projects API for enhanced access control by @narekhovhannisyan in #80
- update readme by @yanchuk in #66
- build(deps): bump axios from 1.8.2 to 1.12.0 by @dependabot[bot] in #86
- Dynamic user agent by @narekhovhannisyan in #85
New Contributors
Full Changelog: v4.2.0...v4.3.0
Release v4.2.0
Changes
- Add support for Batch Sending API.
- Add support for Contacts API.
- Add support for Contact Lists API.
- Add support for Templates API.
- Add support for Suppressions API.
- Make
testInboxIdoptional in theMailtrapClientconfiguration (#70).
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
BulkSendingAPIandTestingAPIclasses. There should be only one send method on theMailtrapClient. - The
generalandtestingAPIs 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
examplesfolder for the source code of this and other advanced examples.
- Security updates.