Skip to content

v2.8.0

Compare
Choose a tag to compare
@SerhiiCho SerhiiCho released this 22 Nov 13:06
  • Added support for comparison operators like ==, ===, !==, !=, <, >, <=, >=. Now you can use them like this: {{ if 1 == 1 }}, {{ if 1 === 1 }}, {{ if 1 !== 1 }}, {{ if 1 != 1 }}, {{ if 1 < 1 }}, {{ if 1 > 1 }}, {{ if 1 <= 1 }}, {{ if 1 >= 1 }}
  • Improved error handling for operators