All Versions
24
Latest Version
Avg Release Cycle
115 days
Latest Release
-
Changelog History
Page 3
Changelog History
Page 3
-
v1.2.0 Changes
โ Added
- Can now use any callable as a controller.
- Request object is now built by the strategy when one is not available from the container.
๐ Fixed
- General tidying and removal of unused code.
- URI variables now correctly passed to controller in
MethodArgumentStrategy
.
-
v1.1.0 Changes
โ Added
- โ Added
addPatternMatcher
method to allow custom regex shortcuts within wildcard routes. - ๐จ Refactored logic around matching routes.
- โ Added
-
v1.0.1 Changes
๐ Fixed
- โ Added import statements for all used objects.
- ๐ Fixed dockblock annotations.
- โ PSR-2 standards improvements within tests.
-
v1.0.0 Changes
โ Added
- Migrated from Orno\Route.