transitions v0.4.2 Release Notes

  • ๐Ÿ›  Release 0.4.2 contains several new features and bugfixes:

    • Machines can work with multiple models now (thanks to @gemerden)
    • ๐Ÿ†• New initial keyword for nested states to automatically enter a child
    • ๐Ÿ†• New Machine.trigger method to trigger events by name (thanks to @IwanLD)
    • ๐Ÿ› Bug fixes related to remapping in nested (thanks to @imbaczek)
    • Log messages in Transition.execute and Machine.__init__ have been reassigned to DEBUG log level (thanks to @ankostis)
    • ๐Ÿ†• New Machine.get_triggers method to return all valid transitions from (a) certain state(s) (thanks to @limdauto and @guilhermecgs)