Commit eefc1b8
committed
Release 2.0.0
[skip ci]
## [2.0.0](v1.2.0...v2.0.0) (2024-12-15)
### ⚠ BREAKING CHANGES
* drop Node.js < 18.19.0 support
part of eggjs/egg#3644
eggjs/egg#5257
<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit
## Release Notes
- **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` and `package.json` to reflect new structure and
dependencies.
- Modified CI pipeline to use updated Node.js versions.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->
### Features
* support cjs and esm both by tshy ([#8](#8)) ([a31a80e](a31a80e))
* support timeout && drop node 14 support ([#6](#6)) ([8551bae](8551bae))1 parent a31a80e commit eefc1b8
2 files changed
Lines changed: 43 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
1 | 43 | | |
2 | 44 | | |
3 | 45 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments