Skip to content

@nest-lab/[email protected]

Compare
Choose a tag to compare
@github-actions github-actions released this 14 Dec 19:25
· 33 commits to main since this release
e0951a8

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 the OrGuard and a composite guard approach. Check out
    the docs for more info