Skip to content

v0.9.3

Compare
Choose a tag to compare
@rougin rougin released this 05 Feb 01:24
· 222 commits to master since this release

Added

  • Middleware\HandlerInterface

Changed

  • Allowed IntegrationInterface instances to be added in Application::integrate
  • Returning data in Http\Uri::withUserInfo
  • Return headers based from HTTP_* values in $_SERVER global variable
  • Rewrite logic of Http package
  • Move Container\Exception\NotFoundException to Container\NotFoundException
  • Change array_push to $array[]
  • Rewrite logic of Template\Renderer

Fixed

  • Running test cases without third-party packages

Removed

  • xdebug_get_headers and headers_list in HttpIntegration