Skip to content

Release of v0.1.0

Compare
Choose a tag to compare
@divineniiquaye divineniiquaye released this 02 May 02:10
· 783 commits to master since this release

Added

  • Added license scan report and status to README.md file
  • Added Flight\Routing\Exceptions\MethodNotAllowedException class
  • Added extra support for route grouping
  • Added new methods to most classes and minimal complexity and performance

Changed

  • Changed how routes are dispatched. (has breaking changes)
  • Made changes to several classes for new route dispatching
  • Made changes to composer.json file

Fixed

  • Fixed major issues breaking routing of urls to handlers
  • Fixed major issues with type-hints due to declare(strict_types=1); found in php files
  • Fixed major issues with array not able to convert into callable
  • Fixed major issues generating and parsing url patterns
  • Fixed major issues with classes, methods, properties and variables documentation

Removed

  • Marked Flight\Routing\Middlewares\RouteRunnerMiddleware class as deprecated