Skip to content

v0.6.0

Compare
Choose a tag to compare
@jfyne jfyne released this 16 Jan 12:10
· 67 commits to master since this release
fbaa00a

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 handle html/template as seen in the examples.