Releases: dziegel/cpp_event_framework
Releases · dziegel/cpp_event_framework
Bugfix in executing entry/exit actions in self-transitions
Entry/Exit functions also get event
Implement support for multiple entry/exit actions
New feature: Implement support for multiple entry/exit actions
Full Changelog: 1.4.4...1.5.0
Customizable assertions and bugfixes
- Possibility to use custom assertion framework
- Fix reversed event order in deferred events
- Fix bug in state entry handling
Full Changelog: 1.4.3...1.4.4
Bugfix release
Fix two bugs:
- Special case in transitions
- StaticPool causes SEGV when ALL events are allocated
Bugfix release
Fix bug in FindCommonParent(): did not work when one of the states was parent itself
Documentation and example updates
- Update documentation
- Minor examples updates
Full Changelog: 1.4.0...1.4.1
Code cleanups
- Remove possibility to use non-capturing lambdas as actions. Not useful enough.
- Code cleanups
API cleanup
- Make Transition an internally used class
- Eliminate kUnhandled meta state
Minor logging improvements
Minor logging improvements