Skip to content

Version 2.2.1

Choose a tag to compare

@jg-rp jg-rp released this 16 Jun 17:33
· 10 commits to main since this release

Fixed {% case %} tags with no associated {% when %} or {% else %} tags, and no closing {% endcase %} tag. Previously a template such as {% case x %} would cause the parser to hang in an infinite loop.