Skip to content

v2.0.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 22 Jun 15:26

2.0.0 (2024-06-22)

⚠ BREAKING CHANGES

  • drop Node.js < 18.19.0 support

eggjs/egg#5257

Summary by CodeRabbit

  • New Features

  • Introduced a Least Recently Used (LRU) cache implementation with
    enhanced functionalities.

  • Bug Fixes

    • Improved cache item expiration handling and test case accuracy.
  • Documentation

    • Updated README with new import syntax and method signatures.
    • LICENSE changed to MIT License.
  • Chores

  • Updated ESLint configuration, Node.js version in workflows, and
    .gitignore.

  • Refactor

  • Converted test cases to use async/await and updated module imports to
    ES module syntax.

  • Dependencies

    • Updated devDependencies and added new scripts in package.json.
  • Build Configuration

    • Updated tsconfig.json for stricter typing and ES2022 target.

Features


This release is also available on: