Fix tag parameter content being overwritten instead of combined with tag block content. Before
tag.div("Hello ") { "World" }would just return<div>World</div>, now it returns<div>Hello World</div>.DHH
Add ability to pass a block when rendering collection. The block will be executed for each rendered element in the collection.
Vincent Robert
Add
key:andexpires_in:options undercached:torenderwhen used withcollection:Jarrett Lusso
Please check [8-1-stable]) for previous changes.