0.0.2
Changelog:
- Templates now support child components as custom tags.
- Support for repeatable sections with
<ul>
<ol>
<table>
and<select>
tags. - Added post-render hook for special rendering requirements.
- Warn when a uiBinding doesn't find a match for a CSS selector.
- Throw an error when a uiBinding or dataBinding method doesn't exist.
- Documentation updates to README.
- Throw an error if templates are not wrapped by a single element.
- Throw an error if this.data mutated during render.