Roda v2.23.0 Release Notes

Release Date: 2017-02-24 // about 7 years ago
    • ➕ Add :inherit_cache render plugin option, to create a copy of the cache for subclasses, instead of using an empty cache (jeremyevans)

    • 0️⃣ In development mode, default to :explicit_cache=>true, :cache=>true instead of :cache=>false (jeremyevans)

    • ➕ Add :explicit_cache render plugin option, to only cache templates if the :cache option is given to render/view (jeremyevans)

    • Add error_email_content method to error_email plugin (jeremyevans)

    • Make error_email method in error_email plugin support non-exception arguments (jeremyevans)

    • 🔌 Make Roda.freeze in the static_routing plugin return self (jeremyevans)