| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | refactor(examples): migrate renderers to return RenderResult and add | 魏曹先生 | 18 hours | 1 | -2/+5 |
| | | | | | | | | | | std::io::Write import Replace r_println!/r_print! macro usage across all example renderers with explicit RenderResult construction using std::io::Write, enabling more flexible output handling and reducing reliance on macro-side effects. | ||||
| * | Enhance code quality across the entire codebase | Weicao-CatilGrass | 2026-05-31 | 1 | -0/+1 |
| | | |||||
| * | Rename CompletionDispatcher to CMDCompletion and hide internal types | 魏曹先生 | 2026-05-29 | 1 | -4/+4 |
| | | |||||
| * | Rework examples and add entry macro for testing | Weicao-CatilGrass | 2026-05-23 | 1 | -106/+99 |
| | | |||||
| * | Rename `NextProcess` to `Next` across the codebase | Weicao-CatilGrass | 2026-05-17 | 1 | -2/+2 |
| | | |||||
| * | Simplify example imports to use prelude and add resources example | 魏曹先生 | 2026-05-16 | 1 | -3/+2 |
| | | | | | | | | | | Add a new example demonstrating global resource injection in chain functions, and update all existing examples to import from `mingling::prelude` instead of individual macro paths. Also add `example-resources` to the workspace exclude list. | ||||
| * | Add `builds` feature and install completion scripts | Weicao-CatilGrass | 2026-05-11 | 1 | -3/+13 |
| | | |||||
| * | Add dispatch tree example and update doc version references | 魏曹先生 | 2026-05-08 | 1 | -1/+1 |
| | | |||||
| * | Enforce `NextProcess` return type in chain functions and update examples | 魏曹先生 | 2026-05-02 | 1 | -1/+1 |
| | | |||||
| * | Simplify Picker API by removing generic parameter and route types | 魏曹先生 | 2026-04-28 | 1 | -2/+2 |
| | | |||||
| * | Remove unused `ChainProcess` import in examples | 魏曹先生 | 2026-04-27 | 1 | -1/+1 |
| | | |||||
| * | Remove `marker::NextProcess` and generate it via `gen_program!` | Weicao-CatilGrass | 2026-04-27 | 1 | -3/+2 |
| | | |||||
| * | Make async an optional feature | 魏曹先生 | 2026-04-19 | 1 | -4/+3 |
| | | |||||
| * | Simplify examples by removing AnyOutput usage | 魏曹先生 | 2026-04-18 | 1 | -3/+3 |
| | | |||||
| * | Update example to use EnumTag and PickableEnum | 魏曹先生 | 2026-04-13 | 1 | -36/+44 |
| | | |||||
| * | Update completion script generation API | 魏曹先生 | 2026-04-13 | 1 | -4/+4 |
| | | |||||
| * | Add comments to example completion function | 魏曹先生 | 2026-04-12 | 1 | -0/+6 |
| | | |||||
| * | Change code blocks in examples from rust to ignore | 魏曹先生 | 2026-04-12 | 1 | -1/+1 |
| | | |||||
| * | Add ShellContext helper methods for completion logic | 魏曹先生 | 2026-04-12 | 1 | -8/+9 |
| | | |||||
| * | Add example-completion and update workspace dependencies | 魏曹先生 | 2026-04-11 | 1 | -0/+114 |
