Releases: cemalgnlts/Mailjs
Releases · cemalgnlts/Mailjs
3.1.2
What's Changed
- fix: address collisions by @niklashaug in #26
New Contributors
- @niklashaug made their first contribution in #26
Full Changelog: 3.1.1...3.1.2
Change
The createOneAccount function can create the same email address in repeated operations. To reduce this risk, you can now ensure that the first parameter is set to true to use a UUID.
createOneAccount() -> 1sdf32d3@example.com
createOneAccount(true) -> aaaaaaaa-bbbb-cccc-dddd-eeeeeeeee@example.com
3.1.1
When the SSE server had a problem, the number 2 was returned instead of the object in the arrive event. With this update, if the message object is not returned, it automatically gets the latest message.
Full Changelog: 3.1.0...3.1.1
Thanks @ayZagen
3.1.0
- Bug fixes.
- Delay sending the request if the rate limit is exceeded.
Full Changelog: 3.0.0...3.1.0
Thanks @Xiphe, @cgjangid, @lasseklovstad
V3.0.0
- Bug fixes.
- Updates for SSE.
node-fetchdependency removed.- Added tests.
v2.2.0
With event listeners, incoming mails can now be received instantly. (thanks to @shivam1608)
2.1.0
- Documentation updated (added
loginWithTokenfunction). - Used GitHub Actions to publish to automated NPM.
2.0
- Rollup is started to be used.
- Used TypeScript for better autocomplete.
- Added a check for some types of errors that could not be caught (like re-create account with a username used).
1.0
Update README.md