Skip to content

Version 3.0.0

Compare
Choose a tag to compare
@mfrankruijter mfrankruijter released this 17 Jan 14:46
· 3 commits to master since this release

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.