Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Additional shopify tags #163

Closed
4 tasks
epage opened this issue Jan 20, 2018 · 1 comment · Fixed by cobalt-org/cobalt.rs#533
Closed
4 tasks

Additional shopify tags #163

epage opened this issue Jan 20, 2018 · 1 comment · Fixed by cobalt-org/cobalt.rs#533
Labels
enhancement Improve the expected std-compatibility Jekyll flavor of liquid

Comments

@epage
Copy link
Member

epage commented Jan 20, 2018

The official liquid ruby gem has the following additional tags

See also https://github.com/Shopify/liquid/tree/master/lib/liquid/tags

@epage epage added enhancement Improve the expected std-compatibility Jekyll flavor of liquid labels Jan 20, 2018
@epage
Copy link
Member Author

epage commented Mar 16, 2018

Some awkward things about increment and decrement

  • variables they create are independent of those created by assign and friends.
  • it relies on the variable being non-existent to evaluate to Nil to evaluate to 0.

@Goncalerta Goncalerta mentioned this issue Oct 15, 2018
4 tasks
epage added a commit to epage/cobalt.rs that referenced this issue Oct 18, 2018
Breaking Changes

* **for_block:**  make ranges inclusive. ([42055c35](cobalt-org/liquid-rust@42055c3))

Features

* Indexing by variable ([c216a439](cobalt-org/liquid-rust@c216a43), closes [cobalt-org#209](cobalt-org/liquid-rust#209))
* **for_block:**  support parameters with variables ([7376ccf5](cobalt-org/liquid-rust@7376ccf), closes [cobalt-org#162](cobalt-org/liquid-rust#162))
* **filters:**
  * Added: "at_most" ([be3e55c0](cobalt-org/liquid-rust@be3e55c))
  * Added: "at_least" ([be3e55c0](cobalt-org/liquid-rust@be3e55c))
* **tags:**
  * Added tablerow ([18660736](cobalt-org/liquid-rust@1866073), closes [cobalt-org#163](cobalt-org/liquid-rust#163))
  * Added ifchanged ([18660736](cobalt-org/liquid-rust@1866073), closes [cobalt-org#163](cobalt-org/liquid-rust#163))
  * Added increment ([18660736](cobalt-org/liquid-rust@1866073), closes [cobalt-org#163](cobalt-org/liquid-rust#163))
  * Added decrement ([18660736](cobalt-org/liquid-rust@1866073), closes [cobalt-org#163](cobalt-org/liquid-rust#163))

Bug Fixes

* **for_block:**  make ranges inclusive. ([42055c35](cobalt-org/liquid-rust@42055c3))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Improve the expected std-compatibility Jekyll flavor of liquid
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant