Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated. # Releases ## @nest-lab/[email protected] ### 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
- Loading branch information