Skip to content

Releases: andrew-gresyk/FFSM2

2.5.1

25 May 17:30
74433df
Compare
Choose a tag to compare

Maintenance update

2.4.0

26 Dec 14:39
6ac8806
Compare
Choose a tag to compare
  • Added destroy<>()
  • switched msbuild workflow to the premake solution

2.3.3

20 Dec 23:31
f5c8579
Compare
Choose a tag to compare

internal maintenance update

2.3.2

25 Oct 18:24
e230fc5
Compare
Choose a tag to compare
  • removed superfluous #include

2.3.1

22 Sep 20:12
b488730
Compare
Choose a tag to compare
  • fixed FullControlT<>::updatePlan()
  • renamed Status to TaskStatus

2.3.0

06 Jun 15:25
3584fbb
Compare
Choose a tag to compare
  • reworked serialization

2.1.2

22 Jan 15:05
d779f18
Compare
Choose a tag to compare

fixed transition payload interface

2.1.1

14 Aug 21:51
42dfacf
Compare
Choose a tag to compare

removed std::aligned_storage<>

2.1.0

13 Aug 11:23
cc59b15
Compare
Choose a tag to compare
  • breaking change: AncestorT<> renamed to StateT<>

  • added immediate versions of transition method on the M::Root that don't require subsequent update() or react()

  • added query(TEvent&, ConstControl&) state method

  • plans can now be accessed from the M::Root

  • tasks can now be succeed()ed and fail()ed from the M::Root

  • changed LoggerInterface methods to take const Context&

  • fixed copy / move ctors

  • fixed subsequent plan execution after previous plan failure

2.0.3

12 Jun 20:59
82c8cfe
Compare
Choose a tag to compare
  • removed FFSM2_ARCHITECTURE