Skip to content

Latest commit

 

History

History
55 lines (33 loc) · 1.73 KB

CHANGELOG.md

File metadata and controls

55 lines (33 loc) · 1.73 KB

Changelog

All notable changes to this project will be documented in this file. Dates are displayed in UTC.

Generated by auto-changelog.

3.3.1

  • fix: do not bump entry if there is only one entry (#33)
  • fix: benchmark (#35)
  • nit: use already created reference instead of property access (#30)

3.3.0

  • Add bulk methods (#26)

3.2.0

  • Implement cache reset (#15)
  • Fix constructor signature to be consistent (#14)
  • Fix default statistics ttl (#13)

3.1.0

  • Bump dependencies #12
  • Add support for cache statistics #11

3.0.2

  • Type-related fixes #6

3.0.1

  • Update documentation

3.0.0

  • Get rid of constructor wrapper #5

2.1.0

  • Add object implementation of FIFO #4
  • Fix scripts

2.0.0

  • Backport updated exports from upstream #3
  • Add object-based LRU implementation #2

1.0.0

  • Improve performance and make LRU bump behaviour more predictable #1
  • Initial fork from tiny-lru 5d0260c
  • Rename to toad-cache 9783de7
  • Adjust linting configuration b115306