Releases: emailable/emailable-node
Releases · emailable/emailable-node
3.1.1
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
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
mochapackage 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
What's Changed
- Bump follow-redirects from 1.15.4 to 1.15.6 by @dependabot in #13
- Update CI by @jclusso in #14
- Fix TS style by @jclusso in #17
- Fix incorrect export in TS declaration by @jclusso in #18 with the help of @vgoloviznin
Full Changelog: 3.0.5...3.0.6
3.0.5
3.0.4
What's Changed
- Bump get-func-name from 2.0.0 to 2.0.2 by @dependabot in #7
- Bump axios from 0.25.0 to 1.6.0 by @dependabot in #8
- Setup CI by @jclusso in #9
New Contributors
Full Changelog: 3.0.3...3.0.4
3.0.3
Full Changelog: 3.0.2...3.0.3
3.0.2
3.0.1
3.0.0
- Breaking Change:
Batch#verifyno longer takes acallbackURLas 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, andsimulate. If you previously passed acallbackURLyou will now need to pass it like this:{ url: "https://example.org" } Batch#statusnow supports an optional options object aswell.- Updated depencencies and improved some tests.