Skip to content

Latest commit

 

History

History
38 lines (28 loc) · 855 Bytes

File metadata and controls

38 lines (28 loc) · 855 Bytes

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[1.0.0] - 2025-01-XX - LTS Release

Added

  • Initial LTS release
  • Full documentation
  • HTTP application layer
  • Request handling
  • Response generation
  • Static file serving
  • PHP file execution (optional)
  • Automatic routing
  • Controller-based routing

Changed

  • Removed deprecated #[\AllowDynamicProperties] from Request class
  • Improved request processing
  • Enhanced static file handling

Security

  • Enhanced URI validation
  • Improved file access control

[Unreleased]

Planned

  • HTTP/2 support improvements
  • Request validation enhancements
  • Performance optimizations