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.
- Support for PHP8
- Support from
ulrack/services
togrizz-it/services
.
- Fixed issue where it was possible to get more output after a 404 was generated.
- Fixed issue path and route were not equally treated in path matching middleware.
- A way to write custom routers and with that make routing more dynamic.
- Middleware implementation to generalize any checks for routes.
- Input method to retrieve all parameters at once.
- Standard routers and group routers.
- Service declaration of routes and route groups.
- Authorization logic in favor of middleware implementation.
- Removed path matcher for middleware.
- Route and route group compiler and factory.
- Support for old way of registering routes and route groups.
- Support for authorization registration, moved to direct services.
- Issue with home path never being empty during the check in the router.
- The initial implementation of the package.