Skip to content

Commit 8668dc1

Browse files
Release 6.0.0
[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#3644 eggjs/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))
1 parent b0524d9 commit 8668dc1

File tree

2 files changed

+44
-1
lines changed

2 files changed

+44
-1
lines changed

CHANGELOG.md

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,46 @@
1+
# Changelog
2+
3+
## [6.0.0](https://github.com/eggjs/koa-static-cache/compare/v5.1.4...v6.0.0) (2025-01-12)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* drop Node.js < 18.19.0 support
9+
10+
part of https://github.com/eggjs/egg/issues/3644
11+
12+
https://github.com/eggjs/egg/issues/5257
13+
14+
<!-- 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))
144

245
5.1.4 / 2020-08-03
346
==================

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@eggjs/koa-static-cache",
33
"description": "Static cache middleware for koa",
4-
"version": "5.1.4",
4+
"version": "6.0.0",
55
"keywords": [
66
"koa",
77
"middleware",

0 commit comments

Comments
 (0)