Skip to content

Releases: BeiningBogen/statemachine

1.2.2-native-mt

01 Sep 15:29

Choose a tag to compare

Dedicated branch working exactly the same as master, but using the "native-mt" version of the coroutine library

1.2.2

01 Sep 15:28

Choose a tag to compare

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

18 Aug 13:04

Choose a tag to compare

Replace the custom logic used to keep a references to the state machine's state by a StateFlow object

1.0.1

18 May 07:55
9f862ba

Choose a tag to compare

The library was heavily refactored to support a better architecture regarding the transitions.

v0.3

22 Oct 06:51
3a1d2d4

Choose a tag to compare

  • Remove the predefined State interface
  • Allow registration of multiple states (requiring parameters) at once
  • Remove unnecessary warning annotations

0.2.0

22 Sep 09:54

Choose a tag to compare

  • Remove predefined State and Event classes : #1
  • Allow declaration of transitions on several states at the same time : #2

First version

18 Sep 13:10

Choose a tag to compare

First version Pre-release
Pre-release

Create a state machine through a simple dsl.