Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 1.02 KB

File metadata and controls

34 lines (21 loc) · 1.02 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

3.0.0 (2025-04-02)

Features

  • rewrite using TS, upgrade tooling, improve README (948f68b)

BREAKING CHANGES:

Export was changed to default to support ESM.

2.0.4

  • Clarify documentation for expireTime parameter in MemoryCache#set.

2.0.3

  • Fix usage keys from Object.prototype #4

2.0.2

  • Package improvements #3

2.0.1

  • Fix: correct remove expiration time when update value.

2.0.0

  • MemoryCache#set
    • Use seconds instead milliseconds for expiration time.
    • Never expire value if expiration time is 0.

1.0.0

  • Initial release.