Skip to content

Release of v0.2.0

Compare
Choose a tag to compare
@divineniiquaye divineniiquaye released this 16 May 01:07
· 773 commits to master since this release
400bcc1

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