stateless v1.0.0 Release Notes

Release Date: 2019-09-24 // over 4 years ago
  • ๐Ÿ‘ Most standard state machine constructs are supported:

    • ๐Ÿ‘Œ Support for states and triggers of any comparable type (int, strings, boolean, structs, etc.)
    • Hierarchical states
    • Entry/exit events for states
    • ๐Ÿ‘ Guard clauses to support conditional transitions
    • Introspection

    Some useful extensions are also provided:

    • Ability to store state externally (for example, in a property tracked by an ORM)
    • Parameterised triggers
    • Reentrant states
    • Export to DOT graph