Commit 076ea56
committed
Release 6.0.0
[skip ci]
## [6.0.0](v5.0.0...v6.0.0) (2025-03-23)
### ⚠ BREAKING CHANGES
* drop Node.js < 18.19.0 support and only support egg>=4
part of eggjs/egg#3644
eggjs/egg#5257
<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit
- **New Features**
- Refined MySQL plugin integration with improved lifecycle management
and simplified singleton access.
- Added a ready-to-use Docker Compose setup for local MySQL development.
- **Documentation**
- Updated all documentation with the new package name (@eggjs/mysql) and
revised usage examples for clarity.
- **Chores**
- Enhanced package metadata and dependency management.
- Updated CI configuration to support Node.js versions 18, 20, and 22.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->
### Features
* support cjs and esm both by tshy ([#33](#33)) ([dfdaa74](dfdaa74))1 parent dfdaa74 commit 076ea56
2 files changed
+35
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 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 | + | |
3 | 37 | | |
4 | 38 | | |
5 | 39 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
0 commit comments