Skip to content

Latest commit

 

History

History
144 lines (89 loc) · 5.01 KB

CHANGELOG.md

File metadata and controls

144 lines (89 loc) · 5.01 KB

0.11.0 (2023-08-30)

Features

  • implement getTll from ttlFunction in constructor configuration (#6) (55674c5)

0.10.0 (2023-07-07)

Features

0.9.2 (2022-12-30)

Bug Fixes

  • fixing getSync nonBlocking set (#4) (30a8d35)

0.9.1 (2022-11-14)

Bug Fixes

  • compatibilizing with remembered-redis (4b00860)

0.9.0 (2022-11-08)

Features

  • adding getSync for nonBlocking instances (#3) (84405a6)

0.8.2 (2022-09-13)

Bug Fixes

0.8.1 (2022-09-13)

Bug Fixes

  • fixing publising (18c470f)
  • removing purge custom task (unstable) (45d9305)

0.8.1 (2022-09-13)

Bug Fixes

  • removing purge custom task (unstable) (45d9305)

0.8.0 (2022-09-02)

Features

  • fixing package description (e9e8d81)

0.7.0 (2022-09-02)

Features

0.6.0 (2022-09-02)

Features

0.5.0 (2022-05-27)

Features

  • supporting onPurge callback for purging notification (#1) (22eadf4)

0.4.0 (2022-02-21)

Bug Fixes

  • preparing semantic release (2fd2224)

Features

  • adding support for callback ttl (c367e13)
  • function ttl now receives request payload (3a837e2)

0.7.0

  • 3a837e2 feat: function ttl now receives request payload
  • f26a5bc chore: readding docs
  • 265526f chore: updating dependencies
  • 8ea293c chore: removing docs
  • f828026 chore: updating dependencies
  • c367e13 feat: adding support for callback ttl
  • 3c6b0fe version bump
  • 8632f23 fixing onReused initialization
  • c362995 new version
  • b95faf0 fixing version exporting
  • 9f9236d adding onCache
  • 2a8281d fixing onReused signature
  • ccc0801 version bump
  • 42c7259 adding onReused
  • a3f9a50 version bump
  • c072979 fixing type noCacheIf
  • 8c517d5 fixing type noCacheIf
  • 2e0a4bb version bump
  • d574d23 creating noCacheIf parameter
  • eb115eb creating noCacheIf parameter
  • af59e0c creating noCacheIf condition

v0.3.1

  • 36bee4a 0.3.1
  • 7adc9bb fixing readme
  • 60649e1 fixing readme

v0.3.0

  • 6b5514d 0.3.0
  • 46ef492 adding keywords

v0.2.1

  • 630e39d 0.2.1
  • 104bc66 fixing key deletion at each pacer
  • 571ea14 fixing readme

v0.2.0

  • 3daddf6 0.2.0
  • 2026303 fixing readme
  • 780df72 fixing readme
  • 0bcde36 generating documentation
  • 51e249f adding changelog script
  • 5959110 cleaning changelog
  • 30a4302 removing unused dependency
  • 19b37be fixing badges
  • 5695583 bettering schedule purge
  • c742acb bettering schedule purge
  • 7a439d5 first version
  • 9fc4493 Initial commit