Skip to content

Releases: nogginly/enum_state_machine.cr

Fix event guard result type

06 Jun 05:37
Compare
Choose a tag to compare
0.3.0

Add event guard tests and fix related bug

Bug fix and more tests

06 Jun 04:51
Compare
Choose a tag to compare
0.2.0

Fix bug revealed by additional tests

Ready to use

04 Jun 01:05
Compare
Choose a tag to compare

enum_state_machine is a type-safe finite state machine for Crystal where the states are defined using enum's. I created it because I wanted the minimal FSM data type that was function and easy to use.