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

Added react-liquidjs-demo

github.com/harttle/liquidjs - f1b4c4fe14182ff363bd9667b60580a196eecd8d authored about 6 years ago by steven anthony <[email protected]>
feature: url_decode, working on #94

github.com/harttle/liquidjs - 6af631b77be1bed13153c0bbc87fdbd1e97cad0d authored about 6 years ago by harttle <[email protected]>
remove dependency from 'util'

github.com/harttle/liquidjs - c0181aec3106e56557a3e23f3a21cbcb61b9b32d authored about 6 years ago by Jun Yang <[email protected]>
test case for Regexp rendering

github.com/harttle/liquidjs - 22a7a85d5052601e97b853c407c8aea28f44fbfd authored about 6 years ago by Jun Yang <[email protected]>
fixes #91

github.com/harttle/liquidjs - 044be8253d82f2834dd0bb3cf6d131140e4b8ac4 authored about 6 years ago by Jun Yang <[email protected]>
refactor: move fs util into template.js

github.com/harttle/liquidjs - 8a629980d90825f65b8726dab1514427812f7e58 authored about 6 years ago by Jun Yang <[email protected]>
fix: travis

github.com/harttle/liquidjs - c3c57a560b381244bb36e1387888f4b46bd0cadb authored about 6 years ago by harttle <[email protected]>
test: cover all

github.com/harttle/liquidjs - 5378f2709b9159b0f6f2071cda31e0a864b8dc73 authored about 6 years ago by harttle <[email protected]>
refactor: bundle template.js respectively

github.com/harttle/liquidjs - d6876bd9ec01c6182c97dcbe02bf79f9f357d33b authored about 6 years ago by harttle <[email protected]>
feature: get nyc, babel and coveralls working

github.com/harttle/liquidjs - 31c39561c9ac0b30e5d0c9bb31ee72893be36af9 authored about 6 years ago by harttle <[email protected]>
fix: unit test on node6.x

github.com/harttle/liquidjs - d828c4021e64f2687a3478d82effefd6f5f960e1 authored about 6 years ago by harttle <[email protected]>
refactor: import rollup

github.com/harttle/liquidjs - bc9d8f92afe859fd2e7ecd2f65be483de47a121b authored about 6 years ago by harttle <[email protected]>
modified: .eslintignore

github.com/harttle/liquidjs - 4ad3d2a52b9f227bf56efbcd326acf3a7d7a1448 authored about 6 years ago by harttle <[email protected]>
refactor: import babelify

github.com/harttle/liquidjs - fa7cd8f4fff6074ca6a095f715477e37b3429a77 authored about 6 years ago by harttle <[email protected]>
refactor: mv es5 files to build/

github.com/harttle/liquidjs - 87360d5207b95bfd762f2fc34b476ed77ba9805c authored about 6 years ago by harttle <[email protected]>
refactor: es6 building and linting

github.com/harttle/liquidjs - 19891b2df071ea6854fabb8af2221d640702d8bd authored about 6 years ago by harttle <[email protected]>
refactor: moving all ES6 files to src/, working on #83

github.com/harttle/liquidjs - 5f634b0b5ed270c49f31b9e0f2cc1652c98084b9 authored about 6 years ago by harttle <[email protected]>
fix string type checking and circular reference, working on #81

github.com/harttle/liquidjs - fa5b731daf2c9209993bd48e5c8a3162119f0001 authored about 6 years ago by harttle <[email protected]>
feature: variable lookup respects to to_liquid, #81

github.com/harttle/liquidjs - 5b43520d78b589f0b17388597a20a51c864db994 authored about 6 years ago by harttle <[email protected]>
feature: support toLiquid, working on #81

github.com/harttle/liquidjs - 7a3689067b7bc5a6b0da1fd99e6b3811f95ea902 authored about 6 years ago by harttle <[email protected]>
test cases for stringify

github.com/harttle/liquidjs - 887b736f39979c260495349629696243f349b92c authored about 6 years ago by harttle <[email protected]>
refactor: test/render.js use local scope

github.com/harttle/liquidjs - ea38a9e1f508d7d037f4ba7ae10cd92c989cc993 authored about 6 years ago by harttle <[email protected]>
fix: express demo, fixes #79

github.com/harttle/liquidjs - 96829b529345c8192e5af06960312d93f80860df authored about 6 years ago by harttle <[email protected]>
fix: test/util/strftime.js

github.com/harttle/liquidjs - 50006db26dc6d0a76a77bb2c96bb39b1701fd94f authored about 6 years ago by harttle <[email protected]>
update outdated packages

github.com/harttle/liquidjs - 2d81223d9965c455347e0a14a8ef00a309f5a529 authored about 6 years ago by harttle <[email protected]>
add package.lock

github.com/harttle/liquidjs - fdbf4b838ab49aec716fcde3245fe0404609a2f5 authored about 6 years ago by harttle <[email protected]>
feature: template string for {%include%} argument, #72

github.com/harttle/liquidjs - 7ab0e96419a897378a24c89761d6c978021bcedf authored about 6 years ago by harttle <[email protected]>
test case for _.forOwn

github.com/harttle/liquidjs - 14d19562329aa2d55e5c1bb67d62d0b3f00ef196 authored about 6 years ago by harttle <[email protected]>
fix: increment/decrement independent from capture, #76

github.com/harttle/liquidjs - c3e7859cdd48206b3474cb7bb85d60f048643760 authored about 6 years ago by harttle <[email protected]>
fix: post-increment, pre-decrement working on #76

github.com/harttle/liquidjs - c3de3fbb197ab3ed07f515da8e9be50f9d1fc4e1 authored about 6 years ago by harttle <[email protected]>
fix: {%assign%} now adds a shading scope

github.com/harttle/liquidjs - b5cfd2d2c59b42127e43c946658b59954272fcc6 authored about 6 years ago by harttle <[email protected]>
refactor: pop the same context as the pushed one

github.com/harttle/liquidjs - 36f84e4b3c761172272e37a10d7539f84e34068d authored about 6 years ago by harttle <[email protected]>
refactor: src/scope.js

github.com/harttle/liquidjs - 63b56586040d9ca5e8daca0306f57eac2c42dd14 authored about 6 years ago by harttle <[email protected]>
fix: correctly understand variables with question marks

Fixes #77

github.com/harttle/liquidjs - c79700ef1a09d4e17449f530293238984c7bf07c authored over 6 years ago by Ryan Kennedy <[email protected]>
fix: linting

github.com/harttle/liquidjs - b7144f9b75d3dec8a449007e8113bed6a3095e7f authored over 6 years ago by harttle <[email protected]>
fix: tablerow cols defaults to 0, #74

github.com/harttle/liquidjs - 88fc05732f5f0e96d44052d0b8efc9fb871940bd authored over 6 years ago by harttle <[email protected]>
remove any-promise, working on #73

github.com/harttle/liquidjs - 44b1aac096aa2a47398897f401f62543acc3a799 authored over 6 years ago by Jun Yang <[email protected]>
fix #59, divide numbers as it is

github.com/harttle/liquidjs - 61f146432d2583b61bbe702a134454500648cb67 authored over 6 years ago by Jun Yang <[email protected]>
fix #67: forloop.last, forloop.rindex, forloop.rindex0 incorrect if loop has a limit

github.com/harttle/liquidjs - ef85bd91924824f2688812d8bb51c492f0cd9cf7 authored over 6 years ago by Jun Yang <[email protected]>
Ensure strip_html filter uses same regex as Ruby Liquid

github.com/harttle/liquidjs - 8e9e10fdb4c7f00ffa3997d3e2c0a0bfa48ce887 authored over 6 years ago by Paul Robert Lloyd <[email protected]>
fix: linting

github.com/harttle/liquidjs - 098f5164e7213cf5e85377b79ddcd7baabb9f985 authored over 6 years ago by Jun Yang <[email protected]>
fix: support comma-separated arguments for static partials, fixes #62

github.com/harttle/liquidjs - 432f878bb656c4fbf94fedea05a0ef769ea8bfdc authored over 6 years ago by Jun Yang <[email protected]>
fix dupe name bug

github.com/harttle/liquidjs - aa54dad36e8b147258efe209a81a56928106d50e authored over 6 years ago by Cory Mawhorter <[email protected]>
refactor: remove makefile

github.com/harttle/liquidjs - 11355cbf09f3e54d45f767dedd00103e63da7b60 authored over 6 years ago by Jun Yang <[email protected]>
fix: branch coverage

github.com/harttle/liquidjs - 7ccd0cb1e550c443e57af9902ffd9d7c3cc75aac authored over 6 years ago by Jun Yang <[email protected]>
fix #61: static filename not parsed for subdirectories

github.com/harttle/liquidjs - 4326c223f3bf06dff9715ed5a9bc885c006ab135 authored over 6 years ago by Jun Yang <[email protected]>
fix: file path asserts for windows

github.com/harttle/liquidjs - 78b6e35fbfe65510b667ca8ba8e919053f63de36 authored over 6 years ago by Jun Yang <[email protected]>
Update README.md

github.com/harttle/liquidjs - e275368cb396aae75105c741b07ddb519c52eaa6 authored almost 7 years ago by Jun Yang <[email protected]>
Update README.md

github.com/harttle/liquidjs - ca2b16a583e4fad629e430d9bbd388083e96d666 authored almost 7 years ago by Jun Yang <[email protected]>
Update README.md

github.com/harttle/liquidjs - 86d0529a5ea51d4a12c3a7b178fe6d585906ed36 authored almost 7 years ago by Jun Yang <[email protected]>
Update README.md

github.com/harttle/liquidjs - 400b93c88d68c9d6a6764cc06b8c502a8ab7d1ed authored almost 7 years ago by Jun Yang <[email protected]>
Add xhr support for render file in browser.

github.com/harttle/liquidjs - c55f0234ebaa6815e3484f2f30a4b4489205aff6 authored almost 7 years ago by ChenL <[email protected]>
low version, skip tests

github.com/harttle/liquidjs - 7b696ed0d23da88ec5c6a29a0084f7e354fd3cd5 authored almost 7 years ago by ChenL <[email protected]>
100% coverage

github.com/harttle/liquidjs - 925df9a9b5f3e01fcf4fceb4d2850c183828a995 authored almost 7 years ago by ChenL <[email protected]>
fix package.json syntax

github.com/harttle/liquidjs - eee5649a4766e9cc117e5135df89f29843f406b9 authored almost 7 years ago by harttle <[email protected]>
add engine spec

github.com/harttle/liquidjs - 1048f4e0ab5d2e0a6bce9a59d40f0cf7906566d7 authored almost 7 years ago by harttle <[email protected]>
fix: remove `let` for nodejs 4.x

github.com/harttle/liquidjs - 5c6d05092f1627b5fb8d690dae2463b19698062f authored almost 7 years ago by harttle <[email protected]>
test cases for #53

github.com/harttle/liquidjs - 900664a26d013def60a82be1835b754def32b940 authored almost 7 years ago by harttle <[email protected]>
fix linting

github.com/harttle/liquidjs - 757a06ee83cea5dc1849f48de74a2141f8c9cd38 authored almost 7 years ago by harttle <[email protected]>
change: remove deprecated features, coverall

github.com/harttle/liquidjs - 0f9adfb067490383b1e9d76a2c0c8d92566005c3 authored almost 7 years ago by harttle <[email protected]>
update babelify

github.com/harttle/liquidjs - bd4e851b3c19612584fbf0509421a191ea92b3c0 authored almost 7 years ago by harttle <[email protected]>
feature: support static filepath resolving by options.dynamicPartials,

fix #51

github.com/harttle/liquidjs - ace271c7f0cbb767c8cca1961030c1dbb81374e9 authored almost 7 years ago by harttle <[email protected]>
Ignore "fs" module in browser environments

github.com/harttle/liquidjs - 4cbfa6d20481a73ea6376fa31dad363a33f6a194 authored almost 7 years ago by Sami Kukkonen <[email protected]>
modified: README.md

github.com/harttle/liquidjs - 9cd4f3d90467a005140ae36d81dfe18fc23637e5 authored almost 7 years ago by harttle <[email protected]>
update doc

github.com/harttle/liquidjs - 11de73a7b1942d8eff39d6f603da4e122a6b2d3b authored almost 7 years ago by harttle <[email protected]>
fix: compatible to nodejs<=4

github.com/harttle/liquidjs - a21fcf6f879b4edd89acfae86d0f23f839791756 authored almost 7 years ago by harttle <[email protected]>
remove debug message, working on #50

github.com/harttle/liquidjs - b24582c2c4abe3e8ece1b1c5f9c3fd0b86fd200f authored almost 7 years ago by harttle <[email protected]>
fix: typo in scope.get("liquid") error message, fixes #50

github.com/harttle/liquidjs - a4126e7f104ec83565c17faf115e2b1138cebef3 authored almost 7 years ago by harttle <[email protected]>
feature: date filter supports utc string now, fixes #49

github.com/harttle/liquidjs - 5196d6ad56020096ea23bd950cef9975de19383f authored almost 7 years ago by harttle <[email protected]>