FiniteMachine v0.10.2 Release Notes

Release Date: 2015-07-05 // almost 9 years ago
  • ๐Ÿ”„ Changed

    • ๐Ÿ”„ Change StateParser #parse method
    • ๐Ÿ”„ Change EventBuilder to EventDefinition and invert dependencies
    • ๐Ÿ”„ Change Event#call to #trigger
    • ๐Ÿ”„ Change Transition#call to #execute

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fix to run 'on_after' callbacks even when event cancalled by @craiglittle
    • ๐Ÿ›  Fix to cancel transition when no matching choice is found by @craiglittle