Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 789 Bytes

File metadata and controls

36 lines (26 loc) · 789 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
  • Middleware system
  • Global middleware support
  • Route-specific middleware
  • Plugin middleware support
  • Middleware priority system
  • Middleware groups

Changed

  • Improved middleware execution order
  • Enhanced middleware registration

Fixed

  • Fixed middleware execution in edge cases
  • Improved error handling in middleware

[Unreleased]

Planned

  • Middleware caching
  • Conditional middleware
  • Middleware testing helpers