Releases: jeroentvb/IFTTT-webhooks-channel
Releases · jeroentvb/IFTTT-webhooks-channel
v2.0.0
What's Changed
- [Breaking] Convert code to ESM
- [Breaking]
Drop node-fetch
in favour of node v18's fetch implementation
- This means any node versions below v18 are not supported
Full Changelog: v1.1.7...v2.0.0
v2.0.0 RC 1
What's Changed
- [Breaking] Convert code to ESM
- [Breaking]
Drop node-fetch
in favour of node v18's fetch implementation
- This means any node versions below v18 are not supported
Install using
npm install https://github.com/jeroentvb/IFTTT-webhooks-channel/releases/download/v2.0.0/dist.tgz
Full Changelog: v1.1.7...v2.0.0
v1.1.6
- Update dependencies
- Make make
value
param of post
function optional in ts.
v1.1.5
Update dependencies to eliminate a vulnerability.
v1.1.4
Update dependencies to eliminate a vulnerability.
v1.1.3
Updated dependencies to fix a vulnerability.
v1.1.2
Updated dependencies to fix a vulnerability.
v1.1.1
Added typescript declaration file.