Version 2.0.2
- Fixed static analysis of filters in ternary expressions. See #180.
- Fixed static analysis of macro blocks. Previously
argsandkwargswere considered "global". See #181. - Fixed looping over non-iterable objects with the
{% for %}tag. We were raising aLiquidTypeErrorwhen we should have been defaulting to an empty iterable, as Shopify/liquid does.