The release contains the initial set of features:
- State machine DSL handling Guard statements and State sets
- Runtime handling side effects, middlewares, tasks priorities and cancellation
- Async state machine in a multi producers / multi consumers paradigm handling thread safe transitions in a concurrent context
- ViewState helper to use an AsyncStateMachine in a UI context
- Connecting several state machines with Channels
- XCTest helpers to test a state machine in complete isolation
- Sample applications