Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# [2.0.0](1.1.3...2.0.0) (2020-11-30) ### Features * add commitlint Github Action ([66349e4](66349e4)) * add option to exit the process after execute() resolves ([979a906](979a906)) * allow Delegate to log errors by implementing .logError() ([c6403f7](c6403f7)) * drop Node.js 10 support ([ca2f8ad](ca2f8ad)) * mark Node.js 14 as officially supported ([faca8aa](faca8aa)) * rewrite to TypeScript ([6c59432](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.
- Loading branch information