Releases: Ahmard/quick-route
Releases · Ahmard/quick-route
v3.5.3
v3.5.2
v3.5.1
v3.5.0
-
RouteInterface methods:
- RouteInterface::whereNumber(string $param): RouteInterface
- RouteInterface::whereAlpha(string $param): RouteInterface
- RouteInterface::whereAlphanumeric(string $param): RouteInterface
- RouteInterface::whereAlphanumeric(string $param): RouteInterface
-
Dispatcher methods
- Dispatcher::collectRoutes(array $routesInfo = []): Dispatcher
- Dispatcher::collectRoutesFile(string $filePath, array $routesInfo = []): Dispatcher
v3.4.1
- "&" at wrong url position now considered mere error
- Example: http://localhost:8000/user&a=3 will now work
- Typo fix