File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed
Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 11cmake_minimum_required (VERSION 3.16)
2- project (CXXStateTree VERSION 0.1 .0 LANGUAGES CXX)
2+ project (CXXStateTree VERSION 0.3 .0 LANGUAGES CXX)
33
44set (CMAKE_CXX_STANDARD 20)
55set (CMAKE_CXX_STANDARD_REQUIRED ON )
Original file line number Diff line number Diff line change @@ -95,6 +95,15 @@ MPL2.0 License — see [LICENSE](LICENSE) for details.
9595* DOT/Graphviz state diagram export
9696* Transitions with context/parameters
9797
98+ | Milestone | Features |
99+ | --------- | ------------------------------------------------------------------ |
100+ | v0.1.0 | Basic state machine with ` send() ` , transitions, and state tracking |
101+ | v0.2.0 | Guards and actions |
102+ | v0.3.0 | Nested (hierarchical) states |
103+ | v0.4.0 | Graphviz export |
104+ | v0.5.0 | Coroutine/async support (optional) |
105+ | v1.0.0 | Full unit test coverage, benchmarks, and docs |
106+
98107---
99108
100109## 👋 Contributions Welcome
You can’t perform that action at this time.
0 commit comments