Commit 7f7fb55
committed
Release 2.0.0
[skip ci]
## [2.0.0](v1.1.0...v2.0.0) (2025-01-11)
### ⚠ 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
- **Configuration Updates**
- Updated ESLint configuration to improve code quality and consistency
- Removed legacy configuration files (JSHint, Travis CI)
- Added TypeScript configuration with strict type checking
- **CI/CD Improvements**
- Replaced Travis CI with GitHub Actions workflows
- Added automated testing and release processes
- Configured Node.js version support (18.19.0, 20, 22)
- **Project Maintenance**
- Updated README with modern badges and documentation
- Simplified package configuration
- Removed outdated contributor information
- **Development Environment**
- Updated `.gitignore` to reflect current project structure
- Added coverage and build-related ignore rules
<!-- end of auto-generated comment: release notes by coderabbit.ai -->
### Features
* support cjs and esm both by tshy ([#5](#5)) ([fa2f0ff](fa2f0ff))1 parent fa2f0ff commit 7f7fb55
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