Skip to content

Latest commit

 

History

History
128 lines (78 loc) · 3.47 KB

File metadata and controls

128 lines (78 loc) · 3.47 KB

Changelog

3.0.0 (2025-01-12)

⚠ BREAKING CHANGES

  • drop Node.js < 18.19.0 support

part of eggjs/egg#3644

eggjs/egg#5257

Summary by CodeRabbit

  • New Features

    • Updated package to @eggjs/static
    • Enhanced TypeScript support
    • Improved static file serving configuration
  • 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

Features

  • support cjs and esm both by tshy (#26) (ab7d6fb)

2.3.1 (2023-02-13)

Bug Fixes

2.3.0 (2023-02-12)

Features


2.2.0 / 2019-02-15

features

2.1.1 / 2018-05-02

fixes

2.1.0 / 2018-01-10

features

others

  • [93a56c1] - docs: fix confusion for option:prefix (#12) (Airyland <i@mao.li>)

2.0.0 / 2017-11-09

others

1.4.1 / 2017-06-04

  • docs: fix License url (#9)

1.4.0 / 2017-06-01

  • feat: use lru to store files (#8)

1.3.0 / 2017-03-25

  • feat: add support multiple directory (#7)

1.2.0 / 2017-02-21

  • deps: upgrade koa-static-cache to 4.x (#6)
  • chore: upgrade deps and fix test (#5)

1.1.0 / 2017-01-13

  • feat: default lazyload (#4)
  • docs: note for koa-static-cache (#3)

1.0.0 / 2016-11-02

  • test: add node v7 (#2)

0.1.0 / 2016-07-18

  • test: add tests (#1)

0.0.2 / 2016-07-15

  • init