Skip to content

Releases: plandek-utils/cache-utils

v2.1.0

Choose a tag to compare

@github-actions github-actions released this 17 Feb 21:10
0f80127

2.1.0 (2025-02-17)

Features

  • allow to pass logFn, logWarnFn, and logPrefix (1035b77)

v2.0.1

Choose a tag to compare

@github-actions github-actions released this 31 Jan 14:24
0f19436

2.0.1 (2025-01-31)

Bug Fixes

v2.0.0

Choose a tag to compare

@eturino eturino released this 22 Jan 15:55
d7c177f

2.0.0 (2025-01-22)

Features

  • adding PlainObjectCache and NoOpCache (41afb83)
  • initial extract + fixes (b9cdf1c)
  • migrate from Deno libs to node+vitest, publish to npm (785764e)
  • update deps (b692512)
  • update to new plain-object utils + other deps (02a0918)

Bug Fixes

  • make not es-module only, and making it work with the old commonjs standard of index (4f14818)
  • package-name (3f1d279)

Miscellaneous Chores