Skip to content

v3.3.1

Compare
Choose a tag to compare
@LebCit LebCit released this 20 Jul 06:37
· 48 commits to main since this release

Fix

Enhanced Condition Evaluation

Details

This patch enhances the condition evaluation functionality to support all logical and comparison operators, ensuring robust and comprehensive condition handling in templates.

Changes

  1. Enhance condition evaluation to support all logical and comparison operators
    • Updated evaluateCondition to handle logical operators (&&, ||) and comparison operators (==, !=, >=, <=, <, >).
    • Ensured evaluateSimpleExpression correctly evaluates both logical and comparison expressions.