Skip to content

Releases: FlaringPhoenix/LiquidCache

LiquidCache v2.0.0

07 Nov 02:30

Choose a tag to compare

We are proud to announce the release of LiquidCache v2.0.0. This is a significant milestone for the project as it includes a complete rewrite of the codebase in TypeScript.

What's New:

  • TypeScript Support: The entire codebase has been migrated to TypeScript, providing type safety and facilitating easier maintenance and development.
  • Improved API: With the shift to TypeScript, we've taken the opportunity to refine the API, making it more intuitive and powerful.
  • Configurable Expiration: Cache entries now support individual expiration times, granting more control over the caching strategy.
  • Enhanced Performance: Refactoring has not only improved readability but also the performance of the caching mechanism.
  • Up-to-date Dependencies: All dependencies have been updated to their latest versions to ensure better security and performance.

Breaking Changes:

Please note that this release contains breaking changes due to the API overhaul. As such, please refer to the updated documentation to adjust your implementation accordingly.

Acknowledgements:

We want to thank our contributors, users, and the community for their continued support. This release represents a collective effort to keep LiquidCache modern, robust, and user-friendly.

We hope you enjoy this release, and we look forward to your feedback and continued support!


For more details on the changes, please see the changelog.