Fast Route v0.8.0 Release Notes

Release Date: 2016-03-25 // about 8 years ago
    • 🛠 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.