Roda v2.2.0 Release Notes

Release Date: 2015-04-13 // about 9 years ago
    • โž• Add :escaper render plugin option to support custom escaping of <%= %> tags when :escape is used (jeremyevans)

    • Add :escape_safe_classes render plugin option, to not escape certain string subclasses when :escape is used (jeremyevans)

    • ๐Ÿ”Œ Split partials method from padrino_render plugin into partials plugin (kematzy) (#19)

    • โž• Add shared_vars plugin, for sharing variables between multiple Roda apps (jeremyevans)

    • โž• Add delay method to chunked plugin, for delaying a block execution until right before content template rendering (jeremyevans)

    • 0๏ธโƒฃ Have default Content-Type header when using the default_headers plugin (jeremyevans)

    • โž• Add :by_name option to the path plugin, for registering classes by name, useful when reloading code (jeremyevans)

    • โž• Add Roda.path_block to get the block related to the given class used for Road#path (jeremyevans)

    • ๐Ÿ‘‰ Make Roda#path work correctly in subclasses (jeremyevans)