Skip to content

v4.1.0

Compare
Choose a tag to compare
@LebCit LebCit released this 15 Feb 20:25
· 2 commits to main since this release

Add conditional support inside each blocks

  • Modify parseEachBody method in StatementParser to handle conditional tags
  • Enable if/else, elseif, and not conditions within each loops
  • Maintain nested conditional support inside iterations
  • Preserve existing each block functionality