forked from soveran/cuba
-
Notifications
You must be signed in to change notification settings - Fork 140
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1ebf3e0
commit 0d5b106
Showing
3 changed files
with
20 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
= New Features | ||
|
||
* A break plugin has been added, allowing you to use break from | ||
inside a routing block and continue routing after the block. This | ||
offers the same feature as the pass plugin, but using the standard | ||
break keyword instead of the r.pass method. | ||
|
||
* The error_mail and error_email features now both accept a :filter | ||
plugin option. The value should respond to call with two arguments. | ||
The first arguments is the key, and the second is the value, and | ||
should return a truthy value if the value should be filtered. This | ||
will be used for filtering parameter values, ENV values, and session | ||
values in the generated emails. | ||
|
||
= Other Improvements | ||
|
||
* On Ruby 3.3+, the middleware plugin sets a temporary class name for | ||
the created middleware, based on the class name of the Roda app. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters