Releases: jfyne/live
Releases · jfyne/live
v0.7.3
v0.7.2
v0.7.1
v0.7.0
Live Components
This release brings components to live. Components are a great way to encapsulate logic in a repeatable manner. The examples have also moved to their own repository in order to keep the library clean. There have been no breaking changes, and feedback on the component API would be greatly appreciated.
- Components!
- live examples
v0.6.2
v0.6.1
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.