v0.0.19
22 June 2026
File class hierarchy simplified, registry auto-rebuilds on drift, full test suite added.
Added
- PHPUnit test suite covering routing (
RouterTest,RouteTest) and the Toolkit (Arr,Dir,Dt,F,Num,San,Str,V). Registrynow runs a throttled, stat-only drift check on boot and rebuilds itself automatically whensite/pageschanges out-of-band (git pulls, manual edits) : no more stale registry after a deploy.
Removed
FileCollection,Folder, and the oldImageclass deleted : file/image handling consolidated intoFile/PageFile/PageImage.Registry::migratePageIndex()removed, along with thefolders.json/files.json→index.jsonone-time migration it performed.