Skip to content

Latest commit

 

History

History
140 lines (57 loc) · 3.63 KB

CHANGELOG.md

File metadata and controls

140 lines (57 loc) · 3.63 KB

Change Log

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

0.2.13 (2018-06-21)

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

0.2.12 (2018-06-18)

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

0.2.11 (2018-05-14)

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

0.2.10 (2018-05-14)

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

0.2.9 (2018-05-13)

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

0.2.8 (2018-05-12)

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

0.2.7 (2018-05-10)

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

0.2.6 (2018-05-10)

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

0.2.5 (2018-05-09)

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

0.2.4 (2018-04-29)

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

0.2.3 (2018-04-26)

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

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)