1.0.2
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.