Skip to content

Commit

Permalink
chore(release): 9.4.2 [skip ci]
Browse files Browse the repository at this point in the history
## [9.4.2](v9.4.1...v9.4.2) (2019-11-15)

### Bug Fixes

* reading .first, .last of Array, closes [#175](#175) ([f82da11](f82da11))
  • Loading branch information
semantic-release-bot committed Nov 15, 2019
1 parent f82da11 commit 6502984
Show file tree
Hide file tree
Showing 4 changed files with 70 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [9.4.2](https://github.com/harttle/liquidjs/compare/v9.4.1...v9.4.2) (2019-11-15)


### Bug Fixes

* reading .first, .last of Array, closes [#175](https://github.com/harttle/liquidjs/issues/175) ([f82da11](https://github.com/harttle/liquidjs/commit/f82da11))

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


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

Large diffs are not rendered by default.

6 changes: 6 additions & 0 deletions docs/classes/_context_context_.context.html
Original file line number Diff line number Diff line change
Expand Up @@ -494,6 +494,12 @@ <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#matchrightbracket" class="tsd-kind-icon">match<wbr>Right<wbr>Bracket</a>
</li>
<li class=" tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported">
<a href="../modules/_context_context_.html#readfirst" class="tsd-kind-icon">read<wbr>First</a>
</li>
<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">
<a href="../modules/_context_context_.html#readproperty" class="tsd-kind-icon">read<wbr>Property</a>
</li>
Expand Down
58 changes: 56 additions & 2 deletions docs/modules/_context_context_.html
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,8 @@ <h3>Classes</h3>
<h3>Functions</h3>
<ul class="tsd-index-list">
<li class="tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported"><a href="_context_context_.html#matchrightbracket" class="tsd-kind-icon">match<wbr>Right<wbr>Bracket</a></li>
<li class="tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported"><a href="_context_context_.html#readfirst" class="tsd-kind-icon">read<wbr>First</a></li>
<li class="tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported"><a href="_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"><a href="_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"><a href="_context_context_.html#readsize" class="tsd-kind-icon">read<wbr>Size</a></li>
</ul>
Expand All @@ -99,7 +101,7 @@ <h3>match<wbr>Right<wbr>Bracket</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#L135">context/context.ts:135</a></li>
<li>Defined in <a href="https://github.com/harttle/liquidjs/blob/master/src/context/context.ts#L147">context/context.ts:147</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
Expand All @@ -115,6 +117,52 @@ <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">number</s
</li>
</ul>
</section>
<section class="tsd-panel tsd-member tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported">
<a name="readfirst" class="tsd-anchor"></a>
<h3>read<wbr>First</h3>
<ul class="tsd-signatures tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported">
<li class="tsd-signature tsd-kind-icon">read<wbr>First<span class="tsd-signature-symbol">(</span>obj<span class="tsd-signature-symbol">: </span><a href="_context_scope_.html#scope" class="tsd-signature-type">Scope</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</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#L132">context/context.ts:132</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
<ul class="tsd-parameters">
<li>
<h5>obj: <a href="_context_scope_.html#scope" class="tsd-signature-type">Scope</a></h5>
</li>
</ul>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">any</span></h4>
</li>
</ul>
</section>
<section class="tsd-panel tsd-member tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported">
<a name="readlast" class="tsd-anchor"></a>
<h3>read<wbr>Last</h3>
<ul class="tsd-signatures tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported">
<li class="tsd-signature tsd-kind-icon">read<wbr>Last<span class="tsd-signature-symbol">(</span>obj<span class="tsd-signature-symbol">: </span><a href="_context_scope_.html#scope" class="tsd-signature-type">Scope</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</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#L137">context/context.ts:137</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
<ul class="tsd-parameters">
<li>
<h5>obj: <a href="_context_scope_.html#scope" class="tsd-signature-type">Scope</a></h5>
</li>
</ul>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">any</span></h4>
</li>
</ul>
</section>
<section class="tsd-panel tsd-member tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported">
<a name="readproperty" class="tsd-anchor"></a>
<h3>read<wbr>Property</h3>
Expand Down Expand Up @@ -151,7 +199,7 @@ <h3>read<wbr>Size</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#L129">context/context.ts:129</a></li>
<li>Defined in <a href="https://github.com/harttle/liquidjs/blob/master/src/context/context.ts#L142">context/context.ts:142</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
Expand Down Expand Up @@ -185,6 +233,12 @@ <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="_context_context_.html#matchrightbracket" class="tsd-kind-icon">match<wbr>Right<wbr>Bracket</a>
</li>
<li class=" tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported">
<a href="_context_context_.html#readfirst" class="tsd-kind-icon">read<wbr>First</a>
</li>
<li class=" tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported">
<a href="_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">
<a href="_context_context_.html#readproperty" class="tsd-kind-icon">read<wbr>Property</a>
</li>
Expand Down

0 comments on commit 6502984

Please sign in to comment.