liquid-node
Advanced tools
Comparing version 2.6.0 to 2.6.1
@@ -27,3 +27,3 @@ // Generated by CoffeeScript 1.10.0 | ||
["ArgumentError", "ContextError", "FilterNotFound", "FilterNotFound", "FileSystemError", "StandardError", "StackLevelError", "SyntaxError"].forEach(function(className) { | ||
["ArgumentError", "ContextError", "FilterNotFound", "FileSystemError", "StandardError", "StackLevelError", "SyntaxError"].forEach(function(className) { | ||
return Liquid[className] = customError("Liquid." + className, Liquid.Error); | ||
@@ -30,0 +30,0 @@ }); |
@@ -60,2 +60,5 @@ // Generated by CoffeeScript 1.10.0 | ||
} | ||
if (input === 'now') { | ||
return new Date(); | ||
} | ||
if (isNumber(input)) { | ||
@@ -62,0 +65,0 @@ input = parseInt(input); |
{ | ||
"name": "liquid-node", | ||
"author": "Marcel Jackwerth <marcel@northdocks.com>", | ||
"author": "Marcel Jackwerth <marceljackwerth@gmail.com>", | ||
"contributors": [ | ||
@@ -12,6 +12,9 @@ { | ||
"email": "henri.bergius@iki.fi" | ||
}, | ||
{ | ||
"name": "Chen Yicai" | ||
} | ||
], | ||
"description": "Node.js port of Tobias Lütke's Liquid template engine.", | ||
"version": "2.6.0", | ||
"version": "2.6.1", | ||
"license": "MIT", | ||
@@ -24,2 +27,7 @@ "homepage": "https://github.com/sirlantis/liquid-node", | ||
}, | ||
"keywords": [ | ||
"liquid", | ||
"template", | ||
"jinja" | ||
], | ||
"directories": { | ||
@@ -26,0 +34,0 @@ "lib": "./lib" |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
1012004
2324