Skip to content

Releases: havsar/node-ts-cache

Enqueue Feature, TTL fix, Dependencies update, Improve tests

Choose a tag to compare

@havsar havsar released this 08 Oct 17:08
  • Add enqueue feature. This was previously an issue because a lot of method calls at the same time would trigger the original method. Now, the original method will just be called once.
  • TTL fix: In non lazy mode, the TTL was treated as milliseconds. Fixed to seconds.
  • Updated all the dependencies to newest versions.
  • Improved tests
  • Switched CI to Github Actions

Custom key generation, Refactoring

Choose a tag to compare

@havsar havsar released this 24 Oct 11:02
  • Custom key generation feature
  • Refactoring directory structure

v3.0.1

Choose a tag to compare

@havsar havsar released this 07 Sep 21:13
  • Move mocha typings to devDependencies #5
  • Update several npm dependencies

Redis full options, modularization

Choose a tag to compare

@havsar havsar released this 15 Dec 15:22
  • Possible to pass redis client library options directly
  • Use redis as optional dependency, only install if the specific storage is actually used

v1.3.0

Choose a tag to compare

@havsar havsar released this 21 Nov 22:55

Lock package versions

Choose a tag to compare

@havsar havsar released this 19 Nov 20:38
  • Lock dependency version to avoid typing issues with clients

Update dependencies

Choose a tag to compare

@havsar havsar released this 18 Nov 15:24
  • Update dependencies to newest versions