FiniteMachine v0.5.0 Release Notes

Release Date: 2014-04-28 // almost 10 years ago
  • ➕ Added

    • ➕ Add generic Listener interface
    • ➕ Add ability to fire callbacks asynchronously
    • ➕ Add initial state storage

    🔄 Changed

    • 🔄 Change to allow for machine to be constructed as plain object
    • 👍 Allow for :initial, :terminal and :target to be machine parameters
    • 🔄 Change EventQueue to allow for subscription
    • ✅ Increase test coverage to 98%
    • 🔄 Change to allow access to target inside machine dsl