Releases: andrew-gresyk/FFSM2
Releases · andrew-gresyk/FFSM2
2.5.1
Maintenance update
2.4.0
2.3.3
internal maintenance update
2.3.2
- removed superfluous
#include
2.3.1
- fixed
FullControlT<>::updatePlan()
- renamed
Status
toTaskStatus
2.3.0
- reworked serialization
2.1.2
fixed transition payload interface
2.1.1
removed std::aligned_storage<>
2.1.0
-
breaking change:
AncestorT<>
renamed toStateT<>
-
added
immediate
versions of transition method on theM::Root
that don't require subsequentupdate()
orreact()
-
added
query(TEvent&, ConstControl&)
state method -
plans can now be accessed from the
M::Root
-
tasks can now be
succeed()
ed andfail()
ed from theM::Root
-
changed
LoggerInterface
methods to takeconst Context&
-
fixed copy / move ctors
-
fixed subsequent plan execution after previous plan failure
2.0.3
- removed
FFSM2_ARCHITECTURE