Fast Route v0.5.0 Release Notes

Release Date: 2015-05-22 // almost 9 years ago
    • ๐Ÿ›  Fixed fallback of static routes to dynamic routes with different allowed HTTP methods. (#50)
    • โž• Added routeCollector option to dispatcher functions. (#40)
    • The simpleDispatcher() and cachedDispatcher() functions will now only be defined if they do not yet exist, resolving some autoloading issues. (#39)
    • Capturing groups inside placeholder regular expressions will now be detected and explicitly forbidden. (#34)

    ๐Ÿš€ This release changes the structure of the cached data (if cachedDispatcher is used), so the cache file should be removed after the update.