Skip to content

Releases: wellwelwel/lru.min

v1.1.4

02 Feb 15:09
151ec27

Choose a tag to compare

1.1.4 (2026-02-02)

Bug Fixes

  • reset prev sentinel unconditionally on eviction (#61) (19ddd18)
  • traverse linked list from head in resize eviction loop (#59) (733f281)
  • use structural checks in linked list instead of sentinel comparisons (#63) (fd27698)

Performance Improvements

v1.1.3

13 Nov 09:06
8b7ecee

Choose a tag to compare

1.1.3 (2025-11-13)

Performance Improvements

  • minimize clear method overhead using linked list traversal (#55) (76e52cc)

v1.1.2

09 Mar 18:29
9f7ba63

Choose a tag to compare

1.1.2 (2025-03-09)

Performance Improvements

  • improve variable declaration types and its order (#49) (4e2ec1c)

v1.1.1

20 Sep 02:18
700ac33

Choose a tag to compare

1.1.1 (2024-09-20)

Bug Fixes

Performance Improvements

v1.1.0

28 Aug 22:05
82f5f0b

Choose a tag to compare

1.1.0 (2024-08-28)

Features

  • typings: expose CacheOptions type (#38) (47930f4)

v1.0.0

27 Aug 10:00
ed98539

Choose a tag to compare

1.0.0 (2024-08-27)

Features