Skip to content

FastRoute 1.1.0

Compare
Choose a tag to compare
@nikic nikic released this 27 Dec 13:03
· 140 commits to master since this release

Fixed

  • If the cacheDisabled option is enabled, the cache file is no longer written. Previously it was not read, but still written. (#114)

Added

  • Added convenience methods get(), post(), put(), delete(), patch() and head() to the RouteCollector. (#109)