 prassieandGitHub
|
a55f44f095
|
Added documentation for date ordinals support in date filter via %q (#581)
* Added date ordinals support in date filter via %q
* fix: validation regex for default date format
* fix: validation regex for default date format
|
2023-02-04 11:31:30 +08:00 |
|
 HarttleandHarttle
|
3f21382d43
|
feat: support not operator, #575
|
2023-01-03 01:34:03 +08:00 |
|
 HarttleandHarttle
|
aafaa0b4f9
|
feat: support calling date without format string, #573
|
2023-01-03 00:53:33 +08:00 |
|
Jun Yang
|
fb6a9f8717
|
fix: type compatible with v9 tag definition, support Context as scope in various render APIs, #570
|
2022-12-18 12:48:06 +08:00 |
|
Jun Yang
|
e6db371519
|
feat: support disable outputEscape for specific filters, #565
|
2022-12-12 02:17:18 +08:00 |
|
Jun Yang
|
d17813ef52
|
fix: case should render multiple when statements
|
2022-12-03 00:14:47 +08:00 |
|
 James PriorandJun Yang
|
6c3f1c1e0c
|
feat: add remove_last filter
|
2022-12-02 23:48:50 +08:00 |
|
 James PriorandJun Yang
|
b4d1e27420
|
feat: add replace_last filter
|
2022-12-02 23:48:50 +08:00 |
|
 HarttleandHarttle
|
89c6c7676d
|
feat: timezone name for opts.timezoneOffset and date argument, fixes #553
|
2022-11-30 00:20:12 +08:00 |
|
Jun Yang
|
92992689cd
|
refactor: Tag class support in registerTag()
|
2022-11-27 14:04:01 +08:00 |
|
Jun Yang
|
b115077e12
|
refactor: remove use of internal Context class in evalValue argument
BREAKING CHANGE: `evalValue` won't support `Context` as second argument anymore.
|
2022-11-27 14:04:01 +08:00 |
|
Jun Yang
|
bb58d3e549
|
refactor: delay creation of operatorsTrie and hide this implementation
BREAKING CHANGE: use `operators` instead of `operatorsTrie` as Tokenizer constructor argument, #500
|
2022-11-27 14:04:01 +08:00 |
|
Jun Yang
|
ff112a4750
|
chore: rename filters to snake style, #487
BREAKING CHANGE: keys in `<liquidjs>.filters` are now in snake case (instead of camel case), identical to that in Liquid template.
|
2022-11-27 14:04:00 +08:00 |
|
Jun Yang
|
7a714855df
|
feat: support timezone offset argument for date filter, #553
|
2022-11-27 13:46:51 +08:00 |
|
 HarttleandHarttle
|
32f613fb43
|
fix: truncatewords should use at least one word, #537
|
2022-10-21 14:40:25 +08:00 |
|
 HarttleandHarttle
|
bbf00f37bf
|
feat: promise in expression & nested property, #533 #276
|
2022-08-27 23:19:16 +08:00 |
|
 HarttleandHarttle
|
071368afe1
|
feat: use evalValue to parse & render expression, #527
|
2022-08-24 20:46:22 +08:00 |
|
 HarttleandHarttle
|
e874b4060b
|
feat: export toValueSync & defaultOptions to evaluate expression, see #527
|
2022-08-15 01:53:48 +08:00 |
|
 HarttleandHarttle
|
4ad383d9be
|
fix: expression support Drop.valueOf, fixes #522
|
2022-07-21 01:21:58 +08:00 |
|
Harttle
|
c41a5d5bab
|
fix: throw ParseError instead of RenderError for invalid assign expression, closes #519
|
2022-07-15 00:41:51 +08:00 |
|
Harttle
|
4289b4e804
|
refactor: rename toValue to toValueSync
|
2022-07-10 00:24:00 +08:00 |
|
Harttle
|
c3e51caa70
|
fix: for tag not respecting Drop#valueOf(), fixes #515
|
2022-07-09 22:21:51 +08:00 |
|
 James PriorandJun Yang
|
a19feea7c4
|
feat: iteration protocols
|
2022-07-09 18:21:54 +08:00 |
|
Harttle
|
3dc4290b56
|
fix: stack overflow on large number of templates, #513
|
2022-07-08 01:46:51 +08:00 |
|
 jg-rpandGitHub
|
2f87708989
|
feat: inline comment tag (#514)
* style: remove unnecessary intermediate constant
* feat: add inline comment tag
* refactor: use readIdentifier when reading tag names
* docs: add inline comment tag
|
2022-07-08 01:46:15 +08:00 |
|
 HarttleandHarttle
|
2f6d84befc
|
test: cases for async variables
|
2022-05-03 13:31:25 +08:00 |
|
Harttle
|
f88490cd3c
|
feat: automatic output escaping, closes #500
|
2022-04-22 02:19:36 +08:00 |
|
Harttle
|
e69a51025e
|
fix: support integer arithmetic for divided_by, closes #465
|
2022-04-22 02:19:36 +08:00 |
|
Harttle
|
9e024ff2bc
|
fix: contains operator does not support Drop, fixes #492
|
2022-04-18 00:43:18 +08:00 |
|
Harttle
|
049685b9a0
|
feat: Access array item by negative index, closes #486
|
2022-03-06 00:52:22 +08:00 |
|
Harttle
|
c503cb23df
|
feat: allow strip filter with specified char, closes #390
|
2022-03-06 00:20:51 +08:00 |
|
Harttle
|
01014edc49
|
feat: appropriate error for malformed filters, fixes #271
|
2022-03-05 23:24:16 +08:00 |
|
Harttle
|
27e579e0e2
|
test: case for {% assign %} invalid value, closes #446
|
2022-03-05 22:09:36 +08:00 |
|
Harttle
|
aa955173d4
|
fix: corner case for concat filter without argument, #481
|
2022-03-02 21:21:25 +08:00 |
|
Harttle
|
575f3e2338
|
docs: add missing tag/filter links on sidebar/table, #482
|
2022-02-27 02:07:59 +08:00 |
|
Harttle
|
7dfb620d30
|
fix: some filters throw on nil input, see #481
|
2022-02-27 02:07:59 +08:00 |
|
Harttle
|
ca3240c2c4
|
fix: url_encode throws on undefined value, fixes #479
|
2022-02-24 01:14:46 +08:00 |
|
Harttle
|
200f6648aa
|
style: fix lint
|
2022-02-20 15:56:23 +08:00 |
|
Harttle
|
dbc0497386
|
fix: sort filter unexpectedly modifies original array, #475
|
2022-02-20 13:03:40 +08:00 |
|
Harttle
|
ab5e245fba
|
fix: array output now join with "" instead of ","
|
2022-02-20 13:03:40 +08:00 |
|
 HarttleandHarttle
|
7e99efc513
|
feat: ownPropertyOnly option to protect prototype, #454
|
2022-01-29 01:22:34 +08:00 |
|
 Martin SchusterandGitHub
|
9da41c8a37
|
fix: where-filter null handling (#457)
|
2022-01-28 22:43:38 +08:00 |
|
 HarttleandHarttle
|
8c27a84059
|
feat: support offset:continue, see #439
|
2022-01-20 00:12:18 +08:00 |
|
 HarttleandHarttle
|
388d0fbbc4
|
feat: support Jekyll-like include syntax, see #441
|
2022-01-19 23:07:25 +08:00 |
|
 HarttleandHarttle
|
c756191f49
|
feat: support allow_false for default filter, see #435
|
2022-01-02 16:31:21 +08:00 |
|
 James PriorandJun Yang
|
fde9924ee6
|
feat: implement liquid and echo tags, see #428
|
2021-12-19 21:09:26 +08:00 |
|
 HarttleandHarttle
|
23279a816a
|
feat: support jekyll-like include, see #433
|
2021-12-18 15:26:15 +08:00 |
|
 HarttleandHarttle
|
6801552fe6
|
feat: customize globals & strictVariables when calling render, see #432
|
2021-12-11 20:22:58 +08:00 |
|
 HarttleandHarttle
|
69286c6909
|
test: coverage to 100%
|
2021-12-07 23:34:53 +08:00 |
|
 HarttleandHarttle
|
6c114267a5
|
fix: size filter does not respect Objects, fixes #385
|
2021-12-07 23:05:46 +08:00 |
|