Releases: strvcom/heimdall
Releases · strvcom/heimdall
3.0.0
3.0.0 (2025-01-13)
chore
- upgrade deps & ESLint, drop older Node.js support (5c3bfe0)
Features
- add support of Node ^20, ^22, ^23 (58537d3)
- drop support for Node.js v18 (dc3ec65)
- upgrade deps, move to ESLint flat config 🚀 (b6560e6)
BREAKING CHANGES
- Node.js v18 is no longer officially supported.
- Minimum supported Node.js version is now v18 and v20.
2.2.0
2.1.0
2.0.1
2.0.0
2.0.0 (2020-11-30)
Features
- add commitlint Github Action (66349e4)
- add option to exit the process after execute() resolves (979a906)
- allow Delegate to log errors by implementing .logError() (c6403f7)
- drop Node.js 10 support (ca2f8ad)
- mark Node.js 14 as officially supported (faca8aa)
- rewrite to TypeScript (6c59432)
BREAKING CHANGES
- Node.js v10 is no longer supported.
- Heimdall will no longer wait 10 seconds after a second signal has been received before it forcibly kills the process. Instead, it will kill the process immediatelly in the next event loop.
- Node.js 11 is no longer officially supported although it is unlikely that Heimdall will not work on this release.
2.0.0-alpha.3
2.0.0-alpha.3 (2020-11-13)
Features
- add option to exit the process after execute() resolves (979a906)
2.0.0-alpha.2
2.0.0-alpha.2 (2020-05-05)
Features
- allow Delegate to log errors by implementing .logError() (c6403f7)
2.0.0-alpha.1
2.0.0-alpha.1 (2020-05-05)
Features
- add commitlint Github Action (66349e4)
- drop Node.js 10 support (ca2f8ad)
- mark Node.js 14 as officially supported (faca8aa)
- rewrite to TypeScript (6c59432)
BREAKING CHANGES
- Node.js v10 is no longer supported.
- Heimdall will no longer wait 10 seconds after a second signal has been received before it forcibly kills the process. Instead, it will kill the process immediatelly in the next event loop.
- Node.js 11 is no longer officially supported although it is unlikely that Heimdall will not work on this release.