semantic-release-bot
|
0633dbeabb
|
chore(release): 9.11.6 [skip ci]
## [9.11.6](https://github.com/harttle/liquidjs/compare/v9.11.5...v9.11.6) (2020-03-25)
### Bug Fixes
* default filter not applied for empty array ([c371762](https://github.com/harttle/liquidjs/commit/c371762))
v9.11.6
|
2020-03-25 17:42:48 +00:00 |
|
harttle
|
c371762c43
|
fix: default filter not applied for empty array
|
2020-03-26 01:39:30 +08:00 |
|
semantic-release-bot
|
94d67d254d
|
chore(release): 9.11.5 [skip ci]
## [9.11.5](https://github.com/harttle/liquidjs/compare/v9.11.4...v9.11.5) (2020-03-24)
### Bug Fixes
* throws on invalid arguments for prepend/append, fixes [#208](https://github.com/harttle/liquidjs/issues/208) ([479c633](https://github.com/harttle/liquidjs/commit/479c633))
v9.11.5
|
2020-03-24 16:29:26 +00:00 |
|
harttle
|
02e6171e25
|
chore: fix types
|
2020-03-25 00:25:47 +08:00 |
|
harttle
|
479c63350a
|
fix: throws on invalid arguments for prepend/append, fixes #208
|
2020-03-24 23:57:26 +08:00 |
|
semantic-release-bot
|
60c14ba057
|
chore(release): 9.11.4 [skip ci]
## [9.11.4](https://github.com/harttle/liquidjs/compare/v9.11.3...v9.11.4) (2020-03-23)
### Bug Fixes
* return variable name in include error ([93433a8](https://github.com/harttle/liquidjs/commit/93433a8))
v9.11.4
|
2020-03-23 17:31:37 +00:00 |
|
harttle
|
c95b5bd718
|
docs: update README
|
2020-03-24 01:28:17 +08:00 |
|
 allcontributors[bot]andJun Yang
|
4cb713dbf6
|
docs: update .all-contributorsrc [skip ci]
|
2020-03-23 23:28:49 +08:00 |
|
 allcontributors[bot]andJun Yang
|
e97db63249
|
docs: update README.md [skip ci]
|
2020-03-23 23:28:49 +08:00 |
|
 Cristofer GonzalesandJun Yang
|
93433a8b30
|
fix: return variable name in include error
|
2020-03-23 23:26:31 +08:00 |
|
harttle
|
6bf242b9fa
|
docs: reorder badges
|
2020-03-22 19:05:18 +08:00 |
|
Jun Yang
|
c36801640d
|
docs: update README.md to hornor backers
|
2020-03-17 01:36:07 +08:00 |
|
semantic-release-bot
|
14b04688b5
|
chore(release): 9.11.3 [skip ci]
## [9.11.3](https://github.com/harttle/liquidjs/compare/v9.11.2...v9.11.3) (2020-03-14)
### Performance Improvements
* introduce AST to avoid reparse ([d2d6a38](https://github.com/harttle/liquidjs/commit/d2d6a38))
* remove instanceof DelimitedToken ([1673e84](https://github.com/harttle/liquidjs/commit/1673e84))
v9.11.3
|
2020-03-14 18:54:31 +00:00 |
|
harttle
|
1673e84e27
|
perf: remove instanceof DelimitedToken
|
2020-03-15 02:51:25 +08:00 |
|
harttle
|
d2d6a38235
|
perf: introduce AST to avoid reparse
|
2020-03-15 02:51:25 +08:00 |
|
semantic-release-bot
|
3b58f1c3f6
|
chore(release): 9.11.2 [skip ci]
## [9.11.2](https://github.com/harttle/liquidjs/compare/v9.11.1...v9.11.2) (2020-03-14)
### Performance Improvements
* remove transient strings to reduce memory ([3dfdf98](https://github.com/harttle/liquidjs/commit/3dfdf98))
v9.11.2
|
2020-03-14 11:08:23 +00:00 |
|
 dependabot[bot]andJun Yang
|
dd339dab05
|
chore(deps): bump acorn from 6.2.1 to 6.4.1
Bumps [acorn](https://github.com/acornjs/acorn) from 6.2.1 to 6.4.1.
- [Release notes](https://github.com/acornjs/acorn/releases)
- [Commits](https://github.com/acornjs/acorn/compare/6.2.1...6.4.1)
Signed-off-by: dependabot[bot] <[email protected]>
|
2020-03-14 19:05:10 +08:00 |
|
harttle
|
f7ef9b61c1
|
refactor: remove src/render/value.ts
|
2020-03-14 19:04:18 +08:00 |
|
harttle
|
3dfdf982c9
|
perf: remove transient strings to reduce memory
|
2020-03-14 19:04:18 +08:00 |
|
harttle
|
0f25017d5d
|
test: test case for array index, #201
|
2020-03-11 01:09:58 +08:00 |
|
semantic-release-bot
|
8f05784a0c
|
chore(release): 9.11.1 [skip ci]
## [9.11.1](https://github.com/harttle/liquidjs/compare/v9.11.0...v9.11.1) (2020-03-09)
### Bug Fixes
* concurrent write on LRU cache ([#200](https://github.com/harttle/liquidjs/issues/200)) ([6de9338](https://github.com/harttle/liquidjs/commit/6de9338))
v9.11.1
|
2020-03-09 17:23:57 +00:00 |
|
harttle
|
76f69db752
|
style: eslint ignore docs/
|
2020-03-10 01:19:40 +08:00 |
|
harttle
|
3aa47f6c85
|
chore: add todolist for benchmark case
|
2020-03-10 01:10:13 +08:00 |
|
harttle
|
6de933897e
|
fix: concurrent write on LRU cache (#200)
|
2020-03-10 01:09:41 +08:00 |
|
harttle
|
06ad0481db
|
docs: fix demos
|
2020-03-10 01:08:25 +08:00 |
|
harttle
|
2c428221cb
|
test: cases for TagMap
|
2020-03-07 00:58:39 +08:00 |
|
 allcontributors[bot]andJun Yang
|
73dd48861d
|
docs: update .all-contributorsrc [skip ci]
|
2020-03-05 02:14:49 +08:00 |
|
 allcontributors[bot]andJun Yang
|
76087b8ec2
|
docs: update README.md [skip ci]
|
2020-03-05 02:14:49 +08:00 |
|
semantic-release-bot
|
4826f48f1c
|
chore(release): 9.11.0 [skip ci]
# [9.11.0](https://github.com/harttle/liquidjs/compare/v9.10.0...v9.11.0) (2020-03-04)
### Bug Fixes
* `Buffer not defined` for browser bundles, fixes [#197](https://github.com/harttle/liquidjs/issues/197) ([65b849c](https://github.com/harttle/liquidjs/commit/65b849c))
* stable sort for undefined keys, fixes [#191](https://github.com/harttle/liquidjs/issues/191) ([f57156b](https://github.com/harttle/liquidjs/commit/f57156b))
### Features
* async cache.read()/write(), remove .has() ([61dac49](https://github.com/harttle/liquidjs/commit/61dac49))
v9.11.0
|
2020-03-04 18:08:40 +00:00 |
|
harttle
|
f57156bccd
|
fix: stable sort for undefined keys, fixes #191
|
2020-03-05 02:04:58 +08:00 |
|
harttle
|
61dac49b04
|
feat: async cache.read()/write(), remove .has()
|
2020-03-05 01:47:53 +08:00 |
|
harttle
|
65b849c02a
|
fix: Buffer not defined for browser bundles, fixes #197
|
2020-03-05 01:46:38 +08:00 |
|
semantic-release-bot
|
607a5cda3f
|
chore(release): 9.10.0 [skip ci]
# [9.10.0](https://github.com/harttle/liquidjs/compare/v9.9.0...v9.10.0) (2020-03-03)
### Features
* support json filter, closes [#192](https://github.com/harttle/liquidjs/issues/192) ([aa27a6c](https://github.com/harttle/liquidjs/commit/aa27a6c))
* with & for in `render` tag, closes [#195](https://github.com/harttle/liquidjs/issues/195) ([6ea6881](https://github.com/harttle/liquidjs/commit/6ea6881))
v9.10.0
|
2020-03-03 23:12:54 +00:00 |
|
harttle
|
6ea6881f08
|
feat: with & for in render tag, closes #195
|
2020-03-04 07:08:54 +08:00 |
|
harttle
|
aa27a6cd7b
|
feat: support json filter, closes #192
|
2020-03-04 03:42:18 +08:00 |
|
harttle
|
152778b6e3
|
docs: include demo for LiquidJS used in browsers, #165
|
2020-03-03 00:37:37 +08:00 |
|
semantic-release-bot
|
3bf926b434
|
chore(release): 9.9.0 [skip ci]
# [9.9.0](https://github.com/harttle/liquidjs/compare/v9.8.0...v9.9.0) (2020-03-02)
### Features
* move filters/tags to instances, fixes [#188](https://github.com/harttle/liquidjs/issues/188) ([df8a919](https://github.com/harttle/liquidjs/commit/df8a919))
v9.9.0
|
2020-03-02 16:11:08 +00:00 |
|
harttle
|
df8a919f71
|
feat: move filters/tags to instances, fixes #188
|
2020-03-03 00:02:29 +08:00 |
|
semantic-release-bot
|
f6762078e0
|
chore(release): 9.8.0 [skip ci]
# [9.8.0](https://github.com/harttle/liquidjs/compare/v9.7.2...v9.8.0) (2020-02-20)
### Features
* "today" when using date filter, fixes [#193](https://github.com/harttle/liquidjs/issues/193) ([185312d](https://github.com/harttle/liquidjs/commit/185312d))
v9.8.0
|
2020-02-20 17:53:27 +00:00 |
|
harttle
|
185312dbff
|
feat: "today" when using date filter, fixes #193
|
2020-02-21 01:48:10 +08:00 |
|
semantic-release-bot
|
5cd42f4500
|
chore(release): 9.7.2 [skip ci]
## [9.7.2](https://github.com/harttle/liquidjs/compare/v9.7.1...v9.7.2) (2020-02-20)
### Bug Fixes
* add funding entry to show up in npm fund command ([40095a8](https://github.com/harttle/liquidjs/commit/40095a8))
v9.7.2
|
2020-02-20 17:37:45 +00:00 |
|
 Zach LeathermanandJun Yang
|
40095a8e71
|
fix: add funding entry to show up in npm fund command
|
2020-02-21 01:33:43 +08:00 |
|
semantic-release-bot
|
14527a2545
|
chore(release): 9.7.1 [skip ci]
## [9.7.1](https://github.com/harttle/liquidjs/compare/v9.7.0...v9.7.1) (2020-02-19)
### Bug Fixes
* update index.html ([22386b0](https://github.com/harttle/liquidjs/commit/22386b0))
v9.7.1
|
2020-02-19 10:31:46 +00:00 |
|
 Peter deHaanandharttle
|
22386b0212
|
fix: update index.html
Fix a couple of errors that were appearing on https://harttle.land/liquidjs/#feature-list
|
2020-02-19 18:27:09 +08:00 |
|
semantic-release-bot
|
66541a62fd
|
chore(release): 9.7.0 [skip ci]
# [9.7.0](https://github.com/harttle/liquidjs/compare/v9.6.2...v9.7.0) (2020-02-07)
### Bug Fixes
* expression and string literal parser, [#186](https://github.com/harttle/liquidjs/issues/186) ([fc0cf6f](https://github.com/harttle/liquidjs/commit/fc0cf6f))
### Features
* globals shared between tags, see [#185](https://github.com/harttle/liquidjs/issues/185) ([870e7ec](https://github.com/harttle/liquidjs/commit/870e7ec))
v9.7.0
|
2020-02-07 21:05:21 +00:00 |
|
harttle
|
870e7ec6aa
|
feat: globals shared between tags, see #185
|
2020-02-08 04:59:23 +08:00 |
|
harttle
|
fc0cf6fe7b
|
fix: expression and string literal parser, #186
|
2020-02-08 03:15:55 +08:00 |
|
 allcontributors[bot]andJun Yang
|
46b69db87a
|
docs: update .all-contributorsrc [skip ci]
|
2020-01-10 11:32:04 +08:00 |
|
 allcontributors[bot]andJun Yang
|
9733199dc3
|
docs: update README.md [skip ci]
|
2020-01-10 11:32:04 +08:00 |
|
semantic-release-bot
|
1e6e9fe1a9
|
chore(release): 9.6.2 [skip ci]
## [9.6.2](https://github.com/harttle/liquidjs/compare/v9.6.1...v9.6.2) (2020-01-10)
### Performance Improvements
* prevent multiple case evaluations ([807e840](https://github.com/harttle/liquidjs/commit/807e840))
v9.6.2
|
2020-01-10 03:29:50 +00:00 |
|