Skip to content

Version 1.8.2

Latest
Compare
Choose a tag to compare
@jg-rp jg-rp released this 11 Feb 09:28
· 12 commits to main since this release

Fixes

  • Fixed comparison of strings in logical expressions. Previously we only supported comparing strings for equality with == and !=, now we support <, >, <= and >= too.
  • Fixed handling of superfluous expressions in {% else %} tags. We now silently ignore anything between else and %}, matching the behavior of Shopify/Liquid.
  • Fixed handling of extra {% else %} and {% elsif %} blocks after the first {% else %} block. We now silently ignore extraneous blocks, matching the behavior of Shopify/Liquid.