Skip to content

Releases: shelfio/evaluate-expressions

Implemented options for case-insensitive string comparing

14 Mar 11:04

Choose a tag to compare

Updated `Usage`

22 Feb 16:54

Choose a tag to compare

v1.0.2

v1.0.2

Added export types `Expression`, `Rule`

22 Feb 15:21

Choose a tag to compare

Evaluate expressions that consist of multiple rules and joiners, evaluates the expression using a reverse Polish notation (RPN) array

22 Feb 15:09

Choose a tag to compare

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.