Roda 3.55.0 Released #265
jeremyevans
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Roda 3.55.0 has been released!
New Features
A :forward_response_headers option has been added to the middleware
plugin, which uses the response headers added by the middleware
as default response headers even if the middleware does not handle
the response. Response headers set by the underlying application
take precedence over response headers set by the middleware.
The render plugin view method now accepts a block and will pass the
block to the underlying render method call. This is useful for
rendering a template that yields inside of an existing layout.
Previously, you had to nest render calls to do that.
Thanks,
Jeremy
Beta Was this translation helpful? Give feedback.
All reactions