Sha256: 501ee155c139b4ec035adc574d4aa3def2e781ec3d5761dce379c82deb23d971

Contents?: true

Size: 1.09 KB

Versions: 19

Compression:

Stored size: 1.09 KB

Contents

= New Features

* An erb_h plugin has been added for faster HTML escaping using
  erb/escape.  erb 4 added erb/escape and it is included in Ruby 3.2.

  The erb_h plugin is added as a separate plugin because it changes
  the behavior of the h method. The h method added by the h plugin
  will always return a new string, but the h method added by the
  erb_h plugin will return the argument if the argument is a
  string that does not need escaping.  By avoiding unnecessary
  string allocations, use of the erb_h plugin can speed up HTML
  escaping.

= Other Improvements

* The autoload_hash_branches plugin added in Roda 3.63.0 will now
  eagerly load the hash branches when freezing the application,
  allowing the application to continue to work after being frozen.
  Additionally, file paths for the hash branches will now be
  automatically expanded, allowing the use of relative file paths.

= Backwards Compatibility

* The expanding of file paths in the autoload_hash_branches plugin
  can break applications that were providing relative paths and
  expecting them to be looked up using the Ruby load path.

Version data entries

19 entries across 19 versions & 1 rubygems

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