Skip to content

Notice about breaking changes

Latest
Compare
Choose a tag to compare
@pmall pmall released this 13 Mar 15:46
· 2 commits to master since this release

This package contains breaking changes since 1.4.0 :

  • iterable are no longer accepted as middleware queue for php 7.0 compatibility. Only array can be used.
  • Ellipse\Dispatcher\FallbackResponse class has been moved to Ellipse\Handlers\FallbackRequestHandler.
  • Ellipse\Dispatcher\ComposableResolver is no longer available in this package. Please require ellipse/dispatcher-composable to use it.
  • Ellipse\Dispatcher\ResolverWithMiddleware is no longer available. Please use Ellipse\Dispatcher\ComposableResolver instead.

Starting from 1.6.0 this package will strictly follow semver.