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

zend-expressive-fastroute 3.0.0rc2

Choose a tag to compare

@weierophinney weierophinney released this 06 Mar 23:08
· 79 commits to master since this release

Added

  • Nothing.

Changed

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

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • #49 fixes how the router detects successful path-based matches when the HTTP method is not supported, ensuring that a correct list of allowed HTTP methods is generated for a route result failure.