You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[skip ci]
## [6.0.0](v5.1.4...v6.0.0) (2025-01-12)
### ⚠ BREAKING CHANGES
* drop Node.js < 18.19.0 support
part of eggjs/egg#3644eggjs/egg#5257
<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit
- **New Features**
- Added static cache middleware for Koa.
- Introduced TypeScript support for the package.
- Implemented comprehensive configuration for package management.
- **Infrastructure**
- Updated GitHub Actions workflows for CI/CD.
- Added ESLint configuration.
- Updated project build and testing configurations.
- **Documentation**
- Refreshed README with new badges and installation instructions.
- Updated package description and licensing.
- **Maintenance**
- Upgraded Node.js engine support to version 18.19.0+.
- Migrated package to `@eggjs/koa-static-cache`.
- Removed legacy Travis CI configuration.
- Added new TypeScript configuration file.
- Removed unnecessary files and configurations, streamlining the project
structure.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->
### Features
* support cjs and esm both by tshy ([#1](#1)) ([b0524d9](b0524d9))
<!-- This is an auto-generated comment: release notes by coderabbit.ai
15
+
-->
16
+
## Summary by CodeRabbit
17
+
18
+
-**New Features**
19
+
- Added static cache middleware for Koa.
20
+
- Introduced TypeScript support for the package.
21
+
- Implemented comprehensive configuration for package management.
22
+
23
+
-**Infrastructure**
24
+
- Updated GitHub Actions workflows for CI/CD.
25
+
- Added ESLint configuration.
26
+
- Updated project build and testing configurations.
27
+
28
+
-**Documentation**
29
+
- Refreshed README with new badges and installation instructions.
30
+
- Updated package description and licensing.
31
+
32
+
-**Maintenance**
33
+
- Upgraded Node.js engine support to version 18.19.0+.
34
+
- Migrated package to `@eggjs/koa-static-cache`.
35
+
- Removed legacy Travis CI configuration.
36
+
- Added new TypeScript configuration file.
37
+
- Removed unnecessary files and configurations, streamlining the project
38
+
structure.
39
+
<!-- end of auto-generated comment: release notes by coderabbit.ai -->
40
+
41
+
### Features
42
+
43
+
* support cjs and esm both by tshy ([#1](https://github.com/eggjs/koa-static-cache/issues/1)) ([b0524d9](https://github.com/eggjs/koa-static-cache/commit/b0524d95f2f9ac53fb4a8835931c38ff2b33bb80))
0 commit comments