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).
  • Registry now runs a throttled, stat-only drift check on boot and rebuilds itself automatically when site/pages changes out-of-band (git pulls, manual edits) : no more stale registry after a deploy.

Removed

  • FileCollection, Folder, and the old Image class deleted : file/image handling consolidated into File/PageFile/PageImage.
  • Registry::migratePageIndex() removed, along with the folders.json/files.jsonindex.json one-time migration it performed.