Skip to content

FastRoute 0.5.0

Compare
Choose a tag to compare
@nikic nikic released this 22 May 16:57
· 173 commits to master since this release
  • 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.