Jun Yang
|
daa0b574fc
|
feat: where filter, working on #118
doc: https://shopify.github.io/liquid/filters/where/
ruby impl: https://github.com/Shopify/liquid/blob/14cd011cb5eef042af192ad5294c8f0e1ae89f06/lib/liquid/standardfilters.rb
|
2019-04-02 00:46:32 +08:00 |
|
harttle
|
eadb6f3711
|
fix: slice filter on negative begin, #117
|
2019-04-01 10:57:08 +08:00 |
|
harttle
|
45e3c2bb8e
|
refactor: switch Context <-> Scope concepts
|
2019-03-25 10:36:23 +08:00 |
|
harttle
|
defbb58e66
|
fix: incorrect scope when using assign with for, fixes #115
* remove AssignScope, CaptureScope, IncrementScope, DecrementScope concepts
* introduce Scope.environments for decrement/increment
* assign to scopes[0] for assign/capture
|
2019-03-22 20:38:54 +08:00 |
|
Jun Yang
|
64e0c876e9
|
refactor: use camelCase for JavaScript APIs
BREAKING CHANGE: Options and method names in JavaScript API are now renamed to cammelCase, for a complete list see #109
|
2019-03-10 19:21:09 +08:00 |
|
Jun Yang
|
4a8088d4e4
|
feat: promise support for drops, working on #65
|
2019-03-10 18:05:52 +08:00 |
|
harttle
|
ad0930f152
|
test: cover parseFilters in template/value.ts
|
2019-03-06 01:46:35 +08:00 |
|
harttle
|
998832c772
|
refactor: mv custom filter test
|
2019-03-06 01:40:31 +08:00 |
|
harttle
|
5ffc904f80
|
fix: named params for filters, working on #113
|
2019-03-06 01:30:47 +08:00 |
|
Jun Yang
|
3647305dcf
|
feat: tablerowloop object
See: https://www.rubydoc.info/gems/liquid/Liquid/TablerowloopDrop
|
2019-03-02 06:00:30 +08:00 |
|
harttle
|
b4acdb463a
|
fix: math filters now return number, resolves #110
* fix linting
* numbers are no longer fixed:
i.e. {{0.3 | minus 0.1}} now renders as 0.19999
Stick to JavaScript number behavior, see: 8.0.0
|
2019-02-28 13:02:51 +08:00 |
|
harttle
|
7bee9fc92d
|
feat: exported Drop interface for #107
Deprecate snake_cased options and APIs, sed #109
|
2019-02-28 00:05:08 +08:00 |
|
harttle
|
53a835ab54
|
fix(#108): remove absolute path in emitted d.ts
|
2019-02-26 00:43:30 +08:00 |
|
harttle
|
407ac6d0a4
|
refactor: remove /dist from repo
|
2019-02-24 23:03:12 +08:00 |
|