Skip to content

Releases: ashblue/fluid-state-machine

v2.0.1

13 Jun 03:12
Compare
Choose a tag to compare

2.0.1 (2019-06-13)

Bug Fixes

  • fsm: state not initially set on build (8e7e67a)

v2.0.0

02 Jun 20:30
Compare
Choose a tag to compare

2.0.0 (2019-06-02)

Code Refactoring

  • namespaces: changed to match fluid behavior tree (6afdbe8)

Features

  • builders: removed class inheritance in favor of c# extensions (be1618a)
  • git: added commitizen support (db87261)

BREAKING CHANGES

  • namespaces: Namespace must be converted from CleverCrow.FluidStateMachine to
    CleverCrow.Fluid.FSMs with a simple find a replace across your scripts
  • builders: Current custom builders must be replaced with C# extensions that target the builder
    directly. See README.md section on extension for an example.

1.0.0

16 May 14:58
Compare
Choose a tag to compare

Initial release.