Skip to content

Releases: cemalgnlts/Mailjs

3.1.2

05 Mar 18:48

Choose a tag to compare

What's Changed

New Contributors

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

03 Jul 11:25

Choose a tag to compare

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

22 May 09:14

Choose a tag to compare

  • 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

21 Oct 10:34

Choose a tag to compare

Closes #9 #10 #11

  • Bug fixes.
  • Updates for SSE.
  • node-fetch dependency removed.
  • Added tests.

Thanks: @anonghuser @kaassouffleetje @baciucristian

v2.2.0

24 Apr 07:10

Choose a tag to compare

With event listeners, incoming mails can now be received instantly. (thanks to @shivam1608)

2.1.0

04 Oct 15:26
4d86e1e

Choose a tag to compare

  • Documentation updated (added loginWithToken function).
  • Used GitHub Actions to publish to automated NPM.

2.0

20 Apr 19:43

Choose a tag to compare

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

17 Aug 16:01
8f9f830

Choose a tag to compare

1.0
Update README.md