Skip to content
This repository was archived by the owner on Nov 12, 2025. It is now read-only.

v0.3.0

Choose a tag to compare

@nickuraltsev nickuraltsev released this 02 May 06:26
· 124 commits to master since this release

Added support for time triggers.

StateMachine
  .configure()
    .initialState('state1')
      .onTimeout(100).transitionTo('state2')