mirror of
https://github.com/harttle/liquidjs.git
synced 2026-09-16 21:00:40 -07:00
chore(release): 9.9.0 [skip ci]
# [9.9.0](https://github.com/harttle/liquidjs/compare/v9.8.0...v9.9.0) (2020-03-02)
### Features
* move filters/tags to instances, fixes [#188](https://github.com/harttle/liquidjs/issues/188) ([df8a919](https://github.com/harttle/liquidjs/commit/df8a919))
This commit is contained in:
@@ -73,7 +73,7 @@
|
||||
<h3>Hierarchy</h3>
|
||||
<ul class="tsd-hierarchy">
|
||||
<li>
|
||||
<a href="_template_template_.template.html" class="tsd-signature-type">Template</a><span class="tsd-signature-symbol"><</span><a href="_parser_html_token_.htmltoken.html" class="tsd-signature-type">HTMLToken</a><span class="tsd-signature-symbol">></span>
|
||||
<a href="_template_template_impl_.templateimpl.html" class="tsd-signature-type">TemplateImpl</a><span class="tsd-signature-symbol"><</span><a href="_parser_html_token_.htmltoken.html" class="tsd-signature-type">HTMLToken</a><span class="tsd-signature-symbol">></span>
|
||||
<ul class="tsd-hierarchy">
|
||||
<li>
|
||||
<span class="target">HTML</span>
|
||||
@@ -85,7 +85,7 @@
|
||||
<section class="tsd-panel">
|
||||
<h3>Implements</h3>
|
||||
<ul class="tsd-hierarchy">
|
||||
<li><a href="../interfaces/_template_itemplate_.itemplate.html" class="tsd-signature-type">ITemplate</a></li>
|
||||
<li><a href="../interfaces/_template_template_.template.html" class="tsd-signature-type">Template</a></li>
|
||||
</ul>
|
||||
</section>
|
||||
<section class="tsd-panel-group tsd-index-group">
|
||||
@@ -125,7 +125,7 @@
|
||||
<ul class="tsd-descriptions">
|
||||
<li class="tsd-description">
|
||||
<aside class="tsd-sources">
|
||||
<p>Overrides <a href="_template_template_.template.html">Template</a>.<a href="_template_template_.template.html#constructor">constructor</a></p>
|
||||
<p>Overrides <a href="_template_template_impl_.templateimpl.html">TemplateImpl</a>.<a href="_template_template_impl_.templateimpl.html#constructor">constructor</a></p>
|
||||
<ul>
|
||||
<li>Defined in <a href="https://github.com/harttle/liquidjs/blob/master/src/template/html.ts#L8">template/html.ts:8</a></li>
|
||||
</ul>
|
||||
@@ -158,10 +158,10 @@
|
||||
<h3>token</h3>
|
||||
<div class="tsd-signature tsd-kind-icon">token<span class="tsd-signature-symbol">:</span> <a href="_parser_html_token_.htmltoken.html" class="tsd-signature-type">HTMLToken</a></div>
|
||||
<aside class="tsd-sources">
|
||||
<p>Implementation of <a href="../interfaces/_template_itemplate_.itemplate.html">ITemplate</a>.<a href="../interfaces/_template_itemplate_.itemplate.html#token">token</a></p>
|
||||
<p>Inherited from <a href="_template_template_.template.html">Template</a>.<a href="_template_template_.template.html#token">token</a></p>
|
||||
<p>Implementation of <a href="../interfaces/_template_template_.template.html">Template</a>.<a href="../interfaces/_template_template_.template.html#token">token</a></p>
|
||||
<p>Inherited from <a href="_template_template_impl_.templateimpl.html">TemplateImpl</a>.<a href="_template_template_impl_.templateimpl.html#token">token</a></p>
|
||||
<ul>
|
||||
<li>Defined in <a href="https://github.com/harttle/liquidjs/blob/master/src/template/template.ts#L2">template/template.ts:2</a></li>
|
||||
<li>Defined in <a href="https://github.com/harttle/liquidjs/blob/master/src/template/template-impl.ts#L2">template/template-impl.ts:2</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
</section>
|
||||
@@ -177,7 +177,7 @@
|
||||
<ul class="tsd-descriptions">
|
||||
<li class="tsd-description">
|
||||
<aside class="tsd-sources">
|
||||
<p>Implementation of <a href="../interfaces/_template_itemplate_.itemplate.html">ITemplate</a>.<a href="../interfaces/_template_itemplate_.itemplate.html#render">render</a></p>
|
||||
<p>Implementation of <a href="../interfaces/_template_template_.template.html">Template</a>.<a href="../interfaces/_template_template_.template.html#render">render</a></p>
|
||||
<ul>
|
||||
<li>Defined in <a href="https://github.com/harttle/liquidjs/blob/master/src/template/html.ts#L13">template/html.ts:13</a></li>
|
||||
</ul>
|
||||
|
||||
Reference in New Issue
Block a user