harttle
a4126e7f10
fix: typo in scope.get("liquid") error message, fixes #50
2017-12-08 00:24:23 +08:00
harttle
5196d6ad56
feature: date filter supports utc string now, fixes #49
2017-12-08 00:22:56 +08:00
harttle
6082bf4757
2.0.3
v2.0.3
2017-11-27 00:00:09 +08:00
harttle
8efb41a631
use isTruthy for and/or operators, fixes #47
2017-11-26 23:59:50 +08:00
harttle
d348edac14
2.0.2
v2.0.2
2017-11-06 00:16:51 +08:00
harttle
be00f1d385
feature: treat top-level content as anonymous block, fixes #45
2017-11-06 00:14:33 +08:00
harttle
4e132ca1c5
tags: use scope.opts insteadof scope.get('liquid')
2017-11-04 10:46:15 +08:00
harttle
329aea6bd6
2.0.1
v2.0.1
2017-10-31 00:11:35 +08:00
harttle
23e7424f9d
change: default extname to "", working for #41
2017-10-31 00:10:45 +08:00
harttle
8241625be4
remove publish from version script
2017-10-30 02:24:08 +08:00
harttle
d36ec17621
2.0.0
v2.0.0
2017-10-30 02:23:36 +08:00
harttle
485424cc89
feature: concat filter
2017-10-30 02:22:56 +08:00
harttle
a239389044
docs for #41
2017-10-30 02:07:07 +08:00
harttle
e8fa8d32f5
feature: separate options for value/tag trimming, working on #17
2017-10-30 01:46:31 +08:00
harttle
502426f621
mv whiteSpaceCtrl to a separate file
2017-10-30 00:36:21 +08:00
harttle
8c77fc5a3d
fix: whiteSpace Ctrl with compliance to shopify/liquid, working on #17
2017-10-30 00:09:29 +08:00
harttle
be17d7443c
1.9.7
v1.9.7
2017-10-21 10:50:44 +08:00
Mehdi Jaffery and Jun Yang
118624ca7d
Fix to make for tag iterate objects like Shopify liquid.
...
Ref: https://github.com/Shopify/liquid/wiki/Liquid-for-Designers#allowed-collection-types
2017-10-18 05:41:43 -05:00
harttle
d08ad6dc97
fix: error.stack assertion in v8.5
2017-10-06 12:32:06 +08:00
harttle
e22870f5d7
fix: broken unit test by UTC time parsing behaviour change
2017-10-06 12:16:03 +08:00
harttle
bd6706cf4d
update outdated
2017-10-05 08:32:32 +08:00
harttle
b71928ffd4
refactor: format
2017-10-05 08:21:32 +08:00
harttle
6f69cd774d
1.9.6
v1.9.6
2017-09-15 10:39:18 +08:00
harttle
1b662d374d
update outdated dependencies
2017-09-15 10:38:54 +08:00
harttle
6dd6ed176c
1.9.5
v1.9.5
2017-08-26 17:58:14 +08:00
harttle
21af8c4d7a
fix read/write variable in parent's scope, fix #39
2017-08-26 17:57:43 +08:00
harttle
942a3224a1
1.9.4
v1.9.4
2017-08-16 00:07:47 +08:00
harttle
11259fae62
fix stack matching
2017-08-16 00:04:31 +08:00
harttle
030037eedc
cover all
2017-08-15 23:52:05 +08:00
harttle
6d59f34fc8
cover all
2017-08-14 22:43:49 +08:00
harttle
72597c52e5
cover all
2017-08-14 22:07:08 +08:00
harttle
7904f823a8
1.9.3
v1.9.3
2017-08-04 11:28:02 +08:00
harttle
e993118e87
Merge branch 'jaswrks-patch-1'
2017-08-04 11:27:37 +08:00
harttle
4ae63b2899
test cases for #36
2017-08-04 11:27:12 +08:00
jaswrks and GitHub
9f446ad024
Support {{- and -}} for whitespace control.
...
With this PR it now matches the intended functionality; i.e., https://github.com/harttle/liquidjs/wiki/Whitespace-Control
2017-08-03 06:06:35 -08:00
harttle
6f82b914cb
1.9.2
v1.9.2
2017-08-03 13:56:09 +08:00
harttle
31397a4862
update uglify-js
2017-08-03 13:55:46 +08:00
harttle
a2a076d038
refactor access seq parsing
2017-08-03 13:46:00 +08:00
jaswrks and GitHub
3dc37bf980
Bug fix for foo.bar[0].foo that is not working.
...
Corrects a bug where `foo.bar[0].foo` results in error: 'Cannot read property `foo` of undefined', because the sequence contains an empty string; i.e., `seq.push('')` should be avoided.
Another possible solution would be to strip empty strings from the final `seq` variable, but this PR fixes the immediate problem.
2017-08-02 10:37:11 -08:00
harttle
4ee2bc964c
upgrade outdated dependencies
2017-07-28 21:25:24 +08:00
wojtask9 and Jun Yang
ea2a5f5c3b
add identation value to token ( #34 )
...
* add identation value to token
* fix lint problems
* use var instead of let
2017-07-21 12:44:27 +08:00
harttle
52e2be68ab
1.9.1
v1.9.1
2017-07-17 01:09:22 +08:00
harttle
cbde48971a
rename to liquidjs
2017-07-17 01:08:51 +08:00
harttle
e91cc8c950
update: auto publish after version
2017-07-14 10:42:01 +08:00
harttle
314aa6b467
1.9.0
v1.9.0
2017-07-14 00:37:08 +08:00
harttle
14e53ed3a9
test cases for #32
2017-07-14 00:34:12 +08:00
harttle
cf6d3e78fe
Merge branch 'object-for-loop' of https://github.com/aleclarson/liquid-node
2017-07-13 23:24:48 +08:00
aleclarson
fb52c864b1
Add isPlainObject to 'util/underscore.js'
2017-07-13 10:33:01 -04:00
harttle
9f82aec569
add test case for truncate
2017-07-13 16:28:32 +08:00
Jun Yang and GitHub
29fe8dcb4b
Merge pull request #31 from aleclarson/remove-stop-skip
...
Remove unused `stop` and `skip` from `forloop` object
2017-07-13 16:10:10 +08:00