3.0.0 (2025-01-12)
- drop Node.js < 18.19.0 support
part of eggjs/egg#3644
-
New Features
- Updated package to
@eggjs/static - Enhanced TypeScript support
- Improved static file serving configuration
- Updated package to
-
Chores
- Updated GitHub Actions workflows
- Modernized project configuration
- Updated Node.js version support to 18.19.0, 20, and 22
-
Documentation
- Updated README with new package details
- Simplified changelog and documentation
-
Refactor
- Migrated from CommonJS to ES modules
- Restructured project file organization
2.3.1 (2023-02-13)
2.3.0 (2023-02-12)
- add contributors (3bf1ba1)
features
- [
7a4b927] - feat: add options.dir for support multi folder serve. (#17) (仙森 <dapixp@gmail.com>)
fixes
- [
a55f7ad] - fix: range only work with static prefix url (#15) (Yiyu He <dead_horse@qq.com>)
features
- [
cd35dea] - feat: add range support (#13) (HelloYou <helloyou2012@yeah.net>)
others
others
- [
bc2d05c] - refactor: upgrade dependencies and support egg@2 (#11) (Yiyu He <dead_horse@qq.com>) - [
779e4fa] - docs: update usage (#10) (TZ | 天猪 <atian25@qq.com>)
- docs: fix License url (#9)
- feat: use lru to store files (#8)
- feat: add support multiple directory (#7)
- deps: upgrade koa-static-cache to 4.x (#6)
- chore: upgrade deps and fix test (#5)
- feat: default lazyload (#4)
- docs: note for koa-static-cache (#3)
- test: add node v7 (#2)
- test: add tests (#1)
- init