semantic-release-bot
|
62f8f707e9
|
chore(release): 9.24.0 [skip ci]
# [9.24.0](https://github.com/harttle/liquidjs/compare/v9.23.4...v9.24.0) (2021-05-01)
### Features
* add context as a property on the LiquidError error ([9c7cb57](https://github.com/harttle/liquidjs/commit/9c7cb57))
* export errors for better error handling in user-land ([4e394b9](https://github.com/harttle/liquidjs/commit/4e394b9))
v9.24.0
|
2021-05-01 11:11:01 +00:00 |
|
 Laurin QuastandJun Yang
|
9c7cb5752b
|
feat: add context as a property on the LiquidError error
|
2021-05-01 19:07:40 +08:00 |
|
 Laurin QuastandJun Yang
|
4e394b9072
|
feat: export errors for better error handling in user-land
|
2021-05-01 19:06:33 +08:00 |
|
Jun Yang
|
251a50801c
|
chore: dev via windows+vscode
|
2021-04-17 11:43:03 +08:00 |
|
semantic-release-bot
|
aa5d63fdf7
|
chore(release): 9.23.4 [skip ci]
## [9.23.4](https://github.com/harttle/liquidjs/compare/v9.23.3...v9.23.4) (2021-04-17)
### Bug Fixes
* capitalize filter not lower case trailing string, fixes [#326](https://github.com/harttle/liquidjs/issues/326) ([6548765](https://github.com/harttle/liquidjs/commit/6548765))
v9.23.4
|
2021-04-17 02:41:31 +00:00 |
|
Jun Yang
|
65487654c4
|
fix: capitalize filter not lower case trailing string, fixes #326
|
2021-04-17 10:30:57 +08:00 |
|
 allcontributors[bot]andJun Yang
|
8bab7957da
|
docs: update .all-contributorsrc [skip ci]
|
2021-04-17 10:21:19 +08:00 |
|
 allcontributors[bot]andJun Yang
|
666df5a8e6
|
docs: update README.md [skip ci]
|
2021-04-17 10:21:19 +08:00 |
|
 congandJun Yang
|
a4aa9ba0d6
|
FIX: remove unnecessary code
|
2021-04-17 10:19:22 +08:00 |
|
 congandJun Yang
|
f5f54c82bf
|
modified title using passed in variable
|
2021-04-17 10:19:22 +08:00 |
|
 congandJun Yang
|
28f154554b
|
added tsconfig.json
|
2021-04-17 10:19:22 +08:00 |
|
 congandJun Yang
|
2bc03d6a01
|
added typescript and @types/node packages
|
2021-04-17 10:19:22 +08:00 |
|
 ZCandJun Yang
|
354a971b9e
|
Revert change to line 17
The original is fine, emitter is not needed.
|
2021-04-17 10:18:39 +08:00 |
|
 ZCandJun Yang
|
b41be92dfd
|
Update register-filters-tags.md
|
2021-04-17 10:18:39 +08:00 |
|
 ZCandJun Yang
|
bad12ea936
|
Register tags documentation example updated
|
2021-04-17 10:18:39 +08:00 |
|
 dependabot[bot]andJun Yang
|
b5a22fa091
|
chore(deps): bump y18n from 4.0.0 to 4.0.1 in /docs
Bumps [y18n](https://github.com/yargs/y18n) from 4.0.0 to 4.0.1.
- [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)
Signed-off-by: dependabot[bot] <[email protected]>
|
2021-04-03 00:01:54 +08:00 |
|
 dependabot[bot]andJun Yang
|
7d92f25cbb
|
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)
Signed-off-by: dependabot[bot] <[email protected]>
|
2021-04-03 00:01:01 +08:00 |
|
harttle
|
4584867b65
|
docs: clarification on how to disable tags/filters, see #324
|
2021-03-21 22:30:53 +08:00 |
|
harttle
|
695e3c18bc
|
docs: add versions to tags/filters, see #305
|
2021-03-21 22:17:17 +08:00 |
|
semantic-release-bot
|
2133ed20d7
|
chore(release): 9.23.3 [skip ci]
## [9.23.3](https://github.com/harttle/liquidjs/compare/v9.23.2...v9.23.3) (2021-03-21)
### Bug Fixes
* expose TokenKind ([dbc23e8](https://github.com/harttle/liquidjs/commit/dbc23e8))
v9.23.3
|
2021-03-21 11:32:39 +00:00 |
|
 Matt Vagueandharttle
|
dbc23e8b04
|
fix: expose TokenKind
|
2021-03-21 19:29:00 +08:00 |
|
semantic-release-bot
|
1acace5a16
|
chore(release): 9.23.2 [skip ci]
## [9.23.2](https://github.com/harttle/liquidjs/compare/v9.23.1...v9.23.2) (2021-03-13)
### Bug Fixes
* comparison for empty/nil, fixes [#321](https://github.com/harttle/liquidjs/issues/321) ([99d14e7](https://github.com/harttle/liquidjs/commit/99d14e7))
* newline_to_br filter should output <br /> instead of <br/>, fixes [#320](https://github.com/harttle/liquidjs/issues/320) ([9a9b792](https://github.com/harttle/liquidjs/commit/9a9b792))
v9.23.2
|
2021-03-13 09:17:50 +00:00 |
|
Jun Yang
|
9a9b792c63
|
fix: newline_to_br filter should output <br /> instead of <br/>, fixes #320
|
2021-03-13 17:14:10 +08:00 |
|
Jun Yang
|
99d14e76d7
|
fix: comparison for empty/nil, fixes #321
|
2021-03-13 17:14:08 +08:00 |
|
 dependabot[bot]andJun Yang
|
aff9976042
|
chore(deps): bump pug-code-gen from 2.0.2 to 2.0.3 in /docs
Bumps [pug-code-gen](https://github.com/pugjs/pug) from 2.0.2 to 2.0.3.
- [Release notes](https://github.com/pugjs/pug/releases)
- [Commits](https://github.com/pugjs/pug/compare/[email protected]@2.0.3)
Signed-off-by: dependabot[bot] <[email protected]>
|
2021-03-09 22:47:42 +08:00 |
|
 dependabot[bot]andJun Yang
|
cd8cb39329
|
chore(deps): bump prismjs from 1.21.0 to 1.23.0 in /docs
Bumps [prismjs](https://github.com/PrismJS/prism) from 1.21.0 to 1.23.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.21.0...v1.23.0)
Signed-off-by: dependabot[bot] <[email protected]>
|
2021-03-09 22:47:32 +08:00 |
|
 dependabot[bot]andJun Yang
|
9ed3b98db3
|
chore(deps): bump elliptic from 6.5.3 to 6.5.4
Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.3 to 6.5.4.
- [Release notes](https://github.com/indutny/elliptic/releases)
- [Commits](https://github.com/indutny/elliptic/compare/v6.5.3...v6.5.4)
Signed-off-by: dependabot[bot] <[email protected]>
|
2021-03-09 22:47:23 +08:00 |
|
semantic-release-bot
|
151ff4cbf3
|
chore(release): 9.23.1 [skip ci]
## [9.23.1](https://github.com/harttle/liquidjs/compare/v9.23.0...v9.23.1) (2021-02-19)
### Bug Fixes
* lenientIf not working for the umd bundle, closes [#313](https://github.com/harttle/liquidjs/issues/313) ([2e66e8b](https://github.com/harttle/liquidjs/commit/2e66e8b))
v9.23.1
|
2021-02-19 15:29:27 +00:00 |
|
harttle
|
2e66e8b02e
|
fix: lenientIf not working for the umd bundle, closes #313
|
2021-02-19 23:10:15 +08:00 |
|
semantic-release-bot
|
24306722ec
|
chore(release): 9.23.0 [skip ci]
# [9.23.0](https://github.com/harttle/liquidjs/compare/v9.22.1...v9.23.0) (2021-02-12)
### Bug Fixes
* respect `fs` in parser options, for [#233](https://github.com/harttle/liquidjs/issues/233) ([4e82da6](https://github.com/harttle/liquidjs/commit/4e82da6))
### Features
* support filters in if/unless/case, see [#287](https://github.com/harttle/liquidjs/issues/287) ([2f059f6](https://github.com/harttle/liquidjs/commit/2f059f6))
* support function calls, closes [#222](https://github.com/harttle/liquidjs/issues/222) ([e37824f](https://github.com/harttle/liquidjs/commit/e37824f))
* support layout none, closes [#299](https://github.com/harttle/liquidjs/issues/299) ([81e11bb](https://github.com/harttle/liquidjs/commit/81e11bb))
v9.23.0
|
2021-02-12 14:28:02 +00:00 |
|
harttle
|
2f059f6a25
|
feat: support filters in if/unless/case, see #287
|
2021-02-12 22:22:41 +08:00 |
|
harttle
|
4e82da689e
|
fix: respect fs in parser options, for #233
|
2021-02-12 15:17:21 +08:00 |
|
harttle
|
e37824fd8a
|
feat: support function calls, closes #222
|
2021-02-12 13:47:30 +08:00 |
|
harttle
|
81e11bb9c4
|
feat: support layout none, closes #299
|
2021-02-12 01:57:30 +08:00 |
|
semantic-release-bot
|
71d5d24813
|
chore(release): 9.22.1 [skip ci]
## [9.22.1](https://github.com/harttle/liquidjs/compare/v9.22.0...v9.22.1) (2021-02-05)
### Bug Fixes
* default to precedence 1 for custom operators ([20f559e](https://github.com/harttle/liquidjs/commit/20f559e))
v9.22.1
|
2021-02-05 16:00:50 +00:00 |
|
 Jason EtcovitchandJun Yang
|
20f559e545
|
fix: default to precedence 1 for custom operators
|
2021-02-05 23:57:36 +08:00 |
|
harttle
|
dce75a1a22
|
docs: fix get started code block
|
2021-02-05 09:48:28 +08:00 |
|
semantic-release-bot
|
93ec151374
|
chore(release): 9.22.0 [skip ci]
# [9.22.0](https://github.com/harttle/liquidjs/compare/v9.21.0...v9.22.0) (2021-02-04)
### Features
* compact filter ([f42c217](https://github.com/harttle/liquidjs/commit/f42c217))
v9.22.0
|
2021-02-04 14:52:00 +00:00 |
|
 Peter deHaanandJun Yang
|
29db1bb0e2
|
Update sidebar.yml
Add `compact` filter to sidebar nav.
|
2021-02-04 22:48:02 +08:00 |
|
harttle
|
f42c217fc0
|
feat: compact filter
|
2021-02-04 22:47:34 +08:00 |
|
semantic-release-bot
|
ec4a711e00
|
chore(release): 9.21.0 [skip ci]
# [9.21.0](https://github.com/harttle/liquidjs/compare/v9.20.1...v9.21.0) (2021-02-04)
### Features
* add `operators` option for custom operators ([75591cd](https://github.com/harttle/liquidjs/commit/75591cd))
* create trie programmatically in options ([befc33c](https://github.com/harttle/liquidjs/commit/befc33c))
* export OperatorMap type ([bc87e19](https://github.com/harttle/liquidjs/commit/bc87e19))
* export Operators from operator.ts ([6a7c280](https://github.com/harttle/liquidjs/commit/6a7c280))
* rename to defaultOperators and Operators ([8734e2e](https://github.com/harttle/liquidjs/commit/8734e2e))
v9.21.0
|
2021-02-04 13:51:46 +00:00 |
|
 Peter deHaanandJun Yang
|
03893d585e
|
Typo: 'where' filter on filters/overview.md
|
2021-02-04 21:48:28 +08:00 |
|
 allcontributors[bot]andJun Yang
|
3b97c38ee5
|
docs: update .all-contributorsrc [skip ci]
|
2021-02-04 09:12:26 +08:00 |
|
 allcontributors[bot]andJun Yang
|
48a876db49
|
docs: update README.md [skip ci]
|
2021-02-04 09:12:26 +08:00 |
|
 Jason EtcovitchandJun Yang
|
befc33c4eb
|
feat: create trie programmatically in options
|
2021-02-04 09:11:28 +08:00 |
|
 Jason EtcovitchandJun Yang
|
8734e2e6ce
|
feat: rename to defaultOperators and Operators
|
2021-02-04 09:11:28 +08:00 |
|
 Jason EtcovitchandJun Yang
|
18055c8855
|
test: add LiquidOptions#operators test
|
2021-02-04 09:11:28 +08:00 |
|
 Jason EtcovitchandJun Yang
|
6a7c280f04
|
feat: export Operators from operator.ts
|
2021-02-04 09:11:28 +08:00 |
|
 Jason EtcovitchandJun Yang
|
bc87e19e3e
|
feat: export OperatorMap type
|
2021-02-04 09:11:28 +08:00 |
|
 Jason EtcovitchandJun Yang
|
75591cdbfc
|
feat: add operators option for custom operators
|
2021-02-04 09:11:28 +08:00 |
|