FastRoute 1.1.0
Fixed
- If the
cacheDisabledoption 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()andhead()to theRouteCollector. (#109)