FastRoute 0.5.0
- Fixed fallback of static routes to dynamic routes with different allowed HTTP methods. (#50)
- Added
routeCollector
option to dispatcher functions. (#40) - The
simpleDispatcher()
andcachedDispatcher()
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.