Roda 3.66.0 Released #310
jeremyevans
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Roda 3.66.0 has been released!
New Features
A render_coverage plugin has been added, which will cause compiled
template code to be saved to a folder and loaded using load instead
of eval. This allows for coverage to work for the compiled template
code in Ruby versions before 3.2. It can also allow for verbose
syntax warnings in compiled template code (ignored by eval), and
can also be useful for static analysis of compiled template code.
This plugin requires tilt 2.1+.
The exception_page plugin now supports exception_page_{css,js}
instance methods for overriding the CSS and JavaScript on the
generated exception page.
Other Improvements
a reference to the Roda instance that caches the template.
Backwards Compatibility
use of this class needs to be updated.
Thanks,
Jeremy
Beta Was this translation helpful? Give feedback.
All reactions