KStateMachine v0.30.0
- This is a big release with several breaking changes (mostly you only have to update your imports or reorder method arguments)
- The biggest new feature of this release is an EventRecording mechanism allowing to serialise and deserialise StateMachine's configuration. See more info in docs and code comments.
- Added useful shortcut functions
processEventByAsync()
andprocessEventByLaunch()
- Add
JS
andWasmJS
platforms support (those platforms does not support blocking APIs due to lack of runBlocking support) - Improve documentation
Full Changelog: v0.27.0...v0.30.0