Skip to content

FastRoute 0.8.0

Compare
Choose a tag to compare
@nikic nikic released this 25 Mar 23:53
· 147 commits to master since this release
  • Fixed fallback from HEAD to GET if dynamic HEAD routes are defined.
  • First check all HEAD routes before attempting a GET fallback.
  • Add support for hyphens in placeholder names.
  • (Experimental.) Add support for fallback routes that match any method. These are specified using a * method and matched after all other routes.