| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | refactor!: remove Node type and simplify dispatcher macro syntax | 魏曹先生 | 3 days | 1 | -1/+1 |
| | | | | | | | | The `dispatcher!` macro no longer requires a `CMD*` dispatcher type argument; the dispatcher struct is now generated internally as `__Dispatcher{Pascal}`. The `Node` type, `node!` macro, and `Dispatcher::node()` / `clone_dispatcher()` methods are removed. | ||||
| * | refactor!: remove dynamic dispatcher registration API | 魏曹先生 | 3 days | 1 | -12/+55 |
| | | | | | | | | Dispatchers are now always registered at compile time, removing the `with_dispatcher` / `with_dispatchers` methods and the `PathfinderConfig` API. The `dispatch_tree` feature now only controls the matching strategy (trie vs linear list). | ||||
| * | refactor: replace with_dispatchers with chained with_dispatcher calls | 魏曹先生 | 6 days | 1 | -2/+6 |
| | | |||||
| * | Enhance code quality across the entire codebase | Weicao-CatilGrass | 2026-05-31 | 1 | -1/+1 |
| | | |||||
| * | Rework examples and add entry macro for testing | Weicao-CatilGrass | 2026-05-23 | 1 | -0/+33 |
