transitions v0.6.1 Release Notes

Release Date: 2017-09-04 // over 6 years ago
  • ๐Ÿš€ Release 0.6.1 is a minor release and contains new features as well as bug fixes:

    • ๐Ÿ”‹ Feature #245: Callback definitions ('before', 'on_enter', ...) have been moved to classes Transition and State
    • ๐Ÿ›  Bugfix #253: Machine.remove_transitions converted defaultdict into dict (thanks @Synss)
    • ๐Ÿ›  Bugfix #248: HierarchicalStateMachine's copy procedure used to cause issues with function callbacks and object references (thanks @Grey-Bit)
    • ๐Ÿ“‡ Renamed Machine.id to Machine.name to be consistent with the constructor parameter name
    • โž• Add Machine.add_transitions for adding multiple transitions at once (thanks @Synss)