Skip to content

Latest commit

 

History

History
96 lines (44 loc) · 4.4 KB

changelog.md

File metadata and controls

96 lines (44 loc) · 4.4 KB

Changelog

1.5.0 (2024-09-01)

Features

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

1.4.0 (2024-06-26)

Features

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

1.3.4 (2024-06-26)

Bug Fixes

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

1.3.3 (2024-06-26)

Bug Fixes

1.3.2 (2024-01-07)

Bug Fixes

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

1.3.1 (2022-11-25)

Bug Fixes

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

1.3.0 (2022-11-25)

Features

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

1.2.1 (2022-11-24)

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)

1.2.0 (2022-11-24)

Features

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

1.1.1 (2022-11-22)

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)

1.1.0 (2022-10-09)

Features

  • obs: save value to cache file as observably as possible (11204fe)

1.0.1 (2022-10-09)

Bug Fixes

  • pkg: fix the package description and keywords (ddfad25)

1.0.0 (2022-10-09)

Features

  • init: publish as standalone package (cee9740)