Skip to content

Releases: rob893/typescript-lru-cache

v2.0.0

03 Jul 19:42
Compare
Choose a tag to compare

BREAKING CHANGES: has, size, newest, and oldest now consider if an item is expired or not (ie: has will return false now if the cache has the key but it is expired). In all these cases, expired items will be removed.

  • Merge pull request #3 from rob893/fix-has-expired-bug 5dacd9d
  • fix!: Fix issue where has, size, newest, and oldest do not consider expired items correctly e5f62fd
  • chore: update packages 87b54b3
  • chore: update packages f8905fe
  • chore: update npm packages 2dacbf4
  • docs: update docs 4dfbb0e

v1.2.3...v2.0.0

v1.2.3

05 Dec 17:57
Compare
Choose a tag to compare

v1.2.2...v1.2.3

v1.2.2

04 Dec 06:51
Compare
Choose a tag to compare

v1.2.1...v1.2.2

v1.2.1

27 Sep 04:19
Compare
Choose a tag to compare

v1.1.1...v1.2.1

v1.2.0 Add Clone Feature

19 Mar 15:08
Compare
Choose a tag to compare

v1.0.0...v1.2.0

v1.1.1

06 Dec 02:02
Compare
Choose a tag to compare

v1.1.0...v1.1.1

v1.1.0

06 Dec 01:33
Compare
Choose a tag to compare
  • feat: add onEntryEvicted and onEntryMarkedAsMostRecentlyUsed 71f8171

v1.0.1...v1.1.0

v1.0.1

05 Dec 23:39
Compare
Choose a tag to compare
  • docs: update readme 9660c8e
  • chore: update npm packages and add comments f3d032f

v1.0.0...v1.0.1

v1.0.0

04 Dec 05:26
Compare
Choose a tag to compare

38db7ca...v1.0.0