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

zend-expressive-fastroute 3.0.0rc1

Choose a tag to compare

@weierophinney weierophinney released this 05 Mar 14:43
· 85 commits to master since this release

Added

  • Nothing.

Changed

  • #47 updates the package to pin to zend-expressive-router 3.0.0rc1 or later.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • #47 fixes an issue with how a failure result is marshaled when the path patches but the request method does not. The package now correctly aggregates allowed methods for the route result failure instance.