Roda v2.24.0 Release Notes

Release Date: 2017-03-15 // about 7 years ago
    • ๐Ÿ”Œ Have h plugin use cgi/escape if available for faster escaping (jeremyevans)

    • Add disallow_file_uploads plugin for raising an exception if a multipart file upload is attempted (jeremyevans)

    • Add strip_path_prefix plugin for stripping prefixes off of internal absolute paths, making them relative paths (jeremyevans)

    • โž• Add Roda.expand_path method to DRY up path expansion (jeremyevans)

    • ๐Ÿ‘Œ Support :freeze_middleware option, which freezes all middleware instances when building the rack app (jeremyevans)

    • ๐Ÿ‘ Allow middleware plugin to accept a block that will be used to configure the application when used as middleware (jeremyevans)

    • ๐Ÿ‘Œ Support an options hash when loading the cookies plugin, that will be used as the defaults for setting and deleting cookies (mwpastore, jeremyevans) (#112)

    • ๐Ÿ”Œ Make the static_routing plugin work with the hooks plugin if the hooks plugin is loaded first (jeremyevans) (#110)

    • ๐Ÿ”Œ Do not modify the render plugin's cache if loading the plugin multiple times (jeremyevans)