FastRoute 0.8.0
- 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.