Skip to content

Rename DSL functions

Compare
Choose a tag to compare
@corneil corneil released this 07 Sep 20:21

This build renames a few DSL functions and will break existing code.

state -> whenState
transition -> onEvent
entry -> onEntry
exit -> onExit
pushTransition -> onEventPush
popTransition -> onEventPop
initial -> initialState
initialMap -> initialStates