v0.6.0
feat
Removes the dependency a Handler
has on html/template
. Provided by default is the config WithTemplateRenderer
.
Breaking changes
Handler
no longer takes a template as its first argument.- The default
Render
function on a handler will now error, and a user is required to provide one.WithTemplateRenderer
can be used to handlehtml/template
as seen in the examples.