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

zend-expressive-zendrouter 3.0.0rc2

Choose a tag to compare

@weierophinney weierophinney released this 06 Mar 23:19
· 36 commits to master since this release

Added

  • Nothing.

Changed

  • #40 updates the minimum supported version of zend-expressive-router to 3.0.0rc2.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • #40 fixes how the router creates a RouteResult when the path matches, but not the HTTP method. In particular, it does not provide special handling for HEAD requests, treating them like any other method mismatch.