semantic-release-bot
11ffd65503
chore(release): 9.14.0 [skip ci]
...
# [9.14.0](https://github.com/harttle/liquidjs/compare/v9.13.0...v9.14.0 ) (2020-06-25)
### Features
* setup universal browser and node builds ([6cf6ffa ](https://github.com/harttle/liquidjs/commit/6cf6ffa ))
v9.14.0
2020-06-25 12:14:45 +00:00
Jun Yang and GitHub
ce0280ca9f
Merge pull request #235 from harttle/all-contributors/add-TrySound
...
docs: add TrySound as a contributor
2020-06-25 20:10:15 +08:00
allcontributors[bot] and GitHub
1066ef0f76
docs: update .all-contributorsrc [skip ci]
2020-06-25 12:09:50 +00:00
allcontributors[bot] and GitHub
7b38c28d52
docs: update README.md [skip ci]
2020-06-25 12:09:49 +00:00
Jun Yang and GitHub
97e7983bd8
Merge pull request #234 from TrySound/proper-modules
...
feat: setup universal browser and node builds
2020-06-25 20:08:47 +08:00
Bogdan Chadkin
6cf6ffae90
feat: setup universal browser and node builds
...
In this diff I fixed es modules distribution for bundlers.
Before we had two problems
- bundlers use "module" field to find es module build
- bundlers cannot use provided es module with node target
In this diff I addressed both of them. Now "main" and "module" fields
points to "node" specific versions. "browser" field provides aliases
with browser compatible builds.
All modern browsers support both "module" and "browser" fields.
2020-06-25 13:30:56 +03:00
semantic-release-bot
04873a4e9c
chore(release): 9.13.0 [skip ci]
...
# [9.13.0](https://github.com/harttle/liquidjs/compare/v9.12.0...v9.13.0 ) (2020-06-25)
### Features
* async filters, closes [#232 ](https://github.com/harttle/liquidjs/issues/232 ) ([e36f3ff ](https://github.com/harttle/liquidjs/commit/e36f3ff ))
v9.13.0
2020-06-25 05:56:31 +00:00
harttle
1a08efd402
docs: better style for API doc
2020-06-25 13:15:02 +08:00
harttle
e36f3ff291
feat: async filters, closes #232
2020-06-25 12:30:56 +08:00
harttle
f3f017bd37
style: spaces and extra NL
2020-05-30 22:13:20 +08:00
harttle
0d20a344b6
docs: manifest for liquidjs.com
2020-05-23 02:14:23 +08:00
Jun Yang and GitHub
3acbdfc1b7
Merge pull request #229 from stedman/patch-1
...
docs: Add hashes to `for` tag documentation
2020-05-23 01:56:13 +08:00
Anthony Ciccarello and Jun Yang
ed994bdbd5
fix elsif spelling on tags overview in docs
2020-05-23 01:56:03 +08:00
dependabot[bot] and Jun Yang
27a4c7666b
chore(deps): bump jquery from 3.4.1 to 3.5.0
...
Bumps [jquery](https://github.com/jquery/jquery ) from 3.4.1 to 3.5.0.
- [Release notes](https://github.com/jquery/jquery/releases )
- [Commits](https://github.com/jquery/jquery/compare/3.4.1...3.5.0 )
Signed-off-by: dependabot[bot] <[email protected] >
2020-05-23 01:55:30 +08:00
harttle
064ea99f49
docs: add credit for @stedman ( #229 ) and @aciccarello ( #223 )
2020-05-22 11:44:23 +08:00
harttle
71fb8a8b7c
chore: +pre-commit hook, -commitlint on travis
2020-05-22 11:41:32 +08:00
Steve Stedman
acdd121a61
docs: Add hashes to for tag documentation
...
This extremely helpful information was found at https://github.com/Shopify/liquid/wiki/Liquid-for-Designers#allowed-collection-types
2020-05-21 11:11:01 -05:00
semantic-release-bot
2de853e814
chore(release): 9.12.0 [skip ci]
...
# [9.12.0](https://github.com/harttle/liquidjs/compare/v9.11.11...v9.12.0 ) (2020-05-15)
### Features
* sort by key, see [#227 ](https://github.com/harttle/liquidjs/issues/227 ) ([4f17c94 ](https://github.com/harttle/liquidjs/commit/4f17c94 ))
v9.12.0
2020-05-15 16:59:44 +00:00
harttle
4f17c94988
feat: sort by key, see #227
2020-05-16 00:54:40 +08:00
semantic-release-bot
d39f65c564
chore(release): 9.11.11 [skip ci]
...
## [9.11.11](https://github.com/harttle/liquidjs/compare/v9.11.10...v9.11.11 ) (2020-05-01)
### Bug Fixes
* properly treat unicode blanks, fixes [#221 ](https://github.com/harttle/liquidjs/issues/221 ) ([673b015 ](https://github.com/harttle/liquidjs/commit/673b015 ))
v9.11.11
2020-05-01 07:20:59 +00:00
harttle
673b015435
fix: properly treat unicode blanks, fixes #221
2020-04-28 20:55:30 +08:00
harttle
2fa4edaa84
docs: more specific description of strftime
2020-04-19 13:15:11 +08:00
dependabot[bot] and Jun Yang
83b46bd25d
chore(deps): bump https-proxy-agent from 2.2.2 to 2.2.4
...
Bumps [https-proxy-agent](https://github.com/TooTallNate/node-https-proxy-agent ) from 2.2.2 to 2.2.4.
- [Release notes](https://github.com/TooTallNate/node-https-proxy-agent/releases )
- [Commits](https://github.com/TooTallNate/node-https-proxy-agent/compare/2.2.2...2.2.4 )
Signed-off-by: dependabot[bot] <[email protected] >
2020-04-18 14:58:17 +08:00
harttle
4e34e78176
docs: fix docsearch
2020-04-12 20:45:52 +08:00
harttle
3873ba0783
docs: docsearch
2020-04-11 21:52:55 +08:00
dependabot[bot] and Jun Yang
4799a98bf9
chore(deps): bump acorn from 3.3.0 to 6.4.1
...
Bumps [acorn](https://github.com/acornjs/acorn ) from 3.3.0 to 6.4.1.
- [Release notes](https://github.com/acornjs/acorn/releases )
- [Commits](https://github.com/acornjs/acorn/compare/3.3.0...6.4.1 )
Signed-off-by: dependabot[bot] <[email protected] >
2020-04-04 12:17:47 +08:00
semantic-release-bot
0953680112
chore(release): 9.11.10 [skip ci]
...
## [9.11.10](https://github.com/harttle/liquidjs/compare/v9.11.9...v9.11.10 ) (2020-04-03)
### Bug Fixes
* respect cache render options ([a93f11d ](https://github.com/harttle/liquidjs/commit/a93f11d ))
v9.11.10
2020-04-03 15:11:24 +00:00
harttle
f6789f517c
docs: make it clear for extnames, see #214
2020-04-03 23:08:09 +08:00
allcontributors[bot] and Jun Yang
5099b2a762
docs: update README.md [skip ci]
2020-04-03 10:44:38 +08:00
Martin Schuster and Jun Yang
a93f11d25a
fix: respect cache render options
2020-04-03 10:42:32 +08:00
harttle
3cf8072df5
docs: fix news date in liquidjs.com
2020-04-01 14:34:13 +08:00
semantic-release-bot
bf609b443b
chore(release): 9.11.9 [skip ci]
...
## [9.11.9](https://github.com/harttle/liquidjs/compare/v9.11.8...v9.11.9 ) (2020-03-31)
### Bug Fixes
* coerce to Array in `map` and `where` filter ([c923598 ](https://github.com/harttle/liquidjs/commit/c923598 ))
v9.11.9
2020-03-31 18:26:08 +00:00
harttle
c923598b40
fix: coerce to Array in map and where filter
2020-04-01 02:22:44 +08:00
semantic-release-bot
d65ed408f0
chore(release): 9.11.8 [skip ci]
...
## [9.11.8](https://github.com/harttle/liquidjs/compare/v9.11.7...v9.11.8 ) (2020-03-31)
### Bug Fixes
* throw an error if : omitted unintentionally, [#212 ](https://github.com/harttle/liquidjs/issues/212 ), [#208 ](https://github.com/harttle/liquidjs/issues/208 ) ([8daf281 ](https://github.com/harttle/liquidjs/commit/8daf281 ))
v9.11.8
2020-03-31 16:05:54 +00:00
harttle
e750c35f8c
docs: add @cfjedimaster as a contributor
2020-04-01 00:02:17 +08:00
harttle
8daf281fca
fix: throw an error if : omitted unintentionally, #212 , #208
2020-03-31 14:05:38 +08:00
harttle
c30766ffe1
style: eslint fix docs/
2020-03-31 01:25:31 +08:00
Raymond Camden and Jun Yang
bf23116ce5
Update demo.liquid
...
Fix typo
2020-03-30 21:17:04 +08:00
harttle
983bcf467a
docs: add tutorials/options.md
2020-03-29 22:10:52 +08:00
harttle
9ebf11edcf
docs: update README to refer to liquidjs.com
2020-03-28 21:09:08 +08:00
semantic-release-bot
8d0ef21267
chore(release): 9.11.7 [skip ci]
...
## [9.11.7](https://github.com/harttle/liquidjs/compare/v9.11.6...v9.11.7 ) (2020-03-28)
### Bug Fixes
* try fix travis ([b3db412 ](https://github.com/harttle/liquidjs/commit/b3db412 ))
v9.11.7
2020-03-28 10:12:33 +00:00
harttle
687d3ad12a
chore: try fix travis again
2020-03-28 18:08:30 +08:00
harttle
b3db412428
fix: try fix travis
2020-03-28 17:50:51 +08:00
harttle
3e42d6b1b0
docs: website for LiquidJS
2020-03-28 17:21:07 +08:00
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