FiniteMachine v0.9.0 Release Notes

Release Date: 2014-08-03 // over 9 years ago
  • ➕ Added

    • ➕ Add Definition class to allow to define standalone state machine
    • ➕ Add #build method to HookEvent

    🔄 Changed

    • 🔄 Change initial helper to simply state name with options
    • 🔄 Change HookEvent to be immutable and extend comparison
    • 🔄 Change Event to be immutable and extend comparison
    • 🔄 Change finished? to terminated? and allow for multiple terminal states
    • 🔄 Change to require explicit context to call target methods
    • 🔨 Upgrade RSpec dependency and refactor specs