Skip to content

v5.2.0

Compare
Choose a tag to compare
@mesmo mesmo released this 28 Mar 10:08
· 23 commits to master since this release

Refactor including:

  • Renamed IContext to IActiveStateConfiguration
  • Renamed Context to StateMachineInstance
  • Renamed ContextBase to StateMachineInstanceBase
  • Removed XContext and XContextBase
  • Added Create... extension methods to main classes to faciltate simpler model building.
  • Changed StateMachine to inherit from State
  • Added a visitor pattern implementation
  • Moved the bootstrapping to use the visitor