Releases: velo-org/velo
Releases · velo-org/velo
v1.0.0
- 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
)
- Random Replacement (
- Update examples according to the new/removed features
0.1.6
- Bump deno/std to 0.155.0
- Use deno v1.25.2
0.1.5
0.1.4
- Bump deno/std
v0.1.3
- Added cache stats
v0.1.2
- Added events
v0.1.0
- Deno version:
1.2.x