 HarttleandHarttle
|
394d5a1ae2
|
docs: add tutorials for custom filters and tags
|
2022-01-22 18:52:37 +08:00 |
|
 HarttleandHarttle
|
371da3da74
|
docs: add jekyllInclude to tutorials
|
2022-01-20 02:04:54 +08:00 |
|
semantic-release-bot
|
7814285479
|
chore(release): 9.33.1 [skip ci]
## [9.33.1](https://github.com/harttle/liquidjs/compare/v9.33.0...v9.33.1) (2022-01-19)
### Bug Fixes
* liquidjs.version on npm package ([53824a2](https://github.com/harttle/liquidjs/commit/53824a2d00f978214fcd83a48118b7900cf97449))
v9.33.1
|
2022-01-19 17:19:58 +00:00 |
|
 HarttleandHarttle
|
53824a2d00
|
fix: liquidjs.version on npm package
|
2022-01-20 01:16:52 +08:00 |
|
semantic-release-bot
|
9966d846b5
|
chore(release): 9.33.0 [skip ci]
# [9.33.0](https://github.com/harttle/liquidjs/compare/v9.32.1...v9.33.0) (2022-01-19)
### Features
* support `offset:continue`, see [#439](https://github.com/harttle/liquidjs/issues/439) ([8c27a84](https://github.com/harttle/liquidjs/commit/8c27a84059384ae730eb0fa1524df04e122e27a0))
* support Jekyll-like include syntax, see [#441](https://github.com/harttle/liquidjs/issues/441) ([388d0fb](https://github.com/harttle/liquidjs/commit/388d0fbbc42fe8cd69faba61c1dc29e9bb5ec2d0))
v9.33.0
|
2022-01-19 16:56:49 +00: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 |
|
semantic-release-bot
|
d71d0a0c20
|
chore(release): 9.32.1 [skip ci]
## [9.32.1](https://github.com/harttle/liquidjs/compare/v9.32.0...v9.32.1) (2022-01-12)
### Bug Fixes
* remove limit on operator char length ([7677f84](https://github.com/harttle/liquidjs/commit/7677f848c0c57335dd1c4f1e3ec251fbf9b1663f))
v9.32.1
|
2022-01-12 13:27:40 +00:00 |
|
 allcontributors[bot]andJun Yang
|
191a0130d2
|
docs: update .all-contributorsrc [skip ci]
|
2022-01-12 21:25:24 +08:00 |
|
 allcontributors[bot]andJun Yang
|
2c3ebaca0c
|
docs: update README.md [skip ci]
|
2022-01-12 21:25:24 +08:00 |
|
 Ameya ApteandJun Yang
|
7677f848c0
|
fix: remove limit on operator char length
The matchOperator function has a default value of str.length for the end parameter
|
2022-01-12 21:24:08 +08:00 |
|
semantic-release-bot
|
c7d2e1f1f4
|
chore(release): 9.32.0 [skip ci]
# [9.32.0](https://github.com/harttle/liquidjs/compare/v9.31.0...v9.32.0) (2022-01-02)
### Features
* support allow_false for `default` filter, see [#435](https://github.com/harttle/liquidjs/issues/435) ([c756191](https://github.com/harttle/liquidjs/commit/c756191f49f9c2b823048367abfdf0adf2bdb875))
v9.32.0
|
2022-01-02 08:35:53 +00:00 |
|
 HarttleandHarttle
|
c756191f49
|
feat: support allow_false for default filter, see #435
|
2022-01-02 16:31:21 +08:00 |
|
 HarttleandHarttle
|
e94e386c46
|
docs: update liquidjs.com and README for demo link
|
2021-12-31 17:49:27 +08:00 |
|
semantic-release-bot
|
b7c782b10a
|
chore(release): 9.31.0 [skip ci]
# [9.31.0](https://github.com/harttle/liquidjs/compare/v9.30.0...v9.31.0) (2021-12-19)
### Features
* implement `liquid` and `echo` tags, see [#428](https://github.com/harttle/liquidjs/issues/428) ([fde9924](https://github.com/harttle/liquidjs/commit/fde9924ee622efae4c013d2aa01c6d705c8d5f46))
v9.31.0
|
2021-12-19 14:35:13 +00:00 |
|
 HarttleandHarttle
|
49d3f64873
|
docs: echo & liquid tags
|
2021-12-19 22:31:02 +08:00 |
|
 HarttleandHarttle
|
be3463c5f9
|
docs: add jg-rp as contributor
|
2021-12-19 21:42:46 +08:00 |
|
 James PriorandJun Yang
|
fde9924ee6
|
feat: implement liquid and echo tags, see #428
|
2021-12-19 21:09:26 +08:00 |
|
semantic-release-bot
|
5b2ea63b14
|
chore(release): 9.30.0 [skip ci]
# [9.30.0](https://github.com/harttle/liquidjs/compare/v9.29.0...v9.30.0) (2021-12-18)
### Features
* support jekyll-like include, see [#433](https://github.com/harttle/liquidjs/issues/433) ([23279a8](https://github.com/harttle/liquidjs/commit/23279a816a0582ade7f3b15c1c65c74bc147d134))
v9.30.0
|
2021-12-18 07:31:17 +00:00 |
|
 HarttleandHarttle
|
23279a816a
|
feat: support jekyll-like include, see #433
|
2021-12-18 15:26:15 +08:00 |
|
 HarttleandHarttle
|
2c14a9541d
|
chore: update node to 14 for check pipeline
|
2021-12-12 20:10:15 +08:00 |
|
 HarttleandHarttle
|
c474649748
|
chore: update node to 14 on pipeline
|
2021-12-12 11:11:03 +08:00 |
|
 HarttleandHarttle
|
fad17cfbb3
|
docs: fix apidoc generation for typescript@4
|
2021-12-11 21:30:19 +08:00 |
|
semantic-release-bot
|
6322acb88c
|
chore(release): 9.29.0 [skip ci]
# [9.29.0](https://github.com/harttle/liquidjs/compare/v9.28.6...v9.29.0) (2021-12-11)
### Features
* customize globals & strictVariables when calling render, see [#432](https://github.com/harttle/liquidjs/issues/432) ([6801552](https://github.com/harttle/liquidjs/commit/6801552fe6829770cbbfdda051731c8b466ed9ec))
v9.29.0
|
2021-12-11 12:32:58 +00:00 |
|
 HarttleandHarttle
|
95fc705b5d
|
chore: upgrade typescript
|
2021-12-11 20:23:09 +08:00 |
|
 HarttleandHarttle
|
6801552fe6
|
feat: customize globals & strictVariables when calling render, see #432
|
2021-12-11 20:22:58 +08:00 |
|
 HarttleandHarttle
|
6023d9ba10
|
docs: path traversal vulnerabilities when customizing FS
|
2021-12-11 12:31:08 +08:00 |
|
semantic-release-bot
|
cc4628d804
|
chore(release): 9.28.6 [skip ci]
## [9.28.6](https://github.com/harttle/liquidjs/compare/v9.28.5...v9.28.6) (2021-12-07)
### Bug Fixes
* size filter does not respect Objects, fixes [#385](https://github.com/harttle/liquidjs/issues/385) ([6c11426](https://github.com/harttle/liquidjs/commit/6c114267a526ef764dfd9bd94de199d2932ad91a))
* throws when using `preserveTimezones` on Node.js, fixes [#431](https://github.com/harttle/liquidjs/issues/431) ([e2ef236](https://github.com/harttle/liquidjs/commit/e2ef236f68273b72a0b1293b0d13728cdb9aa4b8))
v9.28.6
|
2021-12-07 15:50:25 +00: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 |
|
 HarttleandHarttle
|
e2ef236f68
|
fix: throws when using preserveTimezones on Node.js, fixes #431
|
2021-12-07 22:43:47 +08:00 |
|
semantic-release-bot
|
80c2280ee6
|
chore(release): 9.28.5 [skip ci]
## [9.28.5](https://github.com/harttle/liquidjs/compare/v9.28.4...v9.28.5) (2021-11-05)
### Bug Fixes
* always allow './' and '../' to be relative, even on windows ([44f6b52](https://github.com/harttle/liquidjs/commit/44f6b520d53ba984ecb5fc430d70f698837d1802))
v9.28.5
|
2021-11-05 19:39:58 +00:00 |
|
 HarttleandHarttle
|
44f6b520d5
|
fix: always allow './' and '../' to be relative, even on windows
|
2021-11-06 03:36:39 +08:00 |
|
semantic-release-bot
|
3d71d9e35a
|
chore(release): 9.28.4 [skip ci]
## [9.28.4](https://github.com/harttle/liquidjs/compare/v9.28.3...v9.28.4) (2021-10-31)
### Bug Fixes
* allow `{%render%}` to reassign argument, [#404](https://github.com/harttle/liquidjs/issues/404) ([124f4c4](https://github.com/harttle/liquidjs/commit/124f4c4485270a5fdfca610808a56ecd98d98417))
v9.28.4
|
2021-10-31 08:36:55 +00:00 |
|
 AleksandrHovhannisyanandHarttle
|
124f4c4485
|
fix: allow {%render%} to reassign argument, #404
|
2021-10-31 16:28:33 +08:00 |
|
 dependabot[bot]andJun Yang
|
432d1c7ccb
|
chore(deps): bump path-parse from 1.0.6 to 1.0.7
Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7.
- [Release notes](https://github.com/jbgutierrez/path-parse/releases)
- [Commits](https://github.com/jbgutierrez/path-parse/commits/v1.0.7)
---
updated-dependencies:
- dependency-name: path-parse
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <[email protected]>
|
2021-10-28 00:14:13 +08:00 |
|
 HarttleandHarttle
|
4b42e63601
|
docs: update liquidjs for demo/nodejs
|
2021-10-28 00:03:18 +08:00 |
|
semantic-release-bot
|
f809c716eb
|
chore(release): 9.28.3 [skip ci]
## [9.28.3](https://github.com/harttle/liquidjs/compare/v9.28.2...v9.28.3) (2021-10-27)
### Bug Fixes
* relative root (by default) yields LookupError, fixes [#419](https://github.com/harttle/liquidjs/issues/419), [#424](https://github.com/harttle/liquidjs/issues/424), also related to [#395](https://github.com/harttle/liquidjs/issues/395) ([aebeae9](https://github.com/harttle/liquidjs/commit/aebeae9e1bbb8472af7788dfd09a08cb6de58e1c))
v9.28.3
|
2021-10-27 16:01:07 +00:00 |
|
 HarttleandHarttle
|
aebeae9e1b
|
fix: relative root (by default) yields LookupError, fixes #419, #424, also related to #395
|
2021-10-27 23:55:39 +08:00 |
|
Harttle
|
564972ba74
|
docs: add version info in playground.html
|
2021-10-20 23:20:23 +08:00 |
|
semantic-release-bot
|
d0c3cc8b47
|
chore(release): 9.28.2 [skip ci]
## [9.28.2](https://github.com/harttle/liquidjs/compare/v9.28.1...v9.28.2) (2021-10-16)
### Bug Fixes
* cache ongoing parseFile() calls, fixes [#416](https://github.com/harttle/liquidjs/issues/416) ([8894cbf](https://github.com/harttle/liquidjs/commit/8894cbfe6e0dbad4c07439adcefb6b3e2056be11))
v9.28.2
|
2021-10-16 14:40:58 +00:00 |
|
 Harttleandharttle
|
b5b2a98d5e
|
chore: fix types
|
2021-10-16 22:36:46 +08:00 |
|
 Harttleandharttle
|
8894cbfe6e
|
fix: cache ongoing parseFile() calls, fixes #416
|
2021-10-16 21:07:48 +08:00 |
|
semantic-release-bot
|
c58a116513
|
chore(release): 9.28.1 [skip ci]
## [9.28.1](https://github.com/harttle/liquidjs/compare/v9.28.0...v9.28.1) (2021-10-16)
### Bug Fixes
* hardcoded '/' in normalized `options.fs`, fixes [#412](https://github.com/harttle/liquidjs/issues/412), [#408](https://github.com/harttle/liquidjs/issues/408) ([9cfa43b](https://github.com/harttle/liquidjs/commit/9cfa43b8aee6a980f39d99f1cdb2be730ca21731))
v9.28.1
|
2021-10-16 04:32:51 +00:00 |
|
 Harttleandharttle
|
d4df3a0b53
|
refactor: make loader.shouldLoadRelative public
|
2021-10-16 12:30:09 +08:00 |
|
 Harttleandharttle
|
9cfa43b8ae
|
fix: hardcoded '/' in normalized options.fs, fixes #412, #408
Changes including:
- will not call fs.resolve when normalizing `fs`
- removed hardcoded `/`
- mandatory `fs.dirname` for relative reference
- mandatory `fs.sep`, defaults to '/'
|
2021-10-16 12:10:55 +08:00 |
|
harttle
|
df6d62fd59
|
docs: add @JaKXz and @dphm to contributor list, #406, #407
|
2021-10-15 22:57:04 +08:00 |
|
 d pham (they/them)andharttle
|
2438f4b018
|
docs: typo fix an -> can
|
2021-10-15 22:55:22 +08:00 |
|
 Jason KurianandJun Yang
|
8321a8e982
|
docs: fix async/await typos in render-file
|
2021-10-15 22:52:47 +08:00 |
|
Harttle
|
1de6adf308
|
test: cases for parse(<tpl>, <relative filepath>), #395
|
2021-10-10 20:37:26 +08:00 |
|