We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Shopify's liquid implementation currently includes some filters that are not supported by this library.
For example, compact is used to filter empty elements from an array. Documentation: https://shopify.github.io/liquid/filters/compact/ Original PR: Shopify/liquid#600
compact
Other missing filters that are documented: at_least: https://shopify.github.io/liquid/filters/at_least/ at_most: https://shopify.github.io/liquid/filters/at_most/ sort_natural: https://shopify.github.io/liquid/filters/sort_natural/
at_least
at_most
sort_natural
In the spirit of feature parity, would you consider adding these filters to this library or are there reasons they are excluded?
Thanks!
The text was updated successfully, but these errors were encountered:
All standard filters are expected to be included in this repo. It'll be appreciated to provide a PR, or later when I have time to get on it.
Sorry, something went wrong.
feat: at_least, at_most, sort_naturual for #132
e6f5f1c
chore(release): 8.4.0 [skip ci]
5adebaa
# [8.4.0](v8.3.0...v8.4.0) (2019-07-06) ### Features * at_least, at_most, sort_naturual for [#132](#132) ([e6f5f1c](e6f5f1c))
@harttle Thanks so much for tackling these improvements in e6f5f1c ❤️ !
At this point, only the compact filter is still missing: https://shopify.github.io/liquid/filters/compact/
harttle
No branches or pull requests
Shopify's liquid implementation currently includes some filters that are not supported by this library.
For example,
compact
is used to filter empty elements from an array.Documentation: https://shopify.github.io/liquid/filters/compact/
Original PR: Shopify/liquid#600
Other missing filters that are documented:
at_least
: https://shopify.github.io/liquid/filters/at_least/at_most
: https://shopify.github.io/liquid/filters/at_most/sort_natural
: https://shopify.github.io/liquid/filters/sort_natural/In the spirit of feature parity, would you consider adding these filters to this library or are there reasons they are excluded?
Thanks!
The text was updated successfully, but these errors were encountered: