Skip to content

Edi condition stacking behavior

Compare
Choose a tag to compare
@cleftheris cleftheris released this 07 Apr 18:02
· 177 commits to master since this release

Stacked conditions are stacked using the Boolean AND operator. This introduces a breaking change. Fixes #83

Introducing EdiAnyAttribute.

This attribute changes the default condition stacking behavior from All conditions must be satisfied
to Any condition satisfied