Skip to content

Latest commit

 

History

History
52 lines (24 loc) · 1.57 KB

CHANGELOG.md

File metadata and controls

52 lines (24 loc) · 1.57 KB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

0.2.2 (2018-04-26)

Note: Version bump only for package @thi.ng/cache

0.2.1 (2018-04-24)

Note: Version bump only for package @thi.ng/cache

0.2.0 (2018-04-22)

Bug Fixes

  • cache: TLRUCache.get(), add tests, update package (aa78d77)

Features

  • cache: add TLRUCache.prune(), fix ensureSize() (9d53ae3)

0.1.0 (2018-04-22)

Bug Fixes

  • cache: don't insert new val if > maxsize (3947419)
  • cache: recompute size in LRUCache.delete(), extract removeEntry() (c4a9c07)

Features

  • cache: add MRUCache, update package & readme (26c4cfd)
  • cache: add TLRUCache (574b5d9)
  • cache: initial import @thi.ng/cache package (7bbbfa8)