Skip to content

Releases: nicholascross/StateTransition

6.0.4

09 Oct 05:38

Choose a tag to compare

  • Use named tuple for transition results
  • Add result builder based DSL to define transitions
  • Remove combine support

6.0.3

09 Oct 04:51

Choose a tag to compare

6.0.3 Pre-release
Pre-release

6.0.0

09 Oct 03:35

Choose a tag to compare

6.0.0 Pre-release
Pre-release
  • Add result builder based DSL to define transitions
  • Remove combine support

5.0.2

08 Jan 12:04

Choose a tag to compare

5.0.1

08 Jan 10:43

Choose a tag to compare

5.0.0

08 Jan 10:02

Choose a tag to compare

API Simplification

09 Dec 11:12

Choose a tag to compare

State enums now implement StateTransitionable and associate there action type and optionally a context type.

From the initial state a state machine can created by passing in a builder injecting closure for initialising transitions.

Transitions and handlers can no longer be modified after creation.

1.0.1

10 Nov 11:35

Choose a tag to compare