Skip to content

Releases: velo-org/velo

v1.0.0

28 Oct 07:52
Compare
Choose a tag to compare
  • Add Builder API for creating a cache (Velo.builder())
  • Add value loading functionality with VeloLoadingCache
  • Statistic functionality is now optional and can be enabled via the builder (.stats())
  • Events functionality is now optional and can be enabled via the builder (.events())
  • TTL functionality is now optional and can be enabled via the builder (.ttl(ms: number))
  • Expose cache configuration (cache.options)
  • Add the W-TinyLFU admission policy
  • Add removal listener functionality
  • Reimplement entry expiration using a TimerWheel
  • Remove the following cache policies:
    • Random Replacement (RR)
    • Segmented LRU (SLRU)
  • Update examples according to the new/removed features

0.1.6

13 Sep 14:26
Compare
Choose a tag to compare
  • Bump deno/std to 0.155.0
  • Use deno v1.25.2

0.1.5

28 Jan 23:52
7855f20
Compare
Choose a tag to compare
  • Fix #4
  • Update deps

0.1.4

10 Sep 15:48
Compare
Choose a tag to compare
  • Bump deno/std

v0.1.3

03 Aug 19:23
Compare
Choose a tag to compare
  • Added cache stats

v0.1.2

31 Jul 14:36
Compare
Choose a tag to compare
  • Added events

v0.1.0

30 Jul 13:14
Compare
Choose a tag to compare
  • Deno version: 1.2.x