Skip to content

Latest commit

 

History

History
58 lines (35 loc) · 1.91 KB

File metadata and controls

58 lines (35 loc) · 1.91 KB

Changelog

2.1.0 (2025-03-11)

Features

2.0.0 (2024-06-08)

⚠ BREAKING CHANGES

  • drop Node.js < 18 support

eggjs/egg#5257

Summary by CodeRabbit

  • New Features

    • Introduced Node.js CI workflow for automated testing and releases.
  • Added TypeScript support and enforced node prefix rules in ESLint configuration.

  • Documentation

  • Updated README with new badges and revised installation/usage instructions.

  • Chores

    • Updated .gitignore to include dist directory and .tshy* files.
    • Updated package.json with new dependencies, scripts, and metadata.
  • Tests

    • Added tests for caching content types functionality.

Features

1.0.1 / 2018-07-18

others

1.0.0 / 2018-07-11

features

  • [ecb6476] - feat: cache result of mimeTypes.contentType (dead-horse <dead_horse@qq.com>),fatal: No names found, cannot describe anything.

others