Releases: cemalgnlts/Mailjs
Releases · cemalgnlts/Mailjs
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