Skip to content

Commit

Permalink
chore(release): 9.5.0 [skip ci]
Browse files Browse the repository at this point in the history
# [9.5.0](v9.4.2...v9.5.0) (2019-12-12)

### Features

* nested property for the `where` filter, [#178](#178) ([60ec74f](60ec74f))
  • Loading branch information
semantic-release-bot committed Dec 12, 2019
1 parent 60ec74f commit 90d78ae
Show file tree
Hide file tree
Showing 8 changed files with 94 additions and 59 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [9.5.0](https://github.com/harttle/liquidjs/compare/v9.4.2...v9.5.0) (2019-12-12)


### Features

* nested property for the `where` filter, [#178](https://github.com/harttle/liquidjs/issues/178) ([60ec74f](https://github.com/harttle/liquidjs/commit/60ec74f))

## [9.4.2](https://github.com/harttle/liquidjs/compare/v9.4.1...v9.4.2) (2019-11-15)


Expand Down
2 changes: 1 addition & 1 deletion docs/assets/js/search.js

Large diffs are not rendered by default.

49 changes: 38 additions & 11 deletions docs/classes/_context_context_.context.html
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ <h3>Methods</h3>
<li class="tsd-kind-method tsd-parent-kind-class"><a href="_context_context_.context.html#front" class="tsd-kind-icon">front</a></li>
<li class="tsd-kind-method tsd-parent-kind-class"><a href="_context_context_.context.html#get" class="tsd-kind-icon">get</a></li>
<li class="tsd-kind-method tsd-parent-kind-class"><a href="_context_context_.context.html#getall" class="tsd-kind-icon">get<wbr>All</a></li>
<li class="tsd-kind-method tsd-parent-kind-class"><a href="_context_context_.context.html#getfromscope" class="tsd-kind-icon">get<wbr>From<wbr>Scope</a></li>
<li class="tsd-kind-method tsd-parent-kind-class"><a href="_context_context_.context.html#getregister" class="tsd-kind-icon">get<wbr>Register</a></li>
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-private"><a href="_context_context_.context.html#parseprop" class="tsd-kind-icon">parse<wbr>Prop</a></li>
<li class="tsd-kind-method tsd-parent-kind-class"><a href="_context_context_.context.html#pop" class="tsd-kind-icon">pop</a></li>
Expand Down Expand Up @@ -216,7 +217,7 @@ <h3><span class="tsd-flag ts-flagPrivate">Private</span> find<wbr>Scope</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/harttle/liquidjs/blob/master/src/context/context.ts#L49">context/context.ts:49</a></li>
<li>Defined in <a href="https://github.com/harttle/liquidjs/blob/master/src/context/context.ts#L53">context/context.ts:53</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
Expand Down Expand Up @@ -244,7 +245,7 @@ <h3>front</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/harttle/liquidjs/blob/master/src/context/context.ts#L46">context/context.ts:46</a></li>
<li>Defined in <a href="https://github.com/harttle/liquidjs/blob/master/src/context/context.ts#L50">context/context.ts:50</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <a href="../interfaces/_context_scope_.plainobject.html" class="tsd-signature-type">PlainObject</a>
Expand All @@ -258,7 +259,7 @@ <h4 class="tsd-returns-title">Returns <a href="../interfaces/_context_scope_.pla
<a name="get" class="tsd-anchor"></a>
<h3>get</h3>
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
<li class="tsd-signature tsd-kind-icon">get<span class="tsd-signature-symbol">(</span>path<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="../interfaces/_context_scope_.plainobject.html" class="tsd-signature-type">PlainObject</a><span class="tsd-signature-symbol"> | </span><a href="_drop_drop_.drop.html" class="tsd-signature-type">Drop</a></li>
<li class="tsd-signature tsd-kind-icon">get<span class="tsd-signature-symbol">(</span>path<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">object</span></li>
</ul>
<ul class="tsd-descriptions">
<li class="tsd-description">
Expand All @@ -273,10 +274,7 @@ <h4 class="tsd-parameters-title">Parameters</h4>
<h5>path: <span class="tsd-signature-type">string</span></h5>
</li>
</ul>
<h4 class="tsd-returns-title">Returns <a href="../interfaces/_context_scope_.plainobject.html" class="tsd-signature-type">PlainObject</a>
<span class="tsd-signature-symbol"> | </span>
<a href="_drop_drop_.drop.html" class="tsd-signature-type">Drop</a>
</h4>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">object</span></h4>
</li>
</ul>
</section>
Expand All @@ -300,6 +298,32 @@ <h4 class="tsd-returns-title">Returns <a href="../interfaces/_context_scope_.pla
</li>
</ul>
</section>
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class">
<a name="getfromscope" class="tsd-anchor"></a>
<h3>get<wbr>From<wbr>Scope</h3>
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
<li class="tsd-signature tsd-kind-icon">get<wbr>From<wbr>Scope<span class="tsd-signature-symbol">(</span>scope<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">object</span>, paths<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">object</span></li>
</ul>
<ul class="tsd-descriptions">
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/harttle/liquidjs/blob/master/src/context/context.ts#L34">context/context.ts:34</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
<ul class="tsd-parameters">
<li>
<h5>scope: <span class="tsd-signature-type">object</span></h5>
</li>
<li>
<h5>paths: <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">string</span></h5>
</li>
</ul>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">object</span></h4>
</li>
</ul>
</section>
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class">
<a name="getregister" class="tsd-anchor"></a>
<h3>get<wbr>Register</h3>
Expand Down Expand Up @@ -338,7 +362,7 @@ <h3><span class="tsd-flag ts-flagPrivate">Private</span> parse<wbr>Prop</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/harttle/liquidjs/blob/master/src/context/context.ts#L67">context/context.ts:67</a></li>
<li>Defined in <a href="https://github.com/harttle/liquidjs/blob/master/src/context/context.ts#L71">context/context.ts:71</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
Expand All @@ -361,7 +385,7 @@ <h3>pop</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/harttle/liquidjs/blob/master/src/context/context.ts#L43">context/context.ts:43</a></li>
<li>Defined in <a href="https://github.com/harttle/liquidjs/blob/master/src/context/context.ts#L47">context/context.ts:47</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">undefined</span>
Expand All @@ -383,7 +407,7 @@ <h3>push</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/harttle/liquidjs/blob/master/src/context/context.ts#L40">context/context.ts:40</a></li>
<li>Defined in <a href="https://github.com/harttle/liquidjs/blob/master/src/context/context.ts#L44">context/context.ts:44</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
Expand Down Expand Up @@ -472,6 +496,9 @@ <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">any</span
<li class=" tsd-kind-method tsd-parent-kind-class">
<a href="_context_context_.context.html#getall" class="tsd-kind-icon">get<wbr>All</a>
</li>
<li class=" tsd-kind-method tsd-parent-kind-class">
<a href="_context_context_.context.html#getfromscope" class="tsd-kind-icon">get<wbr>From<wbr>Scope</a>
</li>
<li class=" tsd-kind-method tsd-parent-kind-class">
<a href="_context_context_.context.html#getregister" class="tsd-kind-icon">get<wbr>Register</a>
</li>
Expand Down Expand Up @@ -500,7 +527,7 @@ <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">any</span
<li class=" tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported">
<a href="../modules/_context_context_.html#readlast" class="tsd-kind-icon">read<wbr>Last</a>
</li>
<li class=" tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported">
<li class=" tsd-kind-function tsd-parent-kind-external-module">
<a href="../modules/_context_context_.html#readproperty" class="tsd-kind-icon">read<wbr>Property</a>
</li>
<li class=" tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported">
Expand Down
6 changes: 2 additions & 4 deletions docs/classes/_render_value_.value.html
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ <h2>Methods</h2>
<a name="evaluate" class="tsd-anchor"></a>
<h3>evaluate</h3>
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
<li class="tsd-signature tsd-kind-icon">evaluate<span class="tsd-signature-symbol">(</span>ctx<span class="tsd-signature-symbol">: </span><a href="_context_context_.context.html" class="tsd-signature-type">Context</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">false</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">true</span><span class="tsd-signature-symbol"> | </span><a href="../interfaces/_context_scope_.plainobject.html" class="tsd-signature-type">PlainObject</a><span class="tsd-signature-symbol"> | </span><a href="_drop_drop_.drop.html" class="tsd-signature-type">Drop</a></li>
<li class="tsd-signature tsd-kind-icon">evaluate<span class="tsd-signature-symbol">(</span>ctx<span class="tsd-signature-symbol">: </span><a href="_context_context_.context.html" class="tsd-signature-type">Context</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">false</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">true</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">object</span></li>
</ul>
<ul class="tsd-descriptions">
<li class="tsd-description">
Expand All @@ -171,9 +171,7 @@ <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">string</s
<span class="tsd-signature-symbol"> | </span>
<span class="tsd-signature-type">true</span>
<span class="tsd-signature-symbol"> | </span>
<a href="../interfaces/_context_scope_.plainobject.html" class="tsd-signature-type">PlainObject</a>
<span class="tsd-signature-symbol"> | </span>
<a href="_drop_drop_.drop.html" class="tsd-signature-type">Drop</a>
<span class="tsd-signature-type">object</span>
</h4>
</li>
</ul>
Expand Down
24 changes: 12 additions & 12 deletions docs/classes/_template_filter_filter_.filter.html
Original file line number Diff line number Diff line change
Expand Up @@ -87,12 +87,12 @@ <h3>Constructors</h3>
<li class="tsd-kind-constructor tsd-parent-kind-class"><a href="_template_filter_filter_.filter.html#constructor" class="tsd-kind-icon">constructor</a></li>
</ul>
</section>
<section class="tsd-index-section tsd-is-private tsd-is-private-protected">
<section class="tsd-index-section ">
<h3>Properties</h3>
<ul class="tsd-index-list">
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-private"><a href="_template_filter_filter_.filter.html#args" class="tsd-kind-icon">args</a></li>
<li class="tsd-kind-property tsd-parent-kind-class"><a href="_template_filter_filter_.filter.html#args" class="tsd-kind-icon">args</a></li>
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-private"><a href="_template_filter_filter_.filter.html#impl" class="tsd-kind-icon">impl</a></li>
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-private"><a href="_template_filter_filter_.filter.html#name" class="tsd-kind-icon">name</a></li>
<li class="tsd-kind-property tsd-parent-kind-class"><a href="_template_filter_filter_.filter.html#name" class="tsd-kind-icon">name</a></li>
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-private tsd-is-static"><a href="_template_filter_filter_.filter.html#impls" class="tsd-kind-icon">impls</a></li>
</ul>
</section>
Expand Down Expand Up @@ -139,15 +139,15 @@ <h4 class="tsd-returns-title">Returns <a href="_template_filter_filter_.filter.h
</ul>
</section>
</section>
<section class="tsd-panel-group tsd-member-group tsd-is-private tsd-is-private-protected">
<section class="tsd-panel-group tsd-member-group ">
<h2>Properties</h2>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-private">
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
<a name="args" class="tsd-anchor"></a>
<h3><span class="tsd-flag ts-flagPrivate">Private</span> args</h3>
<h3>args</h3>
<div class="tsd-signature tsd-kind-icon">args<span class="tsd-signature-symbol">:</span> <a href="../modules/_template_filter_filter_.html#filterargs" class="tsd-signature-type">FilterArgs</a></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/harttle/liquidjs/blob/master/src/template/filter/filter.ts#L13">template/filter/filter.ts:13</a></li>
<li>Defined in <a href="https://github.com/harttle/liquidjs/blob/master/src/template/filter/filter.ts#L12">template/filter/filter.ts:12</a></li>
</ul>
</aside>
</section>
Expand All @@ -157,13 +157,13 @@ <h3><span class="tsd-flag ts-flagPrivate">Private</span> impl</h3>
<div class="tsd-signature tsd-kind-icon">impl<span class="tsd-signature-symbol">:</span> <a href="../modules/_template_filter_filter_impl_options_.html#filterimploptions" class="tsd-signature-type">FilterImplOptions</a></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/harttle/liquidjs/blob/master/src/template/filter/filter.ts#L12">template/filter/filter.ts:12</a></li>
<li>Defined in <a href="https://github.com/harttle/liquidjs/blob/master/src/template/filter/filter.ts#L13">template/filter/filter.ts:13</a></li>
</ul>
</aside>
</section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-private">
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
<a name="name" class="tsd-anchor"></a>
<h3><span class="tsd-flag ts-flagPrivate">Private</span> name</h3>
<h3>name</h3>
<div class="tsd-signature tsd-kind-icon">name<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
<aside class="tsd-sources">
<ul>
Expand Down Expand Up @@ -284,13 +284,13 @@ <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</spa
<li class=" tsd-kind-constructor tsd-parent-kind-class">
<a href="_template_filter_filter_.filter.html#constructor" class="tsd-kind-icon">constructor</a>
</li>
<li class=" tsd-kind-property tsd-parent-kind-class tsd-is-private">
<li class=" tsd-kind-property tsd-parent-kind-class">
<a href="_template_filter_filter_.filter.html#args" class="tsd-kind-icon">args</a>
</li>
<li class=" tsd-kind-property tsd-parent-kind-class tsd-is-private">
<a href="_template_filter_filter_.filter.html#impl" class="tsd-kind-icon">impl</a>
</li>
<li class=" tsd-kind-property tsd-parent-kind-class tsd-is-private">
<li class=" tsd-kind-property tsd-parent-kind-class">
<a href="_template_filter_filter_.filter.html#name" class="tsd-kind-icon">name</a>
</li>
<li class=" tsd-kind-property tsd-parent-kind-class tsd-is-private tsd-is-static">
Expand Down
Loading

0 comments on commit 90d78ae

Please sign in to comment.