Devlogs
2.0.0
Change(s)
- States are no longer bound to instances, structs can have states too.
- Instances can have more than one state machines.
- Removed global functions
state_switch
, get_current_state
and get_previous_state
. - Added history logging and necessary methods.
- Methods can be chained.
- Added some tiny configuration options.
Note
Please refer to the Documentation for updated API.