Skip to content

Releases: LennartHennigs/SimpleFSM

1.3.1

27 Oct 07:55
Compare
Choose a tag to compare

What's Changed

New Contributors

1.3.0

14 Oct 11:12
Compare
Choose a tag to compare
  • Refactored run()
  • Updated add() – now multiple transition arrays can be added
  • Added getTransitionCount() and getTimedTransitionCount() functions as suggested in PR #7
  • Fixed TimedTransitions constructor as mentioned in #9
  • Fixed error in State constructor as mentioned in #12
  • Fixed memory handling in SimpleFSM destructor as mentioned in #8
  • Updated the button handlers in MixedTransitions.inoand SimpleTransitionWithButton.ino as mentioned in #4

1.2.0

19 Dec 19:26
Compare
Choose a tag to compare
  • Refactored code
  • Changed bool add() to void add()
  • Fixed bug, that the "ongoing state" was also called when a timed transition happens
  • Remove low-level memory allocation commands to remove compiler warnings mentioned in #2
  • Updated examples (added explanation and some additional callbacks to show the state of the FSM)

1.1.0

30 May 20:03
Compare
Choose a tag to compare
  • added fix for issue #1 (ESP32 crash)

1.0.1

07 May 20:01
Compare
Choose a tag to compare

For details see the changelog

1.0.0

07 May 16:31
Compare
Choose a tag to compare

inital release 🎉