flow_defaults
method added for setting defaultinject
andcall_with
arguments in a flow (fleadope)
if_match
updated to match latest Roda version and stop wildcard matching routes (see discussion) (AMHOL)
r.resolve
request method now directly yields the resolved objects to the block, rather than relying on Roda's route matching system. This means that plugins depending on the current match block (liker.pass
) are still useful insider.resolve
blocks (timriley)
- Removed hard dependency on roda-container plugin. Users of roda-flow can activate this plugin themselves or implement their own
.resolve(container_key)
method. (timriley)