Releases: emailable/emailable-node
Releases · emailable/emailable-node
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.