v0.0.3
16 June 2026
Reduced per-request I/O with registry indexes and field caching.
Added
- SQL indexes on the registry table (path, type, view, status).
- New lifecycle hooks:
app.addons:after,app.resolve:after,page.render:before,page.render:after. - A self-documenting taskfile for common dev commands.
Changed
App::field()(renamed fromfieldDef()) now caches field definitions per request.- Addon mount detection now queries the registry instead of walking the page tree on every boot.