Skip to content

v1.0.1

Choose a tag to compare

@lizzyman04 lizzyman04 released this 07 Apr 17:22
· 22 commits to main since this release

Added

  • CORS support with global and per-route configuration
  • Fetch HTTP client (cURL-based, zero dependencies)
  • Config locking mechanism for critical settings
  • Global fetch() helper function

Changed

  • PHP 8.4 compatibility with explicit nullable types
  • Array spread operator replacing array_merge()
  • String interpolation replacing concatenation
  • Global namespace prefix for internal PHP functions

Fixed

  • Headers already sent warning in ExceptionHandler
  • Nullable parameter type in Response::download()