Releases
v0.2.0
Added
Added Flight\Routing\Concerns\CallableHandler
class for content-type detection
Added Flight\Routing\Exceptions\UriHandlerException
class
Added serializable support for Flight\Routing\Route
class
Added Flight\Routing\Middlewares\MiddlewareDisptcher
class for handling middleware
Added ability to match domain and scheme from path.
Added ability to match controller and method on a path
Added phpunit tests
Changed
Renamed Flight\Routing\Services\SymfonyRouteCompiler
class to Flight\Routing\Services\SimpleRouteCompiler
Improved how routes are handled and dispatched (has breaking changes)
Made changes to several classes for new route dispatching
Made changes to CHANGELOG.md
file
Fixed
Improved performance of routing x1.5
Fixed minor issues with handling routes
Removed
Moved most methods from Flight\Routing\Route
class to traits in Traits
folder
Marked Flight\Routing\RouteResource
class as deprecated
You can’t perform that action at this time.