Skip to content

Latest commit

 

History

History
129 lines (68 loc) · 7.36 KB

File metadata and controls

129 lines (68 loc) · 7.36 KB

1.6.1 (2024-11-28)

Bug Fixes

  • include namespace in cache key generation for cachedFunction (840b511)

1.6.0 (2024-11-27)

Features

  • add invalidateCache function to manage cache invalidation (a190bda)

1.5.3 (2024-09-12)

Bug Fixes

  • fixed a bug with the types import (7f3b2d8)

1.5.2 (2024-09-12)

Bug Fixes

  • Export all types from './types' (d45eaae)

1.5.1 (2024-09-12)

Bug Fixes

  • Fixed missing declaration files in dist (98491e1)

1.5.0 (2024-09-12)

Features

  • added namespace to options (9b34c82)
  • added returnRawValue to options (c37efe6)

1.4.0 (2024-09-12)

Features

  • added noCache to options (8d21047)

1.3.0 (2024-09-10)

Features

1.2.0 (2024-09-08)

Bug Fixes

  • added TS to JS compilation for NPM package (55534a7)

Features

  • Add Yarn v4 installation step to workflow (f700521)

1.1.0 (2024-09-07)

Bug Fixes

  • fixed an issue with npm (2aa306c)
  • fixed npm package name (7640df1)
  • Update package name to "cache-manager-function" (02975bb)

Features

  • Update package name to "cache-manager-function" (fa5a06b)

1.0.1 (2024-09-07)

Bug Fixes

  • fixed an issue with npm (2aa306c)
  • fixed npm package name (7640df1)
  • Update package name to "cache-manager-function" (02975bb)

1.0.1 (2024-09-07)

Bug Fixes

1.0.0 (2024-09-07)

Features

  • Add force option to cachedFunction (4ee8662)
  • created cacheKeys (1777538)
  • First commit (62a3cc3)
  • Refactor cache-manager-function to use async/await syntax and improve caching options (d19d950)
  • Refactor cache-manager-function to use async/await syntax and improve caching options (7f35cac)
  • Refactor cachedFunction to use selectorToCacheKey (0647831)
  • Refactor cachedFunction to use selectorToCacheKey (f820891)
  • Refactor cachedFunction to use selectorToCacheKey (64bf9ab)
  • Refactor getOrInitializeCache to use async/await syntax (9c37dcd)

1.0.0 (2024-09-07)

Features

  • Add force option to cachedFunction (4ee8662)
  • created cacheKeys (1777538)
  • First commit (62a3cc3)
  • Refactor cache-manager-function to use async/await syntax and improve caching options (d19d950)
  • Refactor cache-manager-function to use async/await syntax and improve caching options (7f35cac)
  • Refactor cachedFunction to use selectorToCacheKey (0647831)
  • Refactor cachedFunction to use selectorToCacheKey (f820891)
  • Refactor cachedFunction to use selectorToCacheKey (64bf9ab)
  • Refactor getOrInitializeCache to use async/await syntax (9c37dcd)