Sha256: 0d8a51f183a08998aa0b6383d46317ad0c14f338870abc720f860fa694d093e5

Contents?: true

Size: 908 Bytes

Versions: 17

Compression:

Stored size: 908 Bytes

Contents

= 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

* Using inline templates (render/view :inline option) no longer keeps
  a reference to the Roda instance that caches the template.

= Backwards Compatibility

* The Render::TemplateMtimeWrapper API has changed.  Any external
  use of this class needs to be updated.

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
roda-3.83.0 doc/release_notes/3.66.0.txt
roda-3.82.0 doc/release_notes/3.66.0.txt
roda-3.81.0 doc/release_notes/3.66.0.txt
roda-3.79.0 doc/release_notes/3.66.0.txt
roda-3.78.0 doc/release_notes/3.66.0.txt
roda-3.77.0 doc/release_notes/3.66.0.txt
roda-3.76.0 doc/release_notes/3.66.0.txt
roda-3.75.0 doc/release_notes/3.66.0.txt
roda-3.74.0 doc/release_notes/3.66.0.txt
roda-3.73.0 doc/release_notes/3.66.0.txt
roda-3.72.0 doc/release_notes/3.66.0.txt
roda-3.71.0 doc/release_notes/3.66.0.txt
roda-3.70.0 doc/release_notes/3.66.0.txt
roda-3.69.0 doc/release_notes/3.66.0.txt
roda-3.68.0 doc/release_notes/3.66.0.txt
roda-3.67.0 doc/release_notes/3.66.0.txt
roda-3.66.0 doc/release_notes/3.66.0.txt