Fast Route v1.1.0 Release Notes

Release Date: 2016-12-27 // over 7 years ago
  • 🛠 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)