Skip to content

Latest commit

 

History

History
46 lines (35 loc) · 1.06 KB

File metadata and controls

46 lines (35 loc) · 1.06 KB

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
  • Core Engine functionality
  • Container-based dependency injection
  • Configuration management system
  • Request/Response handling
  • Exception handling system
  • Autoload system
  • Bootstrap system
  • Plugin system
  • Context management

Changed

  • Removed deprecated #[\AllowDynamicProperties] from Request and Response classes
  • Improved type safety with strict types
  • Enhanced error handling

Fixed

  • Fixed version conflicts in composer.json
  • Improved URI safety checks
  • Enhanced input validation

Security

  • Enhanced input validation
  • Improved URI safety checks
  • Better exception handling in production mode

[Unreleased]

Planned

  • Performance optimizations
  • Additional helper functions
  • Enhanced plugin system