Deploying to gh-pages from @ harttle/liquidjs@117eaf57c3 🚀

This commit is contained in:
harttle
2022-01-22 15:25:53 +00:00
parent ff8b293b5b
commit 8e64286c3f
547 changed files with 1795 additions and 1791 deletions
+1 -1
View File
@@ -104,7 +104,7 @@
</div>
<footer class="article-footer">
<time class="article-footer-updated" datetime="2022-01-22T14:01:48.482Z" itemprop="dateModified">上次更新:2022-01-22</time>
<time class="article-footer-updated" datetime="2022-01-22T15:25:05.207Z" itemprop="dateModified">上次更新:2022-01-22</time>
<a href="register-filters-tags.html" class="article-footer-prev" title="注册标签/过滤器"><i class="icon-chevron-left"></i><span>上一页</span></a><a href="parse-parameters.html" class="article-footer-next" title="参数解析"><span>下一页</span><i class="icon-chevron-right"></i></a>
</footer>
</div>
+1 -1
View File
@@ -107,7 +107,7 @@
</div>
<footer class="article-footer">
<time class="article-footer-updated" datetime="2022-01-22T14:01:48.482Z" itemprop="dateModified">上次更新:2022-01-22</time>
<time class="article-footer-updated" datetime="2022-01-22T15:25:05.207Z" itemprop="dateModified">上次更新:2022-01-22</time>
<a href="use-in-expressjs.html" class="article-footer-prev" title="Express.js 中使用"><i class="icon-chevron-left"></i><span>上一页</span></a><a href="register-filters-tags.html" class="article-footer-next" title="注册标签/过滤器"><span>下一页</span><i class="icon-chevron-right"></i></a>
</footer>
</div>
+1 -1
View File
@@ -508,7 +508,7 @@
</div>
<footer class="article-footer">
<time class="article-footer-updated" datetime="2022-01-22T14:02:20.653Z" itemprop="dateModified">上次更新:2022-01-22</time>
<time class="article-footer-updated" datetime="2022-01-22T15:25:39.127Z" itemprop="dateModified">上次更新:2022-01-22</time>
<a href="migrate-to-9.html" class="article-footer-prev" title="迁移到 LiquidJS 9"><i class="icon-chevron-left"></i><span>上一页</span></a><a href="differences.html" class="article-footer-next" title="与 Shopify/liquid 的不同"><span>下一页</span><i class="icon-chevron-right"></i></a>
</footer>
</div>
+1 -1
View File
@@ -106,7 +106,7 @@
</div>
<footer class="article-footer">
<time class="article-footer-updated" datetime="2022-01-22T14:01:48.482Z" itemprop="dateModified">上次更新:2022-01-22</time>
<time class="article-footer-updated" datetime="2022-01-22T15:25:05.207Z" itemprop="dateModified">上次更新:2022-01-22</time>
<a href="differences.html" class="article-footer-prev" title="与 Shopify/liquid 的不同"><i class="icon-chevron-left"></i><span>上一页</span></a>
</footer>
</div>
+3 -1
View File
@@ -100,11 +100,13 @@
<li>对象的迭代顺序。JavaScript 对象的迭代顺序是插入顺序和数字键递增顺序的组合,但 Ruby Hash 中只是插入顺序(JavaScript 字面量 Object 和 Ruby 字面量 Hash 的插入顺序解释也不同)。</li>
<li>排序稳定性。shopify/liquid 和 LiquidJS 都没有定义 <a href="https://liquidjs.com/filters/sort.html">sort</a> 过滤器的稳定性在,它取决于 Ruby/JavaScript 内置的排序算法,在 Node.js 12+ 和 Google Chrome 70+ LiquidJS 的排序是 <a target="_blank" rel="noopener external nofollow noreferrer" href="https://v8.dev/features/stable-sort">稳定的</a></li>
<li>shopify/liquid 允许过滤器尾部的未匹配字符,但 LiquidJS 不允许。这就是说如果过滤器参数前忘记写冒号比如 <code>{{ "a b" | split " "}}</code> LiquidJS 会抛出异常。这是为了提升 Liquid 模板的易用性,参考 <a target="_blank" rel="noopener external nofollow noreferrer" href="https://github.com/harttle/liquidjs/issues/208">#208</a><a target="_blank" rel="noopener external nofollow noreferrer" href="https://github.com/harttle/liquidjs/issues/212">#212</a></li>
<li>LiquidJS 有额外的标签:<a href="https://liquidjs.com/tags/layout.html">layout</a> 和相应的 <code>block</code></li>
<li>LiquidJS 有额外的过滤器:<a href="https://liquidjs.com/filters/json.html">json</a></li>
</ul>
</div>
<footer class="article-footer">
<time class="article-footer-updated" datetime="2022-01-22T14:01:48.482Z" itemprop="dateModified">上次更新:2022-01-22</time>
<time class="article-footer-updated" datetime="2022-01-22T15:25:05.207Z" itemprop="dateModified">上次更新:2022-01-22</time>
<a href="changelog.html" class="article-footer-prev" title="更新日志"><i class="icon-chevron-left"></i><span>上一页</span></a><a href="contribution-guidelines.html" class="article-footer-next" title="贡献指南"><span>下一页</span><i class="icon-chevron-right"></i></a>
</footer>
</div>
+1 -1
View File
@@ -120,7 +120,7 @@
</div>
<footer class="article-footer">
<time class="article-footer-updated" datetime="2022-01-22T14:01:48.482Z" itemprop="dateModified">上次更新:2022-01-22</time>
<time class="article-footer-updated" datetime="2022-01-22T15:25:05.207Z" itemprop="dateModified">上次更新:2022-01-22</time>
<a href="setup.html" class="article-footer-next" title="安装"><span>下一页</span><i class="icon-chevron-right"></i></a>
</footer>
</div>
+1 -1
View File
@@ -115,7 +115,7 @@
</div>
<footer class="article-footer">
<time class="article-footer-updated" datetime="2022-01-22T14:01:48.482Z" itemprop="dateModified">上次更新:2022-01-22</time>
<time class="article-footer-updated" datetime="2022-01-22T15:25:05.207Z" itemprop="dateModified">上次更新:2022-01-22</time>
<a href="truthy-and-falsy.html" class="article-footer-prev" title="真和假"><i class="icon-chevron-left"></i><span>上一页</span></a><a href="changelog.html" class="article-footer-next" title="更新日志"><span>下一页</span><i class="icon-chevron-right"></i></a>
</footer>
</div>
+1 -1
View File
@@ -105,7 +105,7 @@
</div>
<footer class="article-footer">
<time class="article-footer-updated" datetime="2022-01-22T14:01:48.482Z" itemprop="dateModified">上次更新:2022-01-22</time>
<time class="article-footer-updated" datetime="2022-01-22T15:25:05.207Z" itemprop="dateModified">上次更新:2022-01-22</time>
<a href="plugins.html" class="article-footer-prev" title="插件"><i class="icon-chevron-left"></i><span>上一页</span></a><a href="truthy-and-falsy.html" class="article-footer-next" title="真和假"><span>下一页</span><i class="icon-chevron-right"></i></a>
</footer>
</div>
+1 -1
View File
@@ -151,7 +151,7 @@
</div>
<footer class="article-footer">
<time class="article-footer-updated" datetime="2022-01-22T14:01:48.482Z" itemprop="dateModified">上次更新:2022-01-22</time>
<time class="article-footer-updated" datetime="2022-01-22T15:25:05.207Z" itemprop="dateModified">上次更新:2022-01-22</time>
<a href="setup.html" class="article-footer-prev" title="安装"><i class="icon-chevron-left"></i><span>上一页</span></a><a href="render-file.html" class="article-footer-next" title="文件渲染"><span>下一页</span><i class="icon-chevron-right"></i></a>
</footer>
</div>
+1 -1
View File
@@ -116,7 +116,7 @@
</div>
<footer class="article-footer">
<time class="article-footer-updated" datetime="2022-01-22T14:01:48.482Z" itemprop="dateModified">上次更新:2022-01-22</time>
<time class="article-footer-updated" datetime="2022-01-22T15:25:05.207Z" itemprop="dateModified">上次更新:2022-01-22</time>
<a href="access-scope-in-filters.html" class="article-footer-prev" title="过滤器里访问上下文"><i class="icon-chevron-left"></i><span>上一页</span></a><a href="sync-and-async.html" class="article-footer-next" title="同步和异步"><span>下一页</span><i class="icon-chevron-right"></i></a>
</footer>
</div>
+1 -1
View File
@@ -113,7 +113,7 @@
</div>
<footer class="article-footer">
<time class="article-footer-updated" datetime="2022-01-22T14:01:48.482Z" itemprop="dateModified">上次更新:2022-01-22</time>
<time class="article-footer-updated" datetime="2022-01-22T15:25:05.207Z" itemprop="dateModified">上次更新:2022-01-22</time>
<a href="render-file.html" class="article-footer-prev" title="文件渲染"><i class="icon-chevron-left"></i><span>上一页</span></a><a href="use-in-expressjs.html" class="article-footer-next" title="Express.js 中使用"><span>下一页</span><i class="icon-chevron-right"></i></a>
</footer>
</div>
+1 -1
View File
@@ -110,7 +110,7 @@
</div>
<footer class="article-footer">
<time class="article-footer-updated" datetime="2022-01-22T14:01:48.482Z" itemprop="dateModified">上次更新:2022-01-22</time>
<time class="article-footer-updated" datetime="2022-01-22T15:25:05.207Z" itemprop="dateModified">上次更新:2022-01-22</time>
<a href="whitespace-control.html" class="article-footer-prev" title="换行和缩进"><i class="icon-chevron-left"></i><span>上一页</span></a><a href="operators.html" class="article-footer-next" title="运算符"><span>下一页</span><i class="icon-chevron-right"></i></a>
</footer>
</div>
+1 -1
View File
@@ -109,7 +109,7 @@
</div>
<footer class="article-footer">
<time class="article-footer-updated" datetime="2022-01-22T14:01:48.482Z" itemprop="dateModified">上次更新:2022-01-22</time>
<time class="article-footer-updated" datetime="2022-01-22T15:25:05.207Z" itemprop="dateModified">上次更新:2022-01-22</time>
<a href="caching.html" class="article-footer-prev" title="缓存"><i class="icon-chevron-left"></i><span>上一页</span></a><a href="access-scope-in-filters.html" class="article-footer-next" title="过滤器里访问上下文"><span>下一页</span><i class="icon-chevron-right"></i></a>
</footer>
</div>
+1 -1
View File
@@ -134,7 +134,7 @@
</div>
<footer class="article-footer">
<time class="article-footer-updated" datetime="2022-01-22T14:01:48.482Z" itemprop="dateModified">上次更新:2022-01-22</time>
<time class="article-footer-updated" datetime="2022-01-22T15:25:05.207Z" itemprop="dateModified">上次更新:2022-01-22</time>
<a href="options.html" class="article-footer-prev" title="选项"><i class="icon-chevron-left"></i><span>上一页</span></a><a href="partials-and-layouts.html" class="article-footer-next" title="引用/继承"><span>下一页</span><i class="icon-chevron-right"></i></a>
</footer>
</div>
+1 -1
View File
@@ -125,7 +125,7 @@
</div>
<footer class="article-footer">
<time class="article-footer-updated" datetime="2022-01-22T14:01:48.482Z" itemprop="dateModified">上次更新:2022-01-22</time>
<time class="article-footer-updated" datetime="2022-01-22T15:25:05.207Z" itemprop="dateModified">上次更新:2022-01-22</time>
<a href="intro-to-liquid.html" class="article-footer-prev" title="Liquid 简介"><i class="icon-chevron-left"></i><span>上一页</span></a><a href="options.html" class="article-footer-next" title="选项"><span>下一页</span><i class="icon-chevron-right"></i></a>
</footer>
</div>
+1 -1
View File
@@ -129,7 +129,7 @@
</div>
<footer class="article-footer">
<time class="article-footer-updated" datetime="2022-01-22T14:01:48.482Z" itemprop="dateModified">上次更新:2022-01-22</time>
<time class="article-footer-updated" datetime="2022-01-22T15:25:05.207Z" itemprop="dateModified">上次更新:2022-01-22</time>
<a href="parse-parameters.html" class="article-footer-prev" title="参数解析"><i class="icon-chevron-left"></i><span>上一页</span></a><a href="whitespace-control.html" class="article-footer-next" title="换行和缩进"><span>下一页</span><i class="icon-chevron-right"></i></a>
</footer>
</div>
+1 -1
View File
@@ -225,7 +225,7 @@
</div>
<footer class="article-footer">
<time class="article-footer-updated" datetime="2022-01-22T14:01:48.482Z" itemprop="dateModified">上次更新:2022-01-22</time>
<time class="article-footer-updated" datetime="2022-01-22T15:25:05.207Z" itemprop="dateModified">上次更新:2022-01-22</time>
<a href="operators.html" class="article-footer-prev" title="运算符"><i class="icon-chevron-left"></i><span>上一页</span></a><a href="migrate-to-9.html" class="article-footer-next" title="迁移到 LiquidJS 9"><span>下一页</span><i class="icon-chevron-right"></i></a>
</footer>
</div>
+1 -1
View File
@@ -113,7 +113,7 @@
</div>
<footer class="article-footer">
<time class="article-footer-updated" datetime="2022-01-22T14:01:48.482Z" itemprop="dateModified">上次更新:2022-01-22</time>
<time class="article-footer-updated" datetime="2022-01-22T15:25:05.207Z" itemprop="dateModified">上次更新:2022-01-22</time>
<a href="partials-and-layouts.html" class="article-footer-prev" title="引用/继承"><i class="icon-chevron-left"></i><span>上一页</span></a><a href="caching.html" class="article-footer-next" title="缓存"><span>下一页</span><i class="icon-chevron-right"></i></a>
</footer>
</div>
+1 -1
View File
@@ -117,7 +117,7 @@
</div>
<footer class="article-footer">
<time class="article-footer-updated" datetime="2022-01-22T14:01:48.482Z" itemprop="dateModified">上次更新:2022-01-22</time>
<time class="article-footer-updated" datetime="2022-01-22T15:25:05.207Z" itemprop="dateModified">上次更新:2022-01-22</time>
<a href="sync-and-async.html" class="article-footer-prev" title="同步和异步"><i class="icon-chevron-left"></i><span>上一页</span></a><a href="plugins.html" class="article-footer-next" title="插件"><span>下一页</span><i class="icon-chevron-right"></i></a>
</footer>
</div>