Skip to content

Latest commit

 

History

History
99 lines (51 loc) · 4.55 KB

File metadata and controls

99 lines (51 loc) · 4.55 KB

1.2.2 (2024-06-14)

Bug Fixes

1.2.1 (2023-02-13)

Documentation

  • README: docs update 😎👍 (cf7d493)

1.2.0 (2023-02-13)

Features

  • add state generator tool (8a0e681)
  • add transition commands (641e631)
  • add transition for polling machine (212eca0)
  • update functionality, refactor transitional into polling machine (2ec3ab6)

Refactors

  • make fields protected, remove fixedUpdate() (ff3f187)

Documentation

  • README: update docs 😎👍 (5b1cd40)

1.1.1 (2023-01-23)

Bug Fixes

1.1.0 (2023-01-23)

Features

  • Add Autonomous Builder (44bd825)
  • Add Autonomous State Machine (17d11cf)
  • Add IStateMachine marker interface and components (730c916)
  • Add Machine property to state, remove T runner param (9772129)
  • Add State Machine Base (45d1a95)
  • add Transitional Builder (8f22476)
  • Add Transitional State Machine (9789348)

Bug Fixes

  • add PlayerFSM Sample to package.json (c53e846)

Documentation

  • README: update documentation 😌👍 (0c41540)
  • update xml (be4c6de)

1.0.2 (2023-01-17)

Documentation

1.0.1 (2023-01-17)

Documentation

  • README: update documentation (54bf56f)

1.0.0 (2023-01-16)

Features

Bug Fixes

Refactors

  • Remove IStateMachineRunner (6e8ce26)