Skip to content

Releases: mboudraa/flow

v0.2

28 Dec 18:13
eaf4973
Compare
Choose a tag to compare

New Features

  • get rid of using Unit when target state has Unit in input (#10 )
  • allow to listen to transition (#8)

Bug fix

  • prevent states to dispatch action if not current state (#7)

v0.1

16 Aug 19:56
Compare
Choose a tag to compare
  • DSL to describe the state machine
  • Describe State with forState lambda
  • create a transition to another state with goto
  • Pass data to another state with using
  • Replace state data before transition with replying
  • Allow Side Effects using onTransition lambda