Skip to content

Releases: emailable/emailable-node

3.0.6

22 Mar 18:46
07a82e4
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.0.5...3.0.6

3.0.5

21 Feb 16:06
2ccbc6b
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.0.4...3.0.5

3.0.4

14 Nov 15:00
70941ab
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 3.0.3...3.0.4

3.0.3

14 Nov 14:09
Compare
Choose a tag to compare

Full Changelog: 3.0.2...3.0.3

3.0.2

12 Nov 23:17
Compare
Choose a tag to compare
  • Fixed minor bug in client error handler.

3.0.1

03 Jun 12:26
Compare
Choose a tag to compare
  • Updated depencencies

3.0.0

01 Feb 14:48
Compare
Choose a tag to compare
  • Breaking Change: Batch#verify no longer takes a callbackURL as the optional second parameter. Instead you can pass an options object that makes it possible to support all additional options our API supports like, url, retries, and simulate. If you previously passed a callbackURL you will now need to pass it like this: { url: "https://example.org" }
  • Batch#status now supports an optional options object aswell.
  • Updated depencencies and improved some tests.