Releases: emailable/emailable-node
Releases · emailable/emailable-node
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#verify
no longer takes acallbackURL
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
, andsimulate
. If you previously passed acallbackURL
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.