3cd024d652
fix: path traversal vulnerability, #851 ( #855 )
...
* Fix Path Traversal fallback
* Update loader.ts
Fixed nested
* Update loader.ts
padding fix
* refactor: reuse root enforcing
* docs: update test case and docs
---------
Co-authored-by: MorielHarush <[email protected] >
2026-03-08 02:36:09 +08:00
Yang Jun
62bb20e433
test: refactor test:demo script into demo/*/test.sh
2024-08-29 01:30:25 +08:00
Yang Jun
3eb307ad86
test: CI test for demos
2024-08-28 00:31:59 +08:00
Harttle and Harttle
33c7c8f301
docs: demo for using LiquidJS with webpack
2022-10-22 00:39:18 +08:00
harttle
152778b6e3
docs: include demo for LiquidJS used in browsers, #165
2020-03-03 00:37:37 +08:00
harttle
3a7ddaa2c3
chore: set demo packages private
2019-10-08 21:50:32 +08:00
harttle
b65df447dc
fix: reactjs demo during yarn install, fixes #145
...
simply remove unused dependencies fixes this issue, but I removed
all package-lock.json / yarn.lock since the demo should always be
in sync with the codebase
2019-08-26 10:15:43 -05:00
harttle
ae45c4622e
fix: break/continue omitting output before them, #123
...
BREAKING CHANGE: remove default export, now should be used like import
{Liquid} from 'liquidjs'
2019-08-26 10:15:43 -05:00
harttle
1cc7249a71
chore(TypeScript): ship Liquid to class
...
BREAKING CHANGE: calling `Liquid()` without `new` now becomes invalid
2019-02-14 23:53:40 +08:00
harttle
19891b2df0
refactor: es6 building and linting
2018-08-16 23:14:12 +08:00
harttle
96829b5293
fix: express demo, fixes #79
2018-07-25 21:51:42 +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
cbde48971a
rename to liquidjs
2017-07-17 01:08:51 +08:00
harttle
c51a5c0626
update demo
2016-11-07 00:03:34 +08:00
harttle
258f4a2073
fix include scope.blocks bleeding
2016-11-06 14:57:48 +08:00
harttle
6dd836f157
feature: root option allows array of strings
2016-10-31 23:21:28 +08:00
harttle
16a66f2b18
feature: browser side support, close #6
2016-09-27 02:28:20 +08:00