Releases: ulrack/web
Releases · ulrack/web
Version 3.1.0
3.1.0 - 2021-04-03
Added
- Support for PHP8
Changed
- Support from
ulrack/services
togrizz-it/services
.
Version 3.0.1
3.0.1 - 2021-01-17
Fixed
- 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.
Version 3.0.0
3.0.0 - 2021-01-17
Added
- 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.
Removed
- Standard routers and group routers.
- Service declaration of routes and route groups.
- Authorization logic in favor of middleware implementation.
- Removed path matcher for middleware.
Version 2.0.0
2.0.0 - 2020-11-10
Added
- Route and route group compiler and factory.
Removed
- Support for old way of registering routes and route groups.
- Support for authorization registration, moved to direct services.
Version 1.0.1
1.0.1 - 2020-08-10
Fixed
- Issue with home path never being empty during the check in the router.
Version 1.0.0
1.0.0 - 2020-08-08
Added
- The initial implementation of the package.