Releases: shelfio/evaluate-expressions
Releases · shelfio/evaluate-expressions
Implemented options for case-insensitive string comparing
Updated `Usage`
v1.0.2 v1.0.2
Added export types `Expression`, `Rule`
v1.0.1 v1.0.1
Evaluate expressions that consist of multiple rules and joiners, evaluates the expression using a reverse Polish notation (RPN) array
Evaluate expressions that consist of multiple rules and joiners, evaluates the expression using a reverse Polish notation (RPN) array. The RPN array consists of a series of elements that represent the rules and joiners of the expression in a specific order. By evaluating the RPN array, the module determines whether the expression is true or false based on the values of the variables and the rules and joiners specified in the input conditions.