Skip to content
This repository was archived by the owner on Jan 29, 2020. It is now read-only.

Expressive 0.2.0

Compare
Choose a tag to compare
@weierophinney weierophinney released this 03 Sep 22:49
· 1992 commits to master since this release

Added

  • #116 adds Application::any() to complement the various HTTP-specific routing methods; it has the same signature as get(), post(), patch(), et al, but allows any HTTP method.
  • #120 renames the router classes for easier discoverability, to better reflect their usage, and for better naming consistency. Aura becomes AuraRouter, FastRoute becomes FastRouteRouter and Zf2 becomes Zf2Router.

Deprecated

  • Nothing.

Removed

  • #120 removes the classes Zend\Expressive\Router\Aura, Zend\Expressive\Router\FastRoute, and Zend\Expressive\Router\Zf, per the "Added" section above.

Fixed

  • Nothing.