Skip to content

Releases: FoxyOfJungle/RollbackStateMachines

v1.1

18 May 01:57
Compare
Choose a tag to compare

v1.1 Released!

  • Added Triggers (Add a State as a trigger for another. In other words, its functions will be executed according to the defined state);
    • This allows for a different form of inheritance;
  • Added OverrideState() function (Replaces functions from one state to another, keeping the same state name.);
  • Added OverrideStateFunction() function (Replaces specific functions from a state.);
  • It is now possible to have Free State children.

v1.0

10 May 19:43
213712b
Compare
Choose a tag to compare

Rollback State Machine v1.0 Released!