Skip to content

Releases: sindresorhus/quick-lru

v4.0.1

29 May 17:21
Compare
Choose a tag to compare
  • Fix cache size becoming double of the defined size (#13) d6c7e11

v4.0.0...v4.0.1

v4.0.0

05 Apr 07:18
Compare
Choose a tag to compare

Breaking for TypeScript users only:

  • Refactor TypeScript definition to CommonJS compatible export (#12) 36d8558
    • You need to change import quickLru from 'quick-lru'; to import quickLru = require('quick-lru');

v3.0.0...v4.0.0

v3.0.0

10 Mar 13:42
Compare
Choose a tag to compare

Breaking:

Enhancements:

v2.0.0

11 Nov 17:22
Compare
Choose a tag to compare

Breaking:

Other:

  • Return a boolean from .delete() indicating whether the item was deleted (#9) afc977b