Introduce support for nested properties on Array filters
Open
@karreiro is already working on this.
Since Jan 31, 2025.
Feature
- Dominant language
- Ruby
- Stars
- 11.9k
- Forks
- 1.5k
- Avg merge
- 17h 55m
- Merged PRs (30d)
- 3
Description
The https://github.com/Shopify/liquid/pull/1869 PR introduced support for new filters and nested properties together.
While that is a valuable feature, it might be risky for some runtimes, introduces challenges for some tools and other runtime implementations, and could be replaced b powerful alternatives.
This issue aims to assess support for that feature, without necessarily following the approach adopted by https://github.com/Shopify/liquid/pull/1869, and to consider a long-term path that preserves Liquid’s stability.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.