releases

tony.kay 2025-07-31T01:51:06.001939Z

v1.2.20 of Fulcrologic Statecharts https://github.com/fulcrologic/statecharts • Added missing check for working-memory-store on exit. If present, it should be used to delete the session’s working memory when the chart reaches a top-level final state.

🎉 3
tony.kay 2025-07-31T13:33:29.954659Z

Actually I decided to revert that change in 1.2.21. It’s better to do that delete in your own code, since your processing loop will often be saving the WMS after processing an event (causing it to undelete).