bkiers / Liqp

An ANTLR based 'Liquid Template' parser and rendering engine.
MIT License
165 stars 94 forks source link

LookupNode: Add support for non-List Collections #265

Closed kohlschuetter closed 1 year ago

kohlschuetter commented 1 year ago

We currently don't support accessing a Collection by index, unless it is a List.

Add an Iterator-based approach to accessing non-List Collections (e.g., LinkedHashSet) by index.

msangel commented 1 year ago

Released in 0.8.5.2 Thank you!