Skip to content

Version 2.0.2

Choose a tag to compare

@jg-rp jg-rp released this 21 May 07:39
· 52 commits to main since this release
  • Fixed static analysis of filters in ternary expressions. See #180.
  • Fixed static analysis of macro blocks. Previously args and kwargs were considered "global". See #181.
  • Fixed looping over non-iterable objects with the {% for %} tag. We were raising a LiquidTypeError when we should have been defaulting to an empty iterable, as Shopify/liquid does.