Fork me on GitHub
#releases
<
2024-01-02
>
tony.kay06:01:22

Statecharts v1.1.4 https://github.com/fulcrologic/statecharts Two improvements related to statecharts the invoke other statecharts (as children) • Fixed docs around how to send events to parent chart and added a helper function. • Fixed the event name wildcard matching. If you used a keyword for a statechart ID, then the pattern matching would fail when trying to receive “done” events from that invocation (the keyword was tacked onto a keyword, which makes the ns screwy). • Fixed finalize (which is executable content that is called for every event the parent receives from the child). It was not being triggered properly.

🎉 2