Releases: andrew-gresyk/HFSM2
Releases · andrew-gresyk/HFSM2
2.7.1
2.7.0
- fixed hierarchical plans
- removed
#pragma pack
s LoggerInterface::recordTaskStatus()
and::recordPlanStatus()
takeStateID region
instead ofRegionID
State::exitGuard()
called in reverse order throughout the hierarchy
2.6.1
Bumping version number for vcpkg release
2.6.0
No longer clear composite region's plan on exiting it to allow continuation of plan execution on resuming the region
2.5.2
- fixed a conflict between
hfsm2::forward()
andstd::forward()
when usingstd::variant
2.5.1
Maintenance release
2.5.0
Added reverse reaction order via hfsm2::Config::BottomUpReactions
2.4.0
- Added
destroy<>()
- switched msbuild workflow to the premake solution
2.3.3
internal maintenance update
2.3.2
- removed superfluous
#include