Skip to content

Release v0.4.0

Compare
Choose a tag to compare
@github-actions github-actions released this 11 Nov 22:02
(MINOR) Drops render method in favor of view

When using Templates::Renderable the method render has been replaced with
`view` this is to remove redundancy from the Response#render method.

To upgrade simply rename render to view for all classes, structs
that uses Templates::Renderable