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:
semantic-release-bot
2020-03-02 16:11:08 +00:00
parent df8a919f71
commit 3bf926b434
30 changed files with 1346 additions and 428 deletions
+12 -12
View File
@@ -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">&lt;</span><a href="_parser_output_token_.outputtoken.html" class="tsd-signature-type">OutputToken</a><span class="tsd-signature-symbol">&gt;</span>
<a href="_template_template_impl_.templateimpl.html" class="tsd-signature-type">TemplateImpl</a><span class="tsd-signature-symbol">&lt;</span><a href="_parser_output_token_.outputtoken.html" class="tsd-signature-type">OutputToken</a><span class="tsd-signature-symbol">&gt;</span>
<ul class="tsd-hierarchy">
<li>
<span class="target">Output</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">
@@ -120,14 +120,14 @@
<a name="constructor" class="tsd-anchor"></a>
<h3>constructor</h3>
<ul class="tsd-signatures tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite">
<li class="tsd-signature tsd-kind-icon">new <wbr>Output<span class="tsd-signature-symbol">(</span>token<span class="tsd-signature-symbol">: </span><a href="_parser_output_token_.outputtoken.html" class="tsd-signature-type">OutputToken</a>, strictFilters<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="_template_output_.output.html" class="tsd-signature-type">Output</a></li>
<li class="tsd-signature tsd-kind-icon">new <wbr>Output<span class="tsd-signature-symbol">(</span>token<span class="tsd-signature-symbol">: </span><a href="_parser_output_token_.outputtoken.html" class="tsd-signature-type">OutputToken</a>, filters<span class="tsd-signature-symbol">: </span><a href="_template_filter_filter_map_.filtermap.html" class="tsd-signature-type">FilterMap</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="_template_output_.output.html" class="tsd-signature-type">Output</a></li>
</ul>
<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/output.ts#L10">template/output.ts:10</a></li>
<li>Defined in <a href="https://github.com/harttle/liquidjs/blob/master/src/template/output.ts#L11">template/output.ts:11</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
@@ -136,7 +136,7 @@
<h5>token: <a href="_parser_output_token_.outputtoken.html" class="tsd-signature-type">OutputToken</a></h5>
</li>
<li>
<h5>strictFilters: <span class="tsd-signature-type">boolean</span></h5>
<h5>filters: <a href="_template_filter_filter_map_.filtermap.html" class="tsd-signature-type">FilterMap</a></h5>
</li>
</ul>
<h4 class="tsd-returns-title">Returns <a href="_template_output_.output.html" class="tsd-signature-type">Output</a></h4>
@@ -151,10 +151,10 @@
<h3>token</h3>
<div class="tsd-signature tsd-kind-icon">token<span class="tsd-signature-symbol">:</span> <a href="_parser_output_token_.outputtoken.html" class="tsd-signature-type">OutputToken</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>
@@ -164,7 +164,7 @@
<div class="tsd-signature tsd-kind-icon">value<span class="tsd-signature-symbol">:</span> <a href="_template_value_.value.html" class="tsd-signature-type">Value</a></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/harttle/liquidjs/blob/master/src/template/output.ts#L10">template/output.ts:10</a></li>
<li>Defined in <a href="https://github.com/harttle/liquidjs/blob/master/src/template/output.ts#L11">template/output.ts:11</a></li>
</ul>
</aside>
</section>
@@ -180,9 +180,9 @@
<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/output.ts#L15">template/output.ts:15</a></li>
<li>Defined in <a href="https://github.com/harttle/liquidjs/blob/master/src/template/output.ts#L16">template/output.ts:16</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>