This commit is contained in:
harttle
2016-12-27 00:46:53 +08:00
parent 84f7a399c5
commit d6ca12f3bd
3 changed files with 6 additions and 5 deletions
+3 -1
View File
@@ -344,7 +344,9 @@ function factory(options) {
cache: false,
extname: '.liquid',
trim_right: false,
trim_left: false
trim_left: false,
strict_filters: false,
strict_variables: false
}, options);
options.root = normalizeStringArray(options.root);
+2 -3
View File
File diff suppressed because one or more lines are too long
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "shopify-liquid",
"version": "1.6.0",
"version": "1.6.1",
"description": "A feature-rich Liquid template engine for Node.js and browsers, with compliance with the Ruby version.",
"main": "index.js",
"scripts": {