Skip to content

Releases: emailable/emailable-node

3.1.1

17 Feb 22:30
e941077

Choose a tag to compare

What's Changed

  • Bump axios from 1.7.4 to 1.8.2 in the npm_and_yarn group across 1 directory by @dependabot[bot] in #25
  • Bump form-data from 4.0.0 to 4.0.4 in the npm_and_yarn group across 1 directory by @dependabot[bot] in #26
  • Bump actions/checkout from 4 to 5 by @dependabot[bot] in #27
  • Bump actions/setup-node from 4 to 5 by @dependabot[bot] in #28
  • Bump axios from 1.8.2 to 1.12.0 in the npm_and_yarn group across 1 directory by @dependabot[bot] in #29
  • Bump actions/setup-node from 5 to 6 by @dependabot[bot] in #30
  • Bump js-yaml from 4.1.0 to 4.1.1 in the npm_and_yarn group across 1 directory by @dependabot[bot] in #31
  • Bump glob from 10.4.5 to 10.5.0 in the npm_and_yarn group across 1 directory by @dependabot[bot] in #32
  • Bump actions/checkout from 5 to 6 by @dependabot[bot] in #33
  • Bump axios from 1.12.0 to 1.13.5 in the npm_and_yarn group across 1 directory by @dependabot[bot] in #34
  • Switch to PNPM by @jclusso in #35
  • Bump the npm_and_yarn group across 1 directory with 7 updates by @dependabot[bot] in #36
  • Fix dependabot.yml package-ecosystem by @jclusso in #38
  • Update eslint to 9.39.2 by @jclusso in #37
  • Bump eslint from 9.18.0 to 10.0.0 by @dependabot[bot] in #40
  • Bump mocha from 11.0.1 to 11.7.5 by @dependabot[bot] in #41
  • Bump tsd from 0.30.3 to 0.33.0 by @dependabot[bot] in #42
  • Remove support for 18 / Add support for 25 by @jclusso in #43
  • Bump chai from 4.3.6 to 6.2.2 by @dependabot[bot] in #39

Full Changelog: 3.1.0...3.1.1

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.