Skip to content

Releases: andrewshell/cacheism

v3.0.0

11 Dec 16:17
d092629

Choose a tag to compare

3.0.0 (2025-12-11)

⚠ BREAKING CHANGES

  • The import syntax for CommonJS users has changed.

Features

  • add ESLint with TypeScript support (a063aeb)
  • add input validation to go() method (7812519)
  • convert to ESM with TypeScript and dual CJS/ESM output (9c2132a)

Bug Fixes

  • avoid mutating frozen Hit objects in cacheOnFail path (d57c7d8)
  • convert filesystem store to fully async operations (b3bdd88)