Skip to content

Releases: sindresorhus/quick-lru

v7.0.0

11 Sep 09:13
Compare
Choose a tag to compare

Breaking

Improvements

v6.1.2...v7.0.0

v6.1.2

27 Aug 21:23
Compare
Choose a tag to compare
  • Fix return value for set() method e964346

v6.1.1...v6.1.2

v6.1.1

26 Mar 15:19
Compare
Choose a tag to compare

v6.1.0...v6.1.1

v6.1.0

18 Feb 15:31
Compare
Choose a tag to compare

v6.0.2...v6.1.0

v6.0.2

21 Nov 07:09
Compare
Choose a tag to compare
  • Fix incorrect maxAge being set when used on .set() (#36) 6a9c875

v6.0.1...v6.0.2

v6.0.1

09 Aug 17:06
Compare
Choose a tag to compare
  • Fix expiration time not being set when setting the value the second time (#33) 6033bb7

v6.0.0...v6.0.1

v6.0.0

14 Jan 08:20
Compare
Choose a tag to compare

Breaking

  • Require Node.js 12 a408ce9
  • This package is now pure ESM. Please read this.
    If you cannot move to ESM and want the new improvements, there's a fork that backports them: npm i @alloc/quick-lru.

Improvements

v5.1.1...v6.0.0

v5.1.1

01 Jun 13:11
Compare
Choose a tag to compare
  • Ensure TypeScript generics are propagated to options (#21) 0e67d68

v5.1.0...v5.1.1

v5.1.0

06 Apr 07:57
Compare
Choose a tag to compare

v5.0.0

13 Feb 13:18
Compare
Choose a tag to compare

Breaking

Fixes

  • Fix .size not matching the maxSize option (#16) e5b868b

v4.0.1...v5.0.0