Skip to content

1.0.2

Compare
Choose a tag to compare
@josirichter josirichter released this 15 Nov 09:02
· 336 commits to main since this release

What's Changed

  • Support optional values in the actionMapper of sub state machines. When the mapper returns null the action won't be forwarded which removes the need to either handle all actions in the sub state machine or introduce a no op action.