Skip to content

v0.4.0

Choose a tag to compare

@lemmon lemmon released this 24 Jul 18:03
· 19 commits to main since this release

Recomputable site-wide caching and a single deployment cache command.

Highlights

  • Disposable application cache$app->cache() with PHP serialization, TTL, remember(), and owner-only SQLite under runtime/cache/data.sqlite
  • Unified cache:clear — clears both compiled Twig templates and application cache values; each layer is attempted independently and failures surface as a nonzero exit status

See CHANGELOG.md for the full list.