:star2: KStateMachine v0.33.0 Released! The lates...
# opensource
m
🌟 KStateMachine v0.33.0 Released! The latest version of KStateMachine introduces enhanced export capabilities, leveraging the existing MetaInfo mechanism along with the new ExportMetaInfo type. These updates allow users to define ResolutionHints, enabling more flexible and precise export of StateMachine components. What’s New? This release makes it possible to export StateMachine parts declared within conditional lambdas that typically return a State. ResolutionHints Two types of
ResolutionHint
are now available: 1. `StateResolutionHint`: Lets you explicitly specify the target State, removing the need to invoke the lambda. 2. `EventAndArgumentResolutionHint`: Allows defining an Event and optional Argument to call the conditional lambda, ensuring it executes and returns a State dynamically. Learn More For detailed information, see the updated documentation: 🔗 https://kstatemachine.github.io/kstatemachine/pages/export.html#export-with-unsafecallconditionallambdas-flag Visit KStateMachine on Github 🔗 https://github.com/KStateMachine/kstatemachine
K 1