Releases: IngeniozIT/router
Releases · IngeniozIT/router
Bugfix
Improve method signature
Previously, the with
parameters of a route group or a route could only take string values.
It now takes any value (mixed).
Ex:
Route::get('/foo', MyController::class, with: ['param' => true]); // This is now valid
Bugfix
- Prevent a bug that allowed middlewares to pass data to routes outside of their route group.
New version
Full documentation is available on the README file.
- Make router easier to use
- Improve routes parameters handling
- Improve PSR integration
- Add a way to get a route path from its name
- Improve exceptions hierarchy
- Improve code quality
Official release
v1.1.0 Update README
First release (beta)
v1.0.0 rename tests