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

use isTruthy for and/or operators, fixes #47

github.com/harttle/liquidjs - 8efb41a63183dd2abefb55e030c452f1a0d614f1 authored almost 7 years ago by harttle <[email protected]>
feature: treat top-level content as anonymous block, fixes #45

github.com/harttle/liquidjs - be00f1d3857e06edf01d164abbc20569518d0ba2 authored almost 7 years ago by harttle <[email protected]>
tags: use scope.opts insteadof scope.get('liquid')

github.com/harttle/liquidjs - 4e132ca1c5cf71d276ae25323e5d21516617ebc7 authored almost 7 years ago by harttle <[email protected]>
change: default extname to `""`, working for #41

github.com/harttle/liquidjs - 23e7424f9d21c39ea2cd105850ab7406b6b023e5 authored almost 7 years ago by harttle <[email protected]>
remove publish from version script

github.com/harttle/liquidjs - 8241625be4d45115e0e3f688832e2b2a1155e828 authored almost 7 years ago by harttle <[email protected]>
feature: concat filter

github.com/harttle/liquidjs - 485424cc8917459a8d6eb1b36de7124c7acdd952 authored almost 7 years ago by harttle <[email protected]>
docs for #41

github.com/harttle/liquidjs - a239389044655e6f8588de7bfe66e99b67460706 authored almost 7 years ago by harttle <[email protected]>
feature: separate options for value/tag trimming, working on #17

github.com/harttle/liquidjs - e8fa8d32f589f27fe6bb2b1ff10b334bf9c5543b authored almost 7 years ago by harttle <[email protected]>
mv whiteSpaceCtrl to a separate file

github.com/harttle/liquidjs - 502426f621c59f720fbb314496afeb2f7ec0b551 authored almost 7 years ago by harttle <[email protected]>
fix: whiteSpace Ctrl with compliance to shopify/liquid, working on #17

github.com/harttle/liquidjs - 8c77fc5a3d2c05fb0e510c6267d0b09bf766dad5 authored almost 7 years ago by harttle <[email protected]>
Fix to make `for` tag iterate objects like Shopify liquid.

Ref: https://github.com/Shopify/liquid/wiki/Liquid-for-Designers#allowed-collection-types

github.com/harttle/liquidjs - 118624ca7df0d1d0e74f9b624077bcd4db8768a3 authored about 7 years ago by Mehdi Jaffery <[email protected]>
fix: error.stack assertion in v8.5

github.com/harttle/liquidjs - d08ad6dc978e13cc7df3ee37a1d89c15972fc331 authored about 7 years ago by harttle <[email protected]>
fix: broken unit test by UTC time parsing behaviour change

github.com/harttle/liquidjs - e22870f5d70db53656778fb945cc740e6e8d2065 authored about 7 years ago by harttle <[email protected]>
update outdated

github.com/harttle/liquidjs - bd6706cf4da908a7e0e9b6cf6c0c52032a007d6c authored about 7 years ago by harttle <[email protected]>
refactor: format

github.com/harttle/liquidjs - b71928ffd4d22668103cfbcc43cf93550abb6c1e authored about 7 years ago by harttle <[email protected]>
update outdated dependencies

github.com/harttle/liquidjs - 1b662d374dd7936e7ddf3124d49f6daf261ac433 authored about 7 years ago by harttle <[email protected]>
fix read/write variable in parent's scope, fix #39

github.com/harttle/liquidjs - 21af8c4d7a151f1330b2d9d1f6b59f8172e8524e authored about 7 years ago by harttle <[email protected]>
fix stack matching

github.com/harttle/liquidjs - 11259fae62f3c31860fdc5fcb77c6066e0c4f437 authored about 7 years ago by harttle <[email protected]>
Merge branch 'jaswrks-patch-1'

github.com/harttle/liquidjs - e993118e870ed4c00bd7559b9547056348cf2334 authored about 7 years ago by harttle <[email protected]>
test cases for #36

github.com/harttle/liquidjs - 4ae63b2899fa8fb13a44f772add2e8f1ef3bbf48 authored about 7 years ago by harttle <[email protected]>
Support `{{-` and `-}}` for whitespace control.

With this PR it now matches the intended functionality; i.e., https://github.com/harttle/liquidj...

github.com/harttle/liquidjs - 9f446ad024bcdb15262bd8f2c1fccaad70420603 authored about 7 years ago by jaswrks <[email protected]>
update uglify-js

github.com/harttle/liquidjs - 31397a4862ca96f6b41777566bd5e7e1cb7f9fd2 authored about 7 years ago by harttle <[email protected]>
refactor access seq parsing

github.com/harttle/liquidjs - a2a076d038aac964c7d91c1cd603debcac05f423 authored about 7 years ago by harttle <[email protected]>
Bug fix for `foo.bar[0].foo` that is not working.

Corrects a bug where `foo.bar[0].foo` results in error: 'Cannot read property `foo` of undefined...

github.com/harttle/liquidjs - 3dc37bf980a29649d0aa875813a340503e0b8f92 authored about 7 years ago by jaswrks <[email protected]>
upgrade outdated dependencies

github.com/harttle/liquidjs - 4ee2bc964c4c29a30f8ae99b1333627b5e163ad8 authored about 7 years ago by harttle <[email protected]>
add identation value to token (#34)

* add identation value to token

* fix lint problems

* use var instead of let

github.com/harttle/liquidjs - ea2a5f5c3bf842a01de3054afc23dc7672253dde authored about 7 years ago by wojtask9 <[email protected]>
rename to liquidjs

github.com/harttle/liquidjs - cbde48971a9eab23fa5192e5511bf11f0fb7963a authored over 7 years ago by harttle <[email protected]>
update: auto publish after version

github.com/harttle/liquidjs - e91cc8c950685aa92b35835455a5ef45619a4122 authored over 7 years ago by harttle <[email protected]>
test cases for #32

github.com/harttle/liquidjs - 14e53ed3a935320361c838b9d9ec5aa3effe4daa authored over 7 years ago by harttle <[email protected]>
Merge branch 'object-for-loop' of https://github.com/aleclarson/liquid-node

github.com/harttle/liquidjs - cf6d3e78fe75bd77de4d9b0036cd6ebb20791f19 authored over 7 years ago by harttle <[email protected]>
Add `isPlainObject` to 'util/underscore.js'

github.com/harttle/liquidjs - fb52c864b1b87617e15aa6493f9d7a68771003d1 authored over 7 years ago by aleclarson <[email protected]>
add test case for truncate

github.com/harttle/liquidjs - 9f82aec5693b6f15ce07ee9549525749399d1b1d authored over 7 years ago by harttle <[email protected]>
Merge pull request #31 from aleclarson/remove-stop-skip

Remove unused `stop` and `skip` from `forloop` object

github.com/harttle/liquidjs - 29fe8dcb4b11e0c3330e9b1499f4d30e52dc2e51 authored over 7 years ago by Jun Yang <[email protected]>
Iterate keys of object when used with `for...in` loop

github.com/harttle/liquidjs - 2a16800305a075ff76ea3a6c9b9ce6d4c5fdcd48 authored over 7 years ago by aleclarson <[email protected]>
Remove unused `stop` and `skip` from `forloop` object

github.com/harttle/liquidjs - 154cf379a86a8e85d7691cdc79ef3aabfaf2197c authored over 7 years ago by aleclarson <[email protected]>
fix default filter use isTruthy, working on #30

github.com/harttle/liquidjs - 1126dffd7dec63b1b2a1830bee1e2db81a93fb76 authored over 7 years ago by harttle <[email protected]>
tests for truthy

github.com/harttle/liquidjs - 07ec997ffda0de0cdbe7e181080dc2a5120ca462 authored over 7 years ago by harttle <[email protected]>
Merge pull request #28 from wojtask9/master

support multiline tags

github.com/harttle/liquidjs - 8ff9eeb51d0f2c7e3e561fd911dc404ed337ee44 authored over 7 years ago by Jun Yang <[email protected]>
support multiline tags

github.com/harttle/liquidjs - 3bc7caa387b7f8fad5d5a66eb1dcc174b990b298 authored over 7 years ago by wojtask9 <[email protected]>
Comparison on NULL is always false (#27)

* All values in Liquid are truthy except nil and false.

* The falsy values are null, undefine...

github.com/harttle/liquidjs - e72f295bd0b686b352999bd332ee7d590b7fa87a authored over 7 years ago by chenos <[email protected]>
All values in Liquid are truthy except nil and false. (#26)

* All values in Liquid are truthy except nil and false.

* The falsy values are null, undefine...

github.com/harttle/liquidjs - 66774865f4e420bf0de4e74fbc711c5a995006f0 authored over 7 years ago by chenos <[email protected]>
Size can also be used with dot notation (#25)

* Size can also be used with dot notation (for example, {{ my_string.size }}).

* Fixed test f...

github.com/harttle/liquidjs - b307f6ffd0923245ef9de5bd135f7f2b67b49a5d authored over 7 years ago by chenos <[email protected]>
import value declaration syntax

github.com/harttle/liquidjs - 551a15f37325b192f3b18d175846cb942f3f332d authored over 7 years ago by harttle <[email protected]>
Fixed array arguments bug

github.com/harttle/liquidjs - 45e0fb21dc5587d790071aa8e2b552ccde0b5e86 authored over 7 years ago by ChenL <[email protected]>
Support create variables on the filter line.

github.com/harttle/liquidjs - 4fc977268fb609f8d12e74bba098f8fee51f82cb authored over 7 years ago by ChenL <[email protected]>
update README

github.com/harttle/liquidjs - 8231727428cbf2cbccf181b83c5f85a16a0c6743 authored over 7 years ago by harttle <[email protected]>
Merge branch 'chenos-master'

github.com/harttle/liquidjs - 6f1d6f3d05232d58648b97366a2b6f2f0da6059c authored over 7 years ago by harttle <[email protected]>
fix: contains return false when left side equals null

github.com/harttle/liquidjs - aa52a31e902798c33c6280d88381c75c0a7de471 authored over 7 years ago by harttle <[email protected]>
Test if an array contains a specific number/string.

github.com/harttle/liquidjs - e4056a79ee91067256a68a5c573cf5ccdf7fc2af authored over 7 years ago by ChenL <[email protected]>
Do not throw error in contains when variable is illegal.

github.com/harttle/liquidjs - f1d68409b18f285d5b958824dee2d1a8b9de3c4a authored over 7 years ago by ChenL <[email protected]>
Illegal expression in contains

github.com/harttle/liquidjs - 7ad9ce95e9267b0c71842b11cdcbbd9141fbe571 authored over 7 years ago by ChenL <[email protected]>
Merge branch 'chenos-master'

github.com/harttle/liquidjs - 4f123c1d6baab11aa7526098b29f81ffe72d86c2 authored over 7 years ago by harttle <[email protected]>
add unit test for #21

github.com/harttle/liquidjs - 0f4edc5b53168c6d57f95a87262d83f5aa5d5159 authored over 7 years ago by harttle <[email protected]>
reversed position

eg:

- reversed limit:4 offset:2
- limit:4 reversed offset:2
- limit:4 offset:2 reversed

github.com/harttle/liquidjs - 48bee428d575ce59acc2d4d870e783eb6669907e authored over 7 years ago by chenos <[email protected]>
Update README.md

github.com/harttle/liquidjs - 2d1f05799f43b02b5b47f94f488eff93e20badd3 authored over 7 years ago by Jun Yang <[email protected]>
modified: README.md

github.com/harttle/liquidjs - dbc18539a0cce3c9c7106593b001993fe3c36eff authored over 7 years ago by harttle <[email protected]>
unit test: multiple hash

github.com/harttle/liquidjs - 492f56cbfbfde484113e8625f9fc6a28fbab712d authored over 7 years ago by harttle <[email protected]>
do not trim output tags and previous \n, #19

github.com/harttle/liquidjs - 21eefe1d7bb87a94e08d25049b604114baef3830 authored over 7 years ago by harttle <[email protected]>
feature: greedy trim disabled by default, working on #19

github.com/harttle/liquidjs - 5ecca1b761e1a6b643d58310d8e481266f2fef79 authored over 7 years ago by harttle <[email protected]>
RenderError extends original error

github.com/harttle/liquidjs - 21a5ac7e083b24b7f5ae9d58a6d75896e451c505 authored over 7 years ago by harttle <[email protected]>
remove strict_* from express arguments

github.com/harttle/liquidjs - 7d22214cb54ede5d377d72305162ccb74bef7093 authored almost 8 years ago by harttle <[email protected]>
update README and unit test

github.com/harttle/liquidjs - 84f7a399c5ee8064dfa63366c53e16bd7431b822 authored almost 8 years ago by harttle <[email protected]>
documents for whitespace control (#17)

github.com/harttle/liquidjs - 5b5dfd5c00b1b3a2b4cf6f5ed54b1205edcfdc36 authored almost 8 years ago by harttle <[email protected]>
unit tests for #17

github.com/harttle/liquidjs - 044035b8edd1d6e95ea665ad42332b3ad4063a9c authored almost 8 years ago by harttle <[email protected]>
feature: whitespace control, fixes #17

github.com/harttle/liquidjs - 564d9cd9f439745cc98ddb9da158d226e9ac0edb authored almost 8 years ago by harttle <[email protected]>
test cases for filters: string->number convertion, #18

github.com/harttle/liquidjs - fbb1dc8a362f65c17384239d4e588e7b03fde715 authored almost 8 years ago by harttle <[email protected]>
fix: number convertion for plus filter, closes #18

github.com/harttle/liquidjs - 4719544d49c55cf46097c324de6d6f3788c7dd1c authored almost 8 years ago by harttle <[email protected]>