Skip to content

v0.3.0

Choose a tag to compare

@github-actions github-actions released this 07 Sep 04:07
a617475

0.3.0 (2026-09-07)

⚠ BREAKING CHANGES

  • Route::$host, Route::$priority and Route::$defaults are removed from the value object and its constructor. Nothing read them — measured across the framework's 37 packages, zero reads and no call site passed one. Callers using named arguments are unaffected; a positional caller now gets a TypeError rather than a silent misbinding of $middleware into a slot that no longer exists. See UPGRADING.md.

Features

  • release the Route field retirement as the breaking change it is (#17) (7069c14)