Release 0.2.0
This completely replaces the previous HTML parsing logic (which was done by a separate package) with a regex based logic.
This also includes:
- passing down variables to custom elements
- caching the HTML result
- the
component_prefix
can be set so you don't have to use<c-mycomp>
if you don't want to