Skip to content

Implement hierarchical states

Compare
Choose a tag to compare
@Devessier Devessier released this 27 Jun 14:24
· 33 commits to main since this release
0067bec

We implemented compound states. Compound states allow to prevent state explosion and to scope nested states.

State nodes now have a .Matches(parentStateValue ...StateType) method to get whether or not the state matches the parent state given as parameter.