Sha256: 30969c84d4b3e0cf3f9634841d296ff033198e7675fa150fcb830c4366992944

Contents?: true

Size: 1.29 KB

Versions: 26

Compression:

Stored size: 1.29 KB

Contents

= New Features

* hash_branches and hash_paths plugins have been split off from the
  hash_routes plugin, allowing you to use only those parts instead
  of all of hash_routes.

  The hash_branches plugin supports the hash_branch class method
  and r.hash_branches routing method.

  The hash_paths plugin supports the hash_path class method and
  r.hash_paths routing method.
  
  The hash_routes plugin functions as it did previously by
  requiring the hash_branches and hash_paths plugins. It adds
  the hash_routes DSL and r.hash_routes routing method.

* A hash_branch_view_subdir has been added.  It builds on the
  view_options plugin and new hash_branches plugin, automatically
  appending a view subdirectory for each successful hash branch.
  This can DRY up code that uses a separate view subdirectory for
  each branch.

= Other Improvements

* Unprintable characters are now hex escaped in the output of the
  common_logger plugin.  This can protect users who use software
  that respects shell escape sequences to view the logs.

= Backwards Compatibility

* The static_routing plugin now depends on the hash_paths plugin
  instead of the hash_routes plugin, so you will need to update
  your application to explicitly load the hash_routes plugin if
  you were relying on static_routing to implicitly load it.

Version data entries

26 entries across 26 versions & 1 rubygems

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