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