* Fix display of guard function names in PlantUML diagrams. * Allow any type of value to be used for event data.
0.4.0
------------------
* Add support for functional action and guard definitions. * Deprecate KwEvent, Internal Transitions, Actions and Guard * Add support for generating PlantUML diagrams.
0.3.1
------------------
* Implement specific statechart deactivate function.
0.3.0
------------------
* Implement display module to generate Plant UML code of a statechart. * Raise runtime exception if an action is defined on top level statechart.
0.2.4
------------------
* Fix internal transition acting like local transition.
0.2.3
------------------
* Consume event dispatched by child state unless a final state activated.