Harttle
|
eec381ec72
|
fix: use createRequire for ESM, fixes #334
|
2022-04-18 00:43:17 +08:00 |
|
 dependabot[bot]andJun Yang
|
c7216c6358
|
chore(deps): bump ansi-regex from 4.1.0 to 4.1.1 in /docs
Bumps [ansi-regex](https://github.com/chalk/ansi-regex) from 4.1.0 to 4.1.1.
- [Release notes](https://github.com/chalk/ansi-regex/releases)
- [Commits](https://github.com/chalk/ansi-regex/compare/v4.1.0...v4.1.1)
---
updated-dependencies:
- dependency-name: ansi-regex
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <[email protected]>
|
2022-04-18 00:43:02 +08:00 |
|
 dependabot[bot]andJun Yang
|
fe78890d35
|
chore(deps): bump minimist from 1.2.5 to 1.2.6
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6.
- [Release notes](https://github.com/substack/minimist/releases)
- [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6)
---
updated-dependencies:
- dependency-name: minimist
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <[email protected]>
|
2022-04-17 23:54:16 +08:00 |
|
 dependabot[bot]andJun Yang
|
d5771ba42c
|
chore(deps): bump moment from 2.24.0 to 2.29.2 in /docs
Bumps [moment](https://github.com/moment/moment) from 2.24.0 to 2.29.2.
- [Release notes](https://github.com/moment/moment/releases)
- [Changelog](https://github.com/moment/moment/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/moment/moment/compare/2.24.0...2.29.2)
---
updated-dependencies:
- dependency-name: moment
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <[email protected]>
|
2022-04-17 22:02:49 +08:00 |
|
 dependabot[bot]andJun Yang
|
776d235fca
|
chore(deps): bump async from 3.1.0 to 3.2.3
Bumps [async](https://github.com/caolan/async) from 3.1.0 to 3.2.3.
- [Release notes](https://github.com/caolan/async/releases)
- [Changelog](https://github.com/caolan/async/blob/master/CHANGELOG.md)
- [Commits](https://github.com/caolan/async/compare/v3.1.0...v3.2.3)
---
updated-dependencies:
- dependency-name: async
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <[email protected]>
|
2022-04-17 21:55:18 +08:00 |
|
Harttle
|
a56af6bbfb
|
fix: responsive header
|
2022-03-17 16:19:57 +08:00 |
|
semantic-release-bot
|
1af8553651
|
chore(release): 9.36.0 [skip ci]
# [9.36.0](https://github.com/harttle/liquidjs/compare/v9.35.2...v9.36.0) (2022-03-05)
### Features
* Access array item by negative index, closes [#486](https://github.com/harttle/liquidjs/issues/486) ([049685b](https://github.com/harttle/liquidjs/commit/049685b9a0271ba03875e24ff2f6c7870cae62a7))
* allow strip filter with specified char, closes [#390](https://github.com/harttle/liquidjs/issues/390) ([c503cb2](https://github.com/harttle/liquidjs/commit/c503cb23dfbdd6f146d6dea16a84eab3df1f7aa9))
* appropriate error for malformed filters, fixes [#271](https://github.com/harttle/liquidjs/issues/271) ([01014ed](https://github.com/harttle/liquidjs/commit/01014edc491e12d38981045442da9faee598cdf7))
v9.36.0
|
2022-03-05 16:56:21 +00: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 |
|
semantic-release-bot
|
d3e3fecf53
|
chore(release): 9.35.2 [skip ci]
## [9.35.2](https://github.com/harttle/liquidjs/compare/v9.35.1...v9.35.2) (2022-03-02)
### Bug Fixes
* corner case for concat filter without argument, [#481](https://github.com/harttle/liquidjs/issues/481) ([aa95517](https://github.com/harttle/liquidjs/commit/aa955173d4c7adc585e862934429f1f4c5f64969))
* export all builtin tags from LiquidJS, [#464](https://github.com/harttle/liquidjs/issues/464) ([33009bb](https://github.com/harttle/liquidjs/commit/33009bb988eb74c58f390992750d91b967cb3428))
v9.35.2
|
2022-03-02 13:26:07 +00:00 |
|
Harttle
|
33009bb988
|
fix: export all builtin tags from LiquidJS, #464
|
2022-03-02 21:21:45 +08:00 |
|
Harttle
|
aa955173d4
|
fix: corner case for concat filter without argument, #481
|
2022-03-02 21:21:25 +08:00 |
|
semantic-release-bot
|
15b78ebd9d
|
chore(release): 9.35.1 [skip ci]
## [9.35.1](https://github.com/harttle/liquidjs/compare/v9.35.0...v9.35.1) (2022-02-26)
### Bug Fixes
* some filters throw on nil input, see [#481](https://github.com/harttle/liquidjs/issues/481) ([7dfb620](https://github.com/harttle/liquidjs/commit/7dfb620d30f8818685e1cfb8e7492313a0d036ab))
v9.35.1
|
2022-02-26 18:12:38 +00: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 |
|
 dependabot[bot]andJun Yang
|
21b78d9ba0
|
chore(deps): bump prismjs from 1.25.0 to 1.27.0 in /docs
Bumps [prismjs](https://github.com/PrismJS/prism) from 1.25.0 to 1.27.0.
- [Release notes](https://github.com/PrismJS/prism/releases)
- [Changelog](https://github.com/PrismJS/prism/blob/master/CHANGELOG.md)
- [Commits](https://github.com/PrismJS/prism/compare/v1.25.0...v1.27.0)
---
updated-dependencies:
- dependency-name: prismjs
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <[email protected]>
|
2022-02-27 02:06:04 +08:00 |
|
Harttle
|
5d077f461a
|
chore: add liquid.min.js into Github release
|
2022-02-24 01:39:27 +08:00 |
|
semantic-release-bot
|
13343040c6
|
chore(release): 9.35.0 [skip ci]
# [9.35.0](https://github.com/harttle/liquidjs/compare/v9.34.1...v9.35.0) (2022-02-23)
### Bug Fixes
* `url_encode` throws on undefined value, fixes [#479](https://github.com/harttle/liquidjs/issues/479) ([ca3240c](https://github.com/harttle/liquidjs/commit/ca3240c2c4d157095d2ebe0024d0c71bc5e435f8))
### Features
* expose all tags/filters and TimezoneDate, closes [#464](https://github.com/harttle/liquidjs/issues/464) ([dab8a29](https://github.com/harttle/liquidjs/commit/dab8a29070b2508f2e6532717b7663966f610bec))
v9.35.0
|
2022-02-23 17:20:40 +00:00 |
|
Harttle
|
ca3240c2c4
|
fix: url_encode throws on undefined value, fixes #479
|
2022-02-24 01:14:46 +08:00 |
|
Harttle
|
2b0c5696bc
|
docs: introduce JS script to escape for Hexo, fixes #480
|
2022-02-24 01:04:50 +08:00 |
|
Harttle
|
dab8a29070
|
feat: expose all tags/filters and TimezoneDate, closes #464
|
2022-02-23 23:38:21 +08:00 |
|
semantic-release-bot
|
f395295721
|
chore(release): 9.34.1 [skip ci]
## [9.34.1](https://github.com/harttle/liquidjs/compare/v9.34.0...v9.34.1) (2022-02-20)
### Bug Fixes
* array output now join with "" instead of "," ([ab5e245](https://github.com/harttle/liquidjs/commit/ab5e245fba9a0f6936275319d4e5e25aadb0f7c1))
* sort filter unexpectedly modifies original array, [#475](https://github.com/harttle/liquidjs/issues/475) ([dbc0497](https://github.com/harttle/liquidjs/commit/dbc049738633b1b6f578d9d20f830b548ba67a22))
v9.34.1
|
2022-02-20 07:59:53 +00:00 |
|
Harttle
|
200f6648aa
|
style: fix lint
|
2022-02-20 15:56:23 +08:00 |
|
 dependabot[bot]andJun Yang
|
31aa4ec318
|
chore(deps): bump ssri from 6.0.1 to 6.0.2
Bumps [ssri](https://github.com/npm/ssri) from 6.0.1 to 6.0.2.
- [Release notes](https://github.com/npm/ssri/releases)
- [Changelog](https://github.com/npm/ssri/blob/v6.0.2/CHANGELOG.md)
- [Commits](https://github.com/npm/ssri/compare/v6.0.1...v6.0.2)
---
updated-dependencies:
- dependency-name: ssri
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <[email protected]>
|
2022-02-20 13:04:22 +08:00 |
|
 dependabot[bot]andJun Yang
|
231574903f
|
chore(deps): bump y18n from 3.2.1 to 3.2.2
Bumps [y18n](https://github.com/yargs/y18n) from 3.2.1 to 3.2.2.
- [Release notes](https://github.com/yargs/y18n/releases)
- [Changelog](https://github.com/yargs/y18n/blob/master/CHANGELOG.md)
- [Commits](https://github.com/yargs/y18n/commits)
---
updated-dependencies:
- dependency-name: y18n
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <[email protected]>
|
2022-02-20 13:04:12 +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 |
|
 dependabot[bot]andJun Yang
|
78ce5662df
|
chore(deps): bump ini from 1.3.5 to 1.3.8
Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.8.
- [Release notes](https://github.com/isaacs/ini/releases)
- [Commits](https://github.com/isaacs/ini/compare/v1.3.5...v1.3.8)
---
updated-dependencies:
- dependency-name: ini
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <[email protected]>
|
2022-02-20 12:53:30 +08:00 |
|
 dependabot[bot]andJun Yang
|
8b880f65a2
|
chore(deps): bump hosted-git-info from 2.8.8 to 2.8.9
Bumps [hosted-git-info](https://github.com/npm/hosted-git-info) from 2.8.8 to 2.8.9.
- [Release notes](https://github.com/npm/hosted-git-info/releases)
- [Changelog](https://github.com/npm/hosted-git-info/blob/v2.8.9/CHANGELOG.md)
- [Commits](https://github.com/npm/hosted-git-info/compare/v2.8.8...v2.8.9)
---
updated-dependencies:
- dependency-name: hosted-git-info
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <[email protected]>
|
2022-02-20 12:30:08 +08:00 |
|
 dependabot[bot]andJun Yang
|
d605158f96
|
chore(deps): bump tar from 4.4.13 to 4.4.19
Bumps [tar](https://github.com/npm/node-tar) from 4.4.13 to 4.4.19.
- [Release notes](https://github.com/npm/node-tar/releases)
- [Changelog](https://github.com/npm/node-tar/blob/main/CHANGELOG.md)
- [Commits](https://github.com/npm/node-tar/compare/v4.4.13...v4.4.19)
---
updated-dependencies:
- dependency-name: tar
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <[email protected]>
|
2022-02-20 12:29:48 +08:00 |
|
 dependabot[bot]andJun Yang
|
1a44b908ce
|
chore(deps): bump npm-user-validate from 1.0.0 to 1.0.1
Bumps [npm-user-validate](https://github.com/npm/npm-user-validate) from 1.0.0 to 1.0.1.
- [Release notes](https://github.com/npm/npm-user-validate/releases)
- [Commits](https://github.com/npm/npm-user-validate/compare/v1.0.0...v1.0.1)
---
updated-dependencies:
- dependency-name: npm-user-validate
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <[email protected]>
|
2022-02-20 12:29:42 +08:00 |
|
 Santi AlboandJun Yang
|
a0817e5dd7
|
docs: fix uniq filter example in the docs
|
2022-02-18 19:06:01 +08:00 |
|
![dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>](/assets/img/avatar_default.png) 
|
703675e1e0
|
chore(deps): bump pathval from 1.1.0 to 1.1.1 (#467)
Bumps [pathval](https://github.com/chaijs/pathval) from 1.1.0 to 1.1.1.
- [Release notes](https://github.com/chaijs/pathval/releases)
- [Changelog](https://github.com/chaijs/pathval/blob/master/CHANGELOG.md)
- [Commits](https://github.com/chaijs/pathval/compare/v1.1.0...v1.1.1)
---
updated-dependencies:
- dependency-name: pathval
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2022-02-16 17:57:12 +08:00 |
|
![dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>](/assets/img/avatar_default.png) 
|
819d060a92
|
chore(deps): bump ajv from 6.12.0 to 6.12.6 in /docs (#468)
Bumps [ajv](https://github.com/ajv-validator/ajv) from 6.12.0 to 6.12.6.
- [Release notes](https://github.com/ajv-validator/ajv/releases)
- [Commits](https://github.com/ajv-validator/ajv/compare/v6.12.0...v6.12.6)
---
updated-dependencies:
- dependency-name: ajv
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2022-02-16 17:57:00 +08:00 |
|
![allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>](/assets/img/avatar_default.png) 
|
c3d7ecbde1
|
docs: add santialbo as a contributor for doc (#470)
* docs: update README.md [skip ci]
* docs: update .all-contributorsrc [skip ci]
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
|
2022-02-16 17:56:46 +08:00 |
|
 Jun YangandGitHub
|
8bdb70878f
|
Merge pull request #469 from santialbo/patch-1
docs: fix example in main docs page
|
2022-02-16 17:54:10 +08:00 |
|
 Santi AlboandGitHub
|
2e1537d50c
|
docs: fix example in main docs page
|
2022-02-16 10:13:41 +01:00 |
|
 HarttleandHarttle
|
d4afbc038f
|
docs: add support button on navbar
|
2022-02-13 15:12:16 +08:00 |
|
 Damian NowakandGitHub
|
58d03890b4
|
docs: whitespace-control: correct typo (#462)
|
2022-01-29 11:50:37 +08:00 |
|
semantic-release-bot
|
e3fb47a90b
|
chore(release): 9.34.0 [skip ci]
# [9.34.0](https://github.com/harttle/liquidjs/compare/v9.33.1...v9.34.0) (2022-01-28)
### Bug Fixes
* where-filter null handling ([#457](https://github.com/harttle/liquidjs/issues/457)) ([9da41c8](https://github.com/harttle/liquidjs/commit/9da41c8a37d9c49ee4a16d5bd520fd6ae01c14ec))
### Features
* `ownPropertyOnly` option to protect prototype, [#454](https://github.com/harttle/liquidjs/issues/454) ([7e99efc](https://github.com/harttle/liquidjs/commit/7e99efc5131e20cf3f59e1fc2c371a15aa4109db))
v9.34.0
|
2022-01-28 17:37:13 +00:00 |
|
 dependabot[bot]andJun Yang
|
e4ad93ee8c
|
chore(deps): bump node-fetch from 2.6.1 to 2.6.7
Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 2.6.1 to 2.6.7.
- [Release notes](https://github.com/node-fetch/node-fetch/releases)
- [Commits](https://github.com/node-fetch/node-fetch/compare/v2.6.1...v2.6.7)
---
updated-dependencies:
- dependency-name: node-fetch
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <[email protected]>
|
2022-01-29 01:32:26 +08:00 |
|
 HarttleandHarttle
|
0bdf6792d1
|
docs: add @tbdrz as contributor
|
2022-01-29 01:30:48 +08:00 |
|
 HarttleandHarttle
|
7e99efc513
|
feat: ownPropertyOnly option to protect prototype, #454
|
2022-01-29 01:22:34 +08:00 |
|
 HarttleandHarttle
|
527858fc14
|
docs: better PWA, more responsive, better description
|
2022-01-29 00:37:43 +08:00 |
|
 Martin SchusterandGitHub
|
9da41c8a37
|
fix: where-filter null handling (#457)
|
2022-01-28 22:43:38 +08:00 |
|
 tbdrzandJun Yang
|
2717dae127
|
Clear unusefull comments
|
2022-01-28 22:41:11 +08:00 |
|
Harttle
|
8db6c7b28d
|
docs: tutorial for render tag content
|
2022-01-23 14:24:58 +08:00 |
|
 dependabot[bot]andJun Yang
|
298db97b84
|
chore(deps): bump shelljs from 0.8.4 to 0.8.5
Bumps [shelljs](https://github.com/shelljs/shelljs) from 0.8.4 to 0.8.5.
- [Release notes](https://github.com/shelljs/shelljs/releases)
- [Changelog](https://github.com/shelljs/shelljs/blob/master/CHANGELOG.md)
- [Commits](https://github.com/shelljs/shelljs/compare/v0.8.4...v0.8.5)
---
updated-dependencies:
- dependency-name: shelljs
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <[email protected]>
|
2022-01-23 00:02:46 +08:00 |
|