Skip to content

v0.3.0

Choose a tag to compare

@lemmon lemmon released this 07 Jul 09:24
· 23 commits to main since this release

Durable site data and cleaner request APIs — the persistence half of page actions.

Highlights

  • Key-value store$app->store() with JSON values in storage/store.sqlite, atomic add(), prefix listing, shared-host hardening, and store:* CLI commands
  • Query parameter accessorsRequest::queryParam() and queryParams() for routine reads without hand-rolled parse_str() guards
  • Clearer Request namingquery()queryString(), baseUrl()origin() (behavior unchanged)

See CHANGELOG.md for the full list.