Skip to content

Releases: ehmpathy/simple-on-disk-cache

v1.5.0

01 Sep 17:48
bfd2d10
Compare
Choose a tag to compare

1.5.0 (2024-09-01)

Features

  • perf: prevent redundant disk.reads via memory cache for perfboost (f13539a)

v1.4.0

26 Jun 13:39
57ed233
Compare
Choose a tag to compare

1.4.0 (2024-06-26)

Features

  • config: enable async getter for directory def (5040c8b)

v1.3.4

26 Jun 13:25
11a99fb
Compare
Choose a tag to compare

1.3.4 (2024-06-26)

Bug Fixes

  • cicd: enable publish post creds req (0c579b0)

v1.3.3

26 Jun 13:04
cd9409a
Compare
Choose a tag to compare

1.3.3 (2024-06-26)

Bug Fixes

simple-on-disk-cache v1.3.2

07 Jan 23:34
9418d51
Compare
Choose a tag to compare

Bug Fixes

  • dirs: mkdir when creating cache to prevent errors (b3f00fa)

simple-on-disk-cache v1.3.1

25 Nov 23:20
05876f1
Compare
Choose a tag to compare

Bug Fixes

  • keys: decrease chance of corrupted keyfiles w/ max concurrency limit on keyfile updates (1671c8e)

simple-on-disk-cache v1.3.0

25 Nov 22:36
e3199c1
Compare
Choose a tag to compare

Features

  • resiliance: automatically recover from malformed cache files; just warn and move on (9bb3569)

simple-on-disk-cache v1.2.1

24 Nov 20:57
1b8c298
Compare
Choose a tag to compare

Bug Fixes

  • cicd: use node v16 in gh actions (e341fea)
  • deps: fix dep versions to ensure its buildable on cicd (fba09f4)
  • tests: use fs.unlink instead of fs.rm (392f410)

simple-on-disk-cache v1.2.0

24 Nov 20:13
d884cb6
Compare
Choose a tag to compare

Features

  • keys: enable accurate retrieval of active valid cache keys (3558572)

simple-on-disk-cache v1.1.1

22 Nov 16:08
23ef369
Compare
Choose a tag to compare

Bug Fixes

  • tests: add proof that errors attempted to be set are handled correctly (ae06132)
  • types: expose a type for an instance of the cache (a21fc63)