github-actions
released this
14 Dec 19:25
·
33 commits
to main
since this release
Minor Changes
-
bc9bbdf: Add a new AndGuard to handle complex logical cases
With the new
AndGuard
it is now possible to create logical cases like
(A && B) || C
using theOrGuard
and a composite guard approach. Check out
the docs for more info