Scorched v0.24 Release Notes

    • Query string is now preserved when stripping trailing slashes with config[:strip_trailing_slash] = :redirect, e.g. /search/?query=cats now becomes /search?query=cats instead of just /search.
    • absolute method now returns as-is anything not starting with a forward slash, e.g. absolute("./view") => "./view"
    • ๐Ÿ‘Œ Improved performance by caching the Rack::Builder instance for each controller.
    • ๐Ÿ‘Œ Improved performance by caching data associated with Scorched::Options#to_hash.