Releases: BeiningBogen/statemachine
Releases · BeiningBogen/statemachine
1.2.2-native-mt
Dedicated branch working exactly the same as master, but using the "native-mt" version of the coroutine library
1.2.2
The master branch will now use the regular coroutine library instead of the native-mt version. I created a dedicated branch for it which will follow the same version number with "-native-mt" at the end
1.1.0
Replace the custom logic used to keep a references to the state machine's state by a StateFlow object
1.0.1
The library was heavily refactored to support a better architecture regarding the transitions.
v0.3
- Remove the predefined
Stateinterface - Allow registration of multiple states (requiring parameters) at once
- Remove unnecessary warning annotations
0.2.0
First version
Create a state machine through a simple dsl.