Releases: rob893/typescript-lru-cache
Releases · rob893/typescript-lru-cache
v2.0.0
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.
v1.2.3
v1.2.2
v1.2.1
- chore: update packages f5074a9
- chore: update npm packages 5a38283
- chore: turn on no implicit override ba6c37e
- chore: update npm packages db272a4
- test: add unit tests 61c5a6e
- test: add mutation testing 9787ce9
- docs: update readme 30ffb2f
- 1.2.0 2dfb84c
- feat: add cloning feature b6b97a2
- chore: update npm packages fcf3d2b
- docs: update readme 514c977
- chore: update npm packages 0201804
- chore: update packages and readme typos 6c28e11
- chore: update npm packages 090226a
- chore: update npm packages c335708
- chore: add benchmark 57d073f
v1.2.0 Add Clone Feature
- feat: add cloning feature b6b97a2
- chore: update npm packages fcf3d2b
- docs: update readme 514c977
- chore: update npm packages 0201804
- chore: update packages and readme typos 6c28e11
- chore: update npm packages 090226a
- chore: update npm packages c335708
- chore: add benchmark 57d073f
- 1.1.1 80999e4
- chore: update .npmignore d34d105
- docs: update readme dea10c9
- 1.1.0 5ade400
- feat: add onEntryEvicted and onEntryMarkedAsMostRecentlyUsed 71f8171
- 1.0.1 dcf1f49
- docs: update readme 9660c8e
- chore: update npm packages and add comments f3d032f
v1.1.1
v1.1.0
v1.0.1
v1.0.0
- chore: update package lock 849c3ce
- chore: update release script b765f67
- chore: update tsconfig 09ee35d
- docs: update readme 46a548c
- docs: update readme 9d9d4bd
- 0.0.1 1a6e80a
- chore: add npmignore 485c8ec
- chore: add npmignore 99edea0
- feat: add entry level exp time 5b8c161
- chore: update eslint add np 39488ea
- fix: fix infinate loop issue e846e9a
- test: add unit tests 24aca31
- chore: update npm packages 9491466
- chore: update npm packages 9fc7edf
- feat: add more functions to cache. add more tests 1fa0c05
- test: add unit tests 3bb79e1
- chore: add eslint and commit lint f5fc2ce
- test: write unit tests 6e393dd
- docs: test afd6d7a
- feat: add new functions to lru cache fadb6d8
- feat: add values and keys iterables 8db337d
- docs: add readme fec6f25