2.0.0 (2024-12-15)
- drop Node.js < 18.19.0 support
part of eggjs/egg#3644
-
New Features
-
Introduced new GitHub Actions workflows for publishing and release processes.
-
Added TypeScript configuration for stricter type-checking and modern module support.
- New exit handler functionality for graceful application termination.
-
Documentation
-
Updated README.md for clarity on usage and installation instructions.
-
Bug Fixes
- Improved error handling and logging in the exit process.
-
Chores
-
Updated
.gitignore
andpackage.json
to reflect new structure and dependencies.- Modified CI pipeline to use updated Node.js versions.
- support cjs and esm both by tshy (#8) (a31a80e)
- support timeout && drop node 14 support (#6) (8551bae)
features
- [
0f0069c
] - feat: add beforeExit options (#4) (Haoliang Gao <[email protected]>)
features
- [
180028b
] - feat: add logLevel to control print log level (#3) (fengmk2 <[email protected]>)
others
- [
7edd157
] - test: add more assert on tests (#2) (fengmk2 <[email protected]>) - [
b838376
] - deps: use nyc version of egg-bin (#1) (fengmk2 <[email protected]>)
- first release