mirror of
https://github.com/harttle/liquidjs.git
synced 2026-09-16 21:00:40 -07:00
chore(release): 9.7.1 [skip ci]
## [9.7.1](https://github.com/harttle/liquidjs/compare/v9.7.0...v9.7.1) (2020-02-19)
### Bug Fixes
* update index.html ([22386b0](https://github.com/harttle/liquidjs/commit/22386b0))
This commit is contained in:
@@ -1,3 +1,10 @@
|
||||
## [9.7.1](https://github.com/harttle/liquidjs/compare/v9.7.0...v9.7.1) (2020-02-19)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* update index.html ([22386b0](https://github.com/harttle/liquidjs/commit/22386b0))
|
||||
|
||||
# [9.7.0](https://github.com/harttle/liquidjs/compare/v9.6.2...v9.7.0) (2020-02-07)
|
||||
|
||||
|
||||
|
||||
+2
-2
@@ -211,7 +211,7 @@
|
||||
url: 'https://shopify.github.io/liquid/filters/upcase'
|
||||
}, {
|
||||
title: 'escape filter',
|
||||
code: '<pre><code>{{ "< > &" | escape }}</code></',
|
||||
code: '<pre><code>{{ "< > &" | escape }}</code></pre>',
|
||||
url: 'https://shopify.github.io/liquid/filters/escape'
|
||||
}, {
|
||||
title: 'escape_once filter',
|
||||
@@ -247,7 +247,7 @@
|
||||
url: 'https://shopify.github.io/liquid/filters/strip_html'
|
||||
}, {
|
||||
title: 'strip_newlines filter',
|
||||
code: '{% capture var %}\nfoo\nbar\n{% endcapture %}\n\n<pre>{{ var | strip_newlines }}</pre>\n\n{{',
|
||||
code: '{% capture var %}\nfoo\nbar\n{% endcapture %}\n\n<pre>{{ var | strip_newlines }}</pre>',
|
||||
url: 'https://shopify.github.io/liquid/filters/strip_newlines'
|
||||
}, {
|
||||
title: 'map filter',
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "liquidjs",
|
||||
"version": "9.7.0",
|
||||
"version": "9.7.1",
|
||||
"description": "Liquid template engine by pure JavaScript: compatible to shopify, easy to extend.",
|
||||
"main": "dist/liquid.cjs.js",
|
||||
"es2015": "dist/liquid.esm.js",
|
||||
|
||||
Reference in New Issue
Block a user