Roda v2.17.0 Release Notes

Release Date: 2016-08-13 // over 7 years ago
    • โž• Add :postprocessor option to assets plugin, for postprocessing assets (e.g. autoprefixing CSS) (celsworth) (#86)

    • ๐Ÿ›  Fix path passed to rack apps when using r.run and the type_routing plugin (jeremyevans) (#82)

    • ๐Ÿ‘Œ Support :classes option to error_handler plugin for overriding which exception classes to rescue (jeremyevans)

    • ๐Ÿ”€ Support :layout_opts=>:merge_locals option in render plugin for merging view template locals into layout template locals (jeremyevans) (#80)

    • ๐Ÿ‘Œ Support :sri option to assets plugin to enable subresource integrity (jeremyevans)

    • Add run_append_slash plugin, so r.run uses "/" instead of "" for app's PATH_INFO (kenaniah) (#77)