FiniteMachine v0.11.2 Release Notes

Release Date: 2015-12-30 // over 8 years ago
  • โž• Added

    • โž• Add infering of state or event name based off hook type

    ๐Ÿ”„ Changed

    • โœ‚ Remove ThreadContext for global queue synchronization
    • ๐Ÿ”„ Change EventQueue to use Threadable module to sync access

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fix bug with two state machines locking up on callback events due to race condition with help from @domokos