| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | docs: Add preset feature groups and improve feature docs | 魏曹先生 | 26 hours | 1 | -0/+61 |
| | | | | | | | | Add convenience presets (`mini`, `advanced`, `full`, `build_advanced`, `build_full`) to `mingling/Cargo.toml` and document them in both English and Chinese feature docs. Update getting-started guides to reflect the new default `core`/`macros` features. | ||||
| * | refactor!: rename `extra_macros` feature to `extras`feat/new-pipeline-model | 魏曹先生 | 2 days | 1 | -6/+6 |
| | | | | | | Update all references across docs, examples, and configuration files to use the shorter `extras` feature name. | ||||
| * | docs: migrate renderer examples to buffer macro and update docs | 魏曹先生 | 2026-07-20 | 1 | -11/+8 |
| | | | | | | | | | Update all documentation and code examples to use the new `#[renderer(buffer)]` pattern with `r_println!` instead of manually constructing `RenderResult` with `writeln!`. | ||||
| * | docs(features): document the new `picker` feature | 魏曹先生 | 2026-07-19 | 1 | -2/+14 |
| | | |||||
| * | fix!: rename `Groupped` to `Grouped` across the codebase | 魏曹先生 | 2026-07-19 | 2 | -2/+2 |
| | | |||||
| * | ix(macros)!: require explicit `.into()` on chain function return values | 魏曹先生 | 2026-07-18 | 1 | -2/+2 |
| | | |||||
| * | docs: migrate renderers from `r_println!` to `RenderResult` return type | 魏曹先生 | 2026-07-11 | 1 | -4/+8 |
| | | |||||
| * | docs: clean up code blocks and trailing whitespace in readme | 魏曹先生 | 2026-06-30 | 1 | -4/+3 |
| | | |||||
| * | feat(docs): add @@@ hidden code block support for compile-tested | 魏曹先生 | 2026-06-30 | 1 | -12/+22 |
| | | | | | examples | ||||
| * | style(docs): trim trailing whitespace in code blocks | 魏曹先生 | 2026-06-29 | 1 | -25/+25 |
| | | |||||
| * | docs(features): add pathf feature documentation | 魏曹先生 | 2026-06-29 | 1 | -23/+52 |
| | | |||||
| * | refactor(general_renderer): rename to structural_renderer | 魏曹先生 | 2026-06-26 | 2 | -9/+9 |
| | | |||||
| * | Add compile-time duplicate variant detection | 魏曹先生 | 2026-06-23 | 1 | -9/+9 |
| | | | | | | | Add duplicate variant checks for chain, renderer, help, and completion registrations to produce a clear compile error instead of silently generating unreachable code | ||||
| * | Document `group!` and `pack_err!` macros for extra macros feature | 魏曹先生 | 2026-06-20 | 1 | -0/+39 |
| | | |||||
| * | Fix trailing whitespace in documentation files | 魏曹先生 | 2026-06-15 | 1 | -17/+17 |
| | | |||||
| * | Add Introduction, Getting Started, and Features docs | 魏曹先生 | 2026-06-15 | 1 | -0/+246 |
| | | |||||
| * | Add naming conventions documentation and update sidebar | Weicao-CatilGrass | 2026-06-12 | 2 | -0/+201 |
