Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

LiquidJS

Liquid for the JavaScript world! It's a simple, expressive and safe template engine since 2016. Created by 78 developers and used by 64,200 projects.
Collective - Host: opensource - https://opencollective.com/liquidjs - Website: https://liquidjs.com/ - Code: https://github.com/harttle/liquidjs

fix: liquidjs command in /bin/liquid.js, fixes #169

github.com/harttle/liquidjs - 0073b90b31ccfcd912e130355ee2ecc2cfaf2cbd authored almost 5 years ago by harttle <[email protected]>
docs: update readme

github.com/harttle/liquidjs - 081c4323346b8c11367a42eb5fd147ee2b744a76 authored almost 5 years ago by Jun Yang <[email protected]>
chore(release): 9.3.0 [skip ci]

# [9.3.0](https://github.com/harttle/liquidjs/compare/v9.2.0...v9.3.0) (2019-11-07)

### Feature...

github.com/harttle/liquidjs - 390cd23f5ff10754a667fe5aabffec0b915651e0 authored almost 5 years ago by semantic-release-bot <[email protected]>
feat: support require.resolve for lookup, see #168

github.com/harttle/liquidjs - 2dd43559b585fe42069e94197fb5aa2ee32ad616 authored almost 5 years ago by harttle <[email protected]>
chore(deps): bump eslint-utils from 1.4.0 to 1.4.3

Bumps [eslint-utils](https://github.com/mysticatea/eslint-utils) from 1.4.0 to 1.4.3.
- [Release...

github.com/harttle/liquidjs - 5492fb0b173f8989d6c237883c374e271d2adb4d authored almost 5 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
chore(release): 9.2.0 [skip ci]

# [9.2.0](https://github.com/harttle/liquidjs/compare/v9.1.1...v9.2.0) (2019-10-26)

### Feature...

github.com/harttle/liquidjs - 1ecff1c341df6385c603663f54b504c6dd0cf4a6 authored almost 5 years ago by semantic-release-bot <[email protected]>
feat: Support for the "render" tag #163

github.com/harttle/liquidjs - d5e7b047bbc9d964c7fd544449120e936909cfa4 authored almost 5 years ago by Jun Yang <[email protected]>
pref: remove await/async from internal async calls

github.com/harttle/liquidjs - b82fa9ed2b6e48fb808c33e4aefbc1966358bed7 authored almost 5 years ago by harttle <[email protected]>
docs: add .nojekyll

github.com/harttle/liquidjs - d4ad4b8a8c8dc24482d16edf45d334892164a8c0 authored almost 5 years ago by harttle <[email protected]>
docs: fix some typos for the website demos

github.com/harttle/liquidjs - ab8db5394b046977eaf3e0d7d46854171a9407f6 authored almost 5 years ago by harttle <[email protected]>
docs: add home page for API doc

github.com/harttle/liquidjs - b02a227a81412b6c42522b263b4399e2dfd2dfe6 authored almost 5 years ago by harttle <[email protected]>
docs: add related packages in README

github.com/harttle/liquidjs - 41a33834e7d857308bf9da8b8aeccd159624d93c authored almost 5 years ago by harttle <[email protected]>
chore: upgrade sinon

github.com/harttle/liquidjs - 53e7ea51bde85bd1c93623f32d687ea0f74a65d2 authored about 5 years ago by harttle <[email protected]>
docs: update typedoc

github.com/harttle/liquidjs - ef3e5206282c7952c37d3a841f930759bb431a24 authored about 5 years ago by harttle <[email protected]>
chore(release): 9.1.1 [skip ci]

## [9.1.1](https://github.com/harttle/liquidjs/compare/v9.1.0...v9.1.1) (2019-10-10)

### Perfor...

github.com/harttle/liquidjs - be755a900cb34e23a42458d148e18cc50db7fa66 authored about 5 years ago by semantic-release-bot <[email protected]>
perf: add string flattening to reduce retained memory (node only)

add a memory footprint benchmark

github.com/harttle/liquidjs - 3ad512c51c7c2748ef21590a1a42840cd9513150 authored about 5 years ago by Patrick Malouin <[email protected]>
docs: add demo for React hooks and context (#150)

github.com/harttle/liquidjs - 7bae5bcb79c03d24105dbadefa759c761eff2083 authored about 5 years ago by harttle <[email protected]>
chore: set demo packages private

github.com/harttle/liquidjs - 3a7ddaa2c37446b96f43811e5affd90ee87eca72 authored about 5 years ago by harttle <[email protected]>
chore(release): 9.1.0 [skip ci]

# [9.1.0](https://github.com/harttle/liquidjs/compare/v9.0.1...v9.1.0) (2019-10-07)

### Feature...

github.com/harttle/liquidjs - 362e2d645162d7212f8e9c0e882862cf22ba3693 authored about 5 years ago by semantic-release-bot <[email protected]>
feat: alias getTemplate() to parseFile()

* deprecate Liquid#getTemplate: use Liquid#parseFile instead
* deprecate Liquid#getTemplateSync:...

github.com/harttle/liquidjs - 6b8378807742ea679ce65174f751a0b6b0f2c021 authored about 5 years ago by harttle <[email protected]>
docs: update reactjs demo for consistant ES6 style

github.com/harttle/liquidjs - 4f8fc89c6f66d844c516d5296a308bad566701b9 authored about 5 years ago by harttle <[email protected]>
doc: add Contribute Guidelines

github.com/harttle/liquidjs - cc8851e56f2c39383b56f507d36331cda172867e authored about 5 years ago by harttle <[email protected]>
chore(release): 9.0.1 [skip ci]

## [9.0.1](https://github.com/harttle/liquidjs/compare/v9.0.0...v9.0.1) (2019-10-02)

### Bug Fi...

github.com/harttle/liquidjs - 154deeda7631ce2f402b226e1b1ebbf7c78aaccd authored about 5 years ago by semantic-release-bot <[email protected]>
fix: `unless` content is not waited, fixes #160

github.com/harttle/liquidjs - d2c8d133ff11b2a7bdcf4aef39d4d7c8f41949b8 authored about 5 years ago by harttle <[email protected]>
doc: update live demo link, see #157

github.com/harttle/liquidjs - 96d98e4ebbc466cc22463546b10ead1b69e2bc7e authored about 5 years ago by Jun Yang <[email protected]>
doc: fix underscore prefixed doc files by adding .jekyll

github.com/harttle/liquidjs - f661cd8b858fa897e595978bcb1eafb1137ee357 authored about 5 years ago by harttle <[email protected]>
doc: update typedoc

github.com/harttle/liquidjs - 493c4951e1ac22992ca41814202836cc0f7c48b3 authored about 5 years ago by harttle <[email protected]>
doc: update typedoc and README.md

github.com/harttle/liquidjs - d3f3d81e2e0db0097ac3aa2e6bce6ba5a767d024 authored about 5 years ago by harttle <[email protected]>
chore(release): 9.0.0 [skip ci]

# [9.0.0](https://github.com/harttle/liquidjs/compare/v8.5.3...v9.0.0) (2019-08-26)

### Bug Fix...

github.com/harttle/liquidjs - c2ba1e1f1a63b1b93b31f9a8038c92f3da960b85 authored about 5 years ago by semantic-release-bot <[email protected]>
docs: update .all-contributorsrc

github.com/harttle/liquidjs - 31bec7e66ee79fc395771ab85f3a66cb779cbf11 authored about 5 years ago by allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
docs: update README.md

github.com/harttle/liquidjs - 0b6f86d02a1a53922cc8d16c914870a406930094 authored about 5 years ago by allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
refactor: return value of Tag#render is no longer used

BREAKING CHANGE: Tag#render now returns void, use emitter argument
to write rendered html.

github.com/harttle/liquidjs - 8028f824993cfc27e23994013072d969453a516d authored about 5 years ago by harttle <[email protected]>
style: fix linting

github.com/harttle/liquidjs - ab3b824cf8b4bd7d24bcd13d7c116e858b12cf04 authored about 5 years ago by harttle <[email protected]>
fix: break/continue omitting output before them, #123

BREAKING CHANGE: remove default export, now should be used like import
{Liquid} from 'liquidjs'

github.com/harttle/liquidjs - ae45c4622e7e6a16ffe33fda52cff0242747dd2c authored about 5 years ago by harttle <[email protected]>
refactor: add emitter for code generation

github.com/harttle/liquidjs - 854e12ba53bdd7d4e3e26a17be9f6269d446151f authored about 5 years ago by harttle <[email protected]>
perf: target to es6, fixes #137

BREAKING CHANGE: ship to Node.js 8, the dist/liquid.cjs.js (main) nolonger
supports Node.js 6, o...

github.com/harttle/liquidjs - 3b9fc7e6bf8c0ff136e1327e1eb66a47ea37b486 authored about 5 years ago by harttle <[email protected]>
chore: fix benchmark

github.com/harttle/liquidjs - 28330e11273e22d7fbfa17d08c645d56f11d9c42 authored about 5 years ago by harttle <[email protected]>
style: fix linting

github.com/harttle/liquidjs - 0426d08fd06ad6c089a266fbf4c7b35c944f0f96 authored about 5 years ago by harttle <[email protected]>
feat: renderSync, parseAndRenderSync and renderFileSync, see #48

github.com/harttle/liquidjs - 7fb01ad69a2b2a842380e6197d4ac007d8fe6c13 authored about 5 years ago by harttle <[email protected]>
refactor: rewrite expression evaluation, fix #130

github.com/harttle/liquidjs - 76019e9e187eb860374053fd598dc508908c52fb authored about 5 years ago by harttle <[email protected]>
chore(release): 8.5.1 [skip ci]

## [8.5.1](https://github.com/harttle/liquidjs/compare/v8.5.0...v8.5.1) (2019-08-05)

### Bug Fi...

github.com/harttle/liquidjs - 538610e1697811c8390b47e5f22fc1fcecf6929a authored about 5 years ago by semantic-release-bot <[email protected]>
fix: reactjs demo during yarn install, fixes #145

simply remove unused dependencies fixes this issue, but I removed
all package-lock.json / yarn.l...

github.com/harttle/liquidjs - b65df447dcf5edb51cbc3e8c54550db07c2ad990 authored about 5 years ago by harttle <[email protected]>
doc: update README and typedoc

github.com/harttle/liquidjs - f35ab6b72e0eda42c1c99ac550eaced5cbd8bee6 authored about 5 years ago by harttle <[email protected]>
chore(release): 8.5.3 [skip ci]

## [8.5.3](https://github.com/harttle/liquidjs/compare/v8.5.2...v8.5.3) (2019-08-25)

### Bug Fi...

github.com/harttle/liquidjs - ad8e2f7e63620117dfae51f02cbad3bd83d891c4 authored about 5 years ago by semantic-release-bot <[email protected]>
fix escape filter with stringify

github.com/harttle/liquidjs - e17bc97d8e8fce4f239114e450b1381b970f5859 authored about 5 years ago by jamelait <[email protected]>
fixing lint errors

github.com/harttle/liquidjs - aa15f3dfe12c4adfc4332464961303c661376157 authored about 5 years ago by Jamel A <[email protected]>
fix: escape filter when input is undefined

github.com/harttle/liquidjs - a00945cad7ad6f70e7dfc70d3c5c6934904777d8 authored about 5 years ago by jamelait <[email protected]>
docs: update README.md

github.com/harttle/liquidjs - db5de49f5e2b69d6f5d23d5850bdbed2fa767c72 authored about 5 years ago by allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
docs: update .all-contributorsrc

github.com/harttle/liquidjs - 0f4e6d998169eb697ae530b214d8356d1a422e02 authored about 5 years ago by allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
chore(release): 8.5.2 [skip ci]

## [8.5.2](https://github.com/harttle/liquidjs/compare/v8.5.1...v8.5.2) (2019-08-09)

### Bug Fi...

github.com/harttle/liquidjs - d50fd1df3590b9ac9991b091dd848060488c2c15 authored about 5 years ago by semantic-release-bot <[email protected]>
fix: quotation tokenizing, #151

github.com/harttle/liquidjs - 1e4f237022852e562fc1ccfc352494e004124a97 authored about 5 years ago by Jun Yang <[email protected]>
Add test for property access syntax

github.com/harttle/liquidjs - af841dc8722949485958b12d661d7c02111abf41 authored about 5 years ago by Joonas Mertanen <[email protected]>
Correctly tokenize quotation marks within single token

github.com/harttle/liquidjs - 9956c53b09fdccd7795f1e7cda3c9f85eed2def4 authored about 5 years ago by Joonas Mertanen <[email protected]>
Update README.md

github.com/harttle/liquidjs - 0408ae7f53afaf496c944b6f3fe328d0788b6862 authored about 5 years ago by Jun Yang <[email protected]>
chore(release): 8.5.1 [skip ci]

## [8.5.1](https://github.com/harttle/liquidjs/compare/v8.5.0...v8.5.1) (2019-08-05)

### Bug Fi...

github.com/harttle/liquidjs - 3cf35fd58e0c8199c6b72d692569920b23857486 authored about 5 years ago by semantic-release-bot <[email protected]>
doc: fix doc files with underscores

github.com/harttle/liquidjs - 58f546ff80b3ea398c559db2e44c9cc5910b77c8 authored about 5 years ago by harttle <[email protected]>
fix: publish bin directory to npm, fixes #146

github.com/harttle/liquidjs - a85b650ab24119a92c79f1cb052769e5cf0f9816 authored about 5 years ago by harttle <[email protected]>
Create FUNDING.yml

github.com/harttle/liquidjs - d487a2d3ea70cd750f6c834e50351a7b2a6f60e1 authored about 5 years ago by Jun Yang <[email protected]>
doc: introduce typedoc and sponsorship, for #126

github.com/harttle/liquidjs - 0b543817ff92ad8bf71883ba003deb39a85ddcf0 authored about 5 years ago by harttle <[email protected]>
docs: fix link in README

github.com/harttle/liquidjs - 0d52d570fcf41b847b9372b6ed14dd25c04a484e authored about 5 years ago by azu <[email protected]>
chore(release): 8.5.0 [skip ci]

# [8.5.0](https://github.com/harttle/liquidjs/compare/v8.4.1...v8.5.0) (2019-08-01)

### Feature...

github.com/harttle/liquidjs - c3541643527f5943dde817880f7e0565f84935e4 authored about 5 years ago by semantic-release-bot <[email protected]>
feat: CLI support

echo '{{ "hello" | capitalize }}' | liquidjs

github.com/harttle/liquidjs - fc045b5bbc45bf68ce53a725871cff8045351420 authored about 5 years ago by harttle <[email protected]>
Fix: Stringify append and prepend values

github.com/harttle/liquidjs - c8c6dd82756fafb85bdca5fecb27a0feb8226824 authored about 5 years ago by Robin Bijlani <[email protected]>
chore(release): 8.4.1 [skip ci]

## [8.4.1](https://github.com/harttle/liquidjs/compare/v8.4.0...v8.4.1) (2019-07-22)

### Bug Fi...

github.com/harttle/liquidjs - 49c45a463bd24619ea668cbd0d431b0f4a4e4115 authored about 5 years ago by semantic-release-bot <[email protected]>
fix: some filters on undefined variable throws, #140

github.com/harttle/liquidjs - 6e6ea0ae588549d1c2693cc3a8831de6973ff4ac authored about 5 years ago by harttle <[email protected]>
chore: remove support for node_js 6

github.com/harttle/liquidjs - cef5d1aa1a62aa5efddf50b5b8b202a8d2004b72 authored about 5 years ago by harttle <[email protected]>
doc: make the purpose clear #139 , add plugin list

github.com/harttle/liquidjs - dc9a6e019e7f167f51ed5ead4c12d5b55759233e authored about 5 years ago by harttle <[email protected]>
chore(release): 8.4.0 [skip ci]

# [8.4.0](https://github.com/harttle/liquidjs/compare/v8.3.0...v8.4.0) (2019-07-06)

### Feature...

github.com/harttle/liquidjs - 5adebaa710cdd74af175acf01b00a9b7aedda6d7 authored over 5 years ago by semantic-release-bot <[email protected]>
chore: trying to fix TS4053

github.com/harttle/liquidjs - 34d5af25a4a2978f2580d26839381d5791ca9ed2 authored over 5 years ago by harttle <[email protected]>
style: introduce @typescript-eslint/recommended

github.com/harttle/liquidjs - 88c89fe3b326ab06d797ddefea83bd8ac2f4bc5b authored over 5 years ago by harttle <[email protected]>
feat: at_least, at_most, sort_naturual for #132

github.com/harttle/liquidjs - e6f5f1cd853c8f7fd615937024b5dfeb3da39cf8 authored over 5 years ago by harttle <[email protected]>
chore(release): 8.3.0 [skip ci]

# [8.3.0](https://github.com/harttle/liquidjs/compare/v8.2.4...v8.3.0) (2019-06-27)

### Feature...

github.com/harttle/liquidjs - 570400ebcc80bc3a327d75744fa1a5df76adb9c1 authored over 5 years ago by semantic-release-bot <[email protected]>
feat: fs option implemented by #138

github.com/harttle/liquidjs - 3f5e23c42bcc77f149a04e49b5f2820638a2231d authored over 5 years ago by Jun Yang <[email protected]>
style: remove semi

github.com/harttle/liquidjs - 96c061bee0a2de2b6fa13c5bd2fb4d7847978b26 authored over 5 years ago by Jun Yang <[email protected]>
Expose `fs` as an option to override the default implementations

github.com/harttle/liquidjs - edb2cc1f376e6da1475c61bd0591f2da14fecd61 authored over 5 years ago by Patrick Malouin <[email protected]>
chore: add @semantic-release/github for notify

github.com/harttle/liquidjs - 2ae8c37a4f0fea05916ddbfd3d4c71d1c406d3a6 authored over 5 years ago by harttle <[email protected]>
chore(release): 8.2.4 [skip ci]

## [8.2.4](https://github.com/harttle/liquidjs/compare/v8.2.3...v8.2.4) (2019-06-17)

### Perfor...

github.com/harttle/liquidjs - 0bc5908f17132e4424fde1bf7cf5acf1aa36a50a authored over 5 years ago by semantic-release-bot <[email protected]>
perf: improve getTemplate() when cache is enabled

Checking for file existence is unnecessary when cache contains entry.

github.com/harttle/liquidjs - 1ffba2bc76cf50999c1b81b514a8964597ca3b2a authored over 5 years ago by Patrick Malouin <[email protected]>
chore(release): 8.2.3 [skip ci]

## [8.2.3](https://github.com/harttle/liquidjs/compare/v8.2.2...v8.2.3) (2019-05-19)

### Bug Fi...

github.com/harttle/liquidjs - bbebb5515c7efe03c43ae7eaa25ecd9b8a113467 authored over 5 years ago by semantic-release-bot <[email protected]>
style: test/integration/builtin/filters/array.ts

github.com/harttle/liquidjs - b14430a161ff78d5b6d7aeecc6bdafd3396123be authored over 5 years ago by Jun Yang <[email protected]>
fix: reverse filter not pure, see #126

github.com/harttle/liquidjs - 505c408a85f9f770883d8c8da7dba654f2ffb2b8 authored over 5 years ago by Jun Yang <[email protected]>
chore: speedup unit test on windows

github.com/harttle/liquidjs - 224679a7d7bbd6d2e6a149b6573a0abdc0a93f66 authored over 5 years ago by Jun Yang <[email protected]>
chore(release): 8.2.2 [skip ci]

## [8.2.2](https://github.com/harttle/liquidjs/compare/v8.2.1...v8.2.2) (2019-05-12)

### Bug Fi...

github.com/harttle/liquidjs - 2cb4bffd3ec7f41bb63d11eae65ccec89027157d authored over 5 years ago by semantic-release-bot <[email protected]>
chore: try to make unit test locale independent

github.com/harttle/liquidjs - c940e6c997d973aaf0f7473ecddb6a099e9f8c3b authored over 5 years ago by harttle <[email protected]>
chore: fix building

github.com/harttle/liquidjs - d8ba00977379d46cf99eacbd663f0d6028f8f547 authored over 5 years ago by harttle <[email protected]>
fix: date from integer, #125

github.com/harttle/liquidjs - fdf0043b9cd81aedb6d0e1f59ff4d50b53361bb9 authored over 5 years ago by harttle <[email protected]>
fix: pass drops directly to filters/tags

github.com/harttle/liquidjs - bef290923c559e81ef8a8eaff0accf90a1f74d5b authored over 5 years ago by harttle <[email protected]>
chore(release): 8.2.1 [skip ci]

## [8.2.1](https://github.com/harttle/liquidjs/compare/v8.2.0...v8.2.1) (2019-04-26)

### Bug Fi...

github.com/harttle/liquidjs - 4282accaa2ccf0f40276c4033b07d13c008532c7 authored over 5 years ago by semantic-release-bot <[email protected]>
fix: `default` filter is not working with an empty string, #122

github.com/harttle/liquidjs - 6075c0a54f5ca2f995f7f86c76d1ff7d419ec96b authored over 5 years ago by harttle <[email protected]>
chore(release): 8.2.0 [skip ci]

# [8.2.0](https://github.com/harttle/liquidjs/compare/v8.1.0...v8.2.0) (2019-04-17)

### Feature...

github.com/harttle/liquidjs - 87489f60983989f727fef0e9ece734ec9d8fd32c authored over 5 years ago by semantic-release-bot <[email protected]>
chore: fix linting, working on #120

github.com/harttle/liquidjs - 6c5dc336e702c950db7bda3138eb10a5cc9bf747 authored over 5 years ago by harttle <[email protected]>
feat: pass context to filters

github.com/harttle/liquidjs - 00bc1efe6a514b24b0bfc2e4196ab2211e7d9fa8 authored over 5 years ago by harttle <[email protected]>
chore: set outDir to `dist`, see #119

github.com/harttle/liquidjs - 6fb47962021bcf5ade0e2b7733883e6690da4df3 authored over 5 years ago by harttle <[email protected]>
chore(release): 8.1.0 [skip ci]

# [8.1.0](https://github.com/harttle/liquidjs/compare/v8.0.3...v8.1.0) (2019-04-02)

### Feature...

github.com/harttle/liquidjs - 7483613b2339e5a6ff320c2802a01f84f18423de authored over 5 years ago by semantic-release-bot <[email protected]>
chore: fix linting

github.com/harttle/liquidjs - 7762dd96128b03a479320a8fd6d7702f9b0988d9 authored over 5 years ago by harttle <[email protected]>
feat: where filter, working on #118

doc: https://shopify.github.io/liquid/filters/where/
ruby impl: https://github.com/Shopify/liqui...

github.com/harttle/liquidjs - daa0b574fcb72757fd25efe5399ff438a2cae790 authored over 5 years ago by Jun Yang <[email protected]>
chore(release): 8.0.3 [skip ci]

## [8.0.3](https://github.com/harttle/liquidjs/compare/v8.0.2...v8.0.3) (2019-04-01)

### Bug Fi...

github.com/harttle/liquidjs - a084183246508c1480e874669f6c2c887d619aaf authored over 5 years ago by semantic-release-bot <[email protected]>
fix: slice filter on negative `begin`, #117

github.com/harttle/liquidjs - eadb6f371113023630e22dfae885fda9bfeffa75 authored over 5 years ago by harttle <[email protected]>
chore(release): 8.0.2 [skip ci]

## [8.0.2](https://github.com/harttle/liquidjs/compare/v8.0.1...v8.0.2) (2019-03-25)

### Perfor...

github.com/harttle/liquidjs - dba26f24e6610af5b68ccf07e8d81f43edfc75a1 authored over 5 years ago by semantic-release-bot <[email protected]>
doc: update README

github.com/harttle/liquidjs - 722da6a7ee02bdfd5e29d2491921ed9e3e370e9e authored over 5 years ago by Jun Yang <[email protected]>