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.