Open
Description
- port remaining Ruby filters to javascript
- create all of the filters mentioned in the Shopify docs (docs are in markdown here, for easy access)
- port Jekyll/Liquid "tags" to javascript (when possible and practical. these are similar to handlebars block helpers)
- get rid of most deps
- remove duplicate filters (I created a couple of different versions of some filters, so we can discuss which direction we want to go. We can continue with this pattern until we're ready to publish, then we can remove dupes).
- write unit tests for all filters
Tests
- https://github.com/Shopify/liquid/tree/master/performance
- https://github.com/Shopify/liquid/tree/master/test
- https://github.com/jekyll/jekyll/tree/master/test
- https://github.com/jekyll/jekyll/tree/master/features
- https://github.com/leizongmin/tinyliquid/tree/master/test
There are other javascript ports of liquid, we can probably get more tests and filters from those as well.
Metadata
Metadata
Assignees
Labels
No labels