Skip to content

Releases: emailable/emailable-node

3.1.0

04 Jun 18:39
eabb118

Choose a tag to compare

What's Changed

  • Bump braces from 3.0.2 to 3.0.3 in the npm_and_yarn group across 1 directory by @dependabot in #19
  • Bump the npm_and_yarn group across 1 directory with 2 updates by @dependabot in #20
  • Bump cross-spawn from 7.0.3 to 7.0.6 in the npm_and_yarn group across 1 directory by @dependabot in #21
  • Upgrade ESLint and swap to eslint.config.js by @n-older in #22
  • Upgrade mocha package to latest version (removes nanoid dependency) by @n-older in #23
  • Add support for access token authentication by @jclusso in #24

New Contributors

Full Changelog: 3.0.6...3.1.0

3.0.6

22 Mar 18:46
07a82e4

Choose a tag to compare

What's Changed

Full Changelog: 3.0.5...3.0.6

3.0.5

21 Feb 16:06
2ccbc6b

Choose a tag to compare

What's Changed

Full Changelog: 3.0.4...3.0.5

3.0.4

14 Nov 15:00
70941ab

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

Choose a tag to compare

Full Changelog: 3.0.2...3.0.3

3.0.2

12 Nov 23:17

Choose a tag to compare

  • Fixed minor bug in client error handler.

3.0.1

03 Jun 12:26

Choose a tag to compare

  • Updated depencencies

3.0.0

01 Feb 14:48

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.