Skip to content

Latest commit

 

History

History
126 lines (64 loc) · 6.94 KB

CHANGELOG.md

File metadata and controls

126 lines (64 loc) · 6.94 KB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

2.0.1 (2024-04-18)

Bug Fixes

2.0.0 (2021-11-19)

Note: Version bump only for package @hokify/node-ts-cache-lru-redis-storage

1.1.0 (2021-10-05)

Note: Version bump only for package @hokify/node-ts-cache-lru-redis-storage

1.0.2 (2021-02-12)

Note: Version bump only for package @hokify/node-ts-cache-lru-redis-storage

1.0.1 (2021-02-12)

Note: Version bump only for package @hokify/node-ts-cache-lru-redis-storage

0.3.6 (2020-11-18)

Bug Fixes

  • ensure we use seconds everywhere (f18d460)

0.3.5 (2020-11-09)

Bug Fixes

  • multicache: handle get key undefined (b0ded49)

0.3.4 (2020-11-09)

Note: Version bump only for package @hokify/node-ts-cache-lru-redis-storage

0.3.3 (2020-11-06)

Bug Fixes

  • lru-redis: ensure default values for lru cache (3cd9918)

0.3.2 (2020-10-21)

Note: Version bump only for package @hokify/node-ts-cache-lru-redis-storage

0.3.1 (2020-10-21)

Note: Version bump only for package @hokify/node-ts-cache-lru-redis-storage

0.3.0 (2020-10-21)

Features

  • multicache: allow caching multiple keys at once (68315b3)

0.2.3 (2020-10-21)

Bug Fixes

  • lru-redis: allow null values (efbe6bf)

0.2.2 (2020-09-22)

Note: Version bump only for package @hokify/node-ts-cache-lru-redis-storage

0.2.1 (2020-08-30)

Bug Fixes

  • ttl: allow overwriting ttls (ff24982)

0.2.0 (2020-07-28)

Features

  • cachekey: allow undefined cache key to skip cache (5550758)

0.1.8 (2020-06-18)

Note: Version bump only for package @hokify/node-ts-cache-lru-redis-storage

0.1.7 (2020-06-10)

Note: Version bump only for package @hokify/node-ts-cache-lru-redis-storage

0.1.6 (2020-06-10)

Note: Version bump only for package @hokify/node-ts-cache-lru-redis-storage

0.1.5 (2020-03-13)

Note: Version bump only for package @hokify/node-ts-cache-lru-redis-storage

0.1.4 (2020-03-12)

Note: Version bump only for package @hokify/node-ts-cache-lru-redis-storage

0.1.3 (2020-03-12)

Bug Fixes

  • lru-redis: json stringify and parse content (9d17645)

0.1.2 (2020-03-09)

Note: Version bump only for package @hokify/node-ts-cache-lru-redis-storage

0.1.1 (2020-03-09)

Bug Fixes

  • lru-redis: ensure tests are valid (fe1a9f9)

0.1.0 (2020-03-09)

Features

  • lru-redis: add new lru with redis storage (5317591)