Skip to content

Latest commit

 

History

History
37 lines (27 loc) · 842 Bytes

File metadata and controls

37 lines (27 loc) · 842 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
  • Multiple routing algorithms (GroupCountBased, CharCountBased, MarkBased)
  • Route collection system
  • Route parameter binding
  • Resource routing
  • Route middleware support
  • Route naming
  • Route groups

Changed

  • Improved route matching performance
  • Enhanced route parameter extraction

Fixed

  • Fixed route caching issues
  • Improved route parameter validation

[Unreleased]

Planned

  • Route caching improvements
  • Additional routing algorithms
  • Route rate limiting support