Skip to content

v1.0.3

Choose a tag to compare

@lizzyman04 lizzyman04 released this 07 May 02:07
· 11 commits to main since this release

[1.0.3] - 2026-05-07

Added

  • Router cache management with DISABLE_FLUXOR_CACHE env var
  • composer clear-router-cache command to manually clear route cache
  • App::isDebug() method independent from isDevelopment()
  • HTML dev error page with full stack trace when APP_ENV=development AND APP_DEBUG=true

Fixed

  • Flow state accumulation between requests (handlers now cleared per dispatch)
  • .env variables not loaded before Config creation (APP_ENV/APP_DEBUG now read correctly)
  • $executed flag not set on exception paths
  • Missing stack trace output in CLI development server