Skip to content

Tyranus

Compare
Choose a tag to compare
@twittemb twittemb released this 01 Mar 02:20
· 18 commits to main since this release
9d8ba9b

This release brings:

  • Feedback: introduce the "on:" keyword to explicitly declare the type of state that concerns the side effect
  • Feedback: replace the parameter "sideEffect" by "perform" to have a nice readable sentence: ...(on: Loading.self, ..., perform: sideEffect)
  • State Machine: introduce a new DSL based on From/On that allows to group transitions from the same state type
  • State Machine: provide assert functions to ease the unit tests of transitions