FiniteMachine v0.8.0 Release Notes

Release Date: 2014-06-22 // almost 10 years ago
  • ➕ Added

    • ➕ Add silent option for state machine events to allow turning on/off selectively callbacks
    • Ensure that can? & cannot? take into account conditionl logic applied to transitions
    • ➕ Add restore! method to allow to set the state directly without callbacks
    • ➕ Add ability to do dynamic conditional branching using the choice DSL or grouped events with different outgoing transitions [solves #13 and #6 issue]