Skip to content

Releases: benhurdavies/node-cache-engine

Release 2.0.3

13 May 16:15
Compare
Choose a tag to compare

Fixed

  • Exported missing types

Added

  • Added some unit tests

Release 2.0.2

13 May 15:34
Compare
Choose a tag to compare

Fixed

  • Fixed entry point file name

Release 2.0.1

12 May 21:55
Compare
Choose a tag to compare

Changed

  • Update node version to 18 in npmpublish.yml

Release 2.0.0

12 May 21:46
Compare
Choose a tag to compare

Added

  • Added CHANGELOG
  • Added CONTRIBUTING

Changed

  • Refactored to TypeScript

Adds clearAll method in lru

18 May 08:19
Compare
Choose a tag to compare
  • Implements clearAll() method in lru cache engine

LFU

05 Aug 07:38
Compare
Choose a tag to compare
LFU

What’s Changed

  • Adds Least frequently used (LFU) cache replacement as engine

safety patch

20 Jul 15:07
Compare
Choose a tag to compare

What’s Changed

  • A small safety patch.

First stable release

17 Jun 07:49
Compare
Choose a tag to compare

What’s Changed

  • Cache engine : LRU cache replacement
  • Better error message
  • Improved documentation

first package publish

02 Jun 21:32
Compare
Choose a tag to compare
first package publish Pre-release
Pre-release

Basic cache feature and LRU cache replacement