Route v2.0.0 Release Notes

  • โž• Added

    • All routing and dispatching now built around PSR-7.
    • Can now group routes with prefix and match conditions.
    • Routes now stored against a specific Route object that describes the route.
    • ๐Ÿ†• New dispatch method on RouteCollection that is a compliant PSR-7 middleware.
    • โž• Additional route matching conditions for scheme and host.

    ๐Ÿ”„ Changed

    • API rewrite to simplify.
    • API naming improvements.
    • Strategies now less opinionated about return from controller.