Skip to main content
Module

x/velo/CHANGELOG.md

Performant Cache implementations for Deno. Supports LRU, LFU, ARC and other caching policies.
Go to Latest
File

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

unreleased

[0.1.5]

  • Fix #4
  • Bump deno/std to 0.84.0
  • Use deno 1.7

[0.1.4]

  • Bump deno/std

[0.1.3]

  • Add cache statistics

[0.1.2]

  • Add cache events

[0.1.0]

  • Initial Release