All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
3.0.0 (2025-04-02)
- rewrite using TS, upgrade tooling, improve README (948f68b)
BREAKING CHANGES:
Export was changed to default to support ESM.
- Clarify documentation for
expireTimeparameter inMemoryCache#set.
- Fix usage keys from
Object.prototype#4
- Package improvements #3
- Fix: correct remove expiration time when update value.
- MemoryCache#set
- Use seconds instead milliseconds for expiration time.
- Never expire value if expiration time is 0.
- Initial release.