Sha256: 02022277cac1075324f874bbae0b1def5899e18c45d52b814f161c47251da4e8

Contents?: true

Size: 834 Bytes

Versions: 31

Compression:

Stored size: 834 Bytes

Contents

= New Features

* The typecast_params plugin now supports a :date_parse_input_handler
  option that will be called with all input that will be passed to
  the date parsing methods.  You can use this option to automatically
  truncate input, if that is perferable to raising an error (which is
  how recent versions of Ruby handle too-long input).

= Other Improvements

* The path helper methods added by the path plugin now support
  blocks that use keyword arguments on Ruby 3+.

* The assets plugin now uses OpenSSL::Digest instead of Digest (if
  available) for calculating SRI digests.  This is faster on Ruby 3+,
  where Digest no longer uses the faster OpenSSL::Digest automatically
  if available.

* Roda.freeze now returns self when the multi_route plugin is used.
  This was broken (not returning self) starting in 3.48.0.

Version data entries

31 entries across 31 versions & 1 rubygems

Version Path
roda-3.62.0 doc/release_notes/3.52.0.txt
roda-3.61.0 doc/release_notes/3.52.0.txt
roda-3.60.0 doc/release_notes/3.52.0.txt
roda-3.59.0 doc/release_notes/3.52.0.txt
roda-3.58.0 doc/release_notes/3.52.0.txt
roda-3.57.0 doc/release_notes/3.52.0.txt
roda-3.56.0 doc/release_notes/3.52.0.txt
roda-3.55.0 doc/release_notes/3.52.0.txt
roda-3.54.0 doc/release_notes/3.52.0.txt
roda-3.53.0 doc/release_notes/3.52.0.txt
roda-3.52.0 doc/release_notes/3.52.0.txt