Skip to content

KStateMachine v0.30.0

Compare
Choose a tag to compare
@nsk90 nsk90 released this 17 May 14:42
· 77 commits to master since this release
  1. This is a big release with several breaking changes (mostly you only have to update your imports or reorder method arguments)
  2. 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.
  3. Added useful shortcut functions processEventByAsync() and processEventByLaunch()
  4. Add JS and WasmJS platforms support (those platforms does not support blocking APIs due to lack of runBlocking support)
  5. Improve documentation

Full Changelog: v0.27.0...v0.30.0