Skip to content

0.2.0

Compare
Choose a tag to compare
@doishub doishub released this 31 Mar 06:26
· 16 commits to main since this release

Reconstruction of the condition check
Only selected PHP functions within the condition will be accepted:

  • floatval
  • strval
  • intval
  • in_array
  • str_contains

Fixed conditions specified with "<" or "<="
Replace native eval function with ExpressionLanguage from Symfony