| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | feat(core): rename `builds` feature to `build` | 魏曹先生 | 28 hours | 1 | -2/+2 |
| | | | | | | | | Replace the `builds` feature with `build` across the crate, keeping a backward-compatible alias for the old name. Update all internal visibility from `#[doc(hidden)] pub mod` to `pub(crate) mod` and reorganize the `__private` module into a dedicated `private.rs`. | ||||
| * | feat(any): make `Grouped` trait unsafe and encapsulate `AnyOutput` | 魏曹先生 | 2 days | 1 | -1/+1 |
| | | | | | | | | | | | fields Declare `Grouped` as `unsafe trait` to make its soundness invariant visible. Make `AnyOutput.type_id` and `member_id` private; add public accessors and the `unsafe fn new_bare` constructor. | ||||
| * | docs: migrate renderer examples to buffer macro and update docs | 魏曹先生 | 4 days | 10 | -180/+153 |
| | | | | | | | | | 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 | 魏曹先生 | 5 days | 1 | -2/+14 |
| | | |||||
| * | fix!: rename `Groupped` to `Grouped` across the codebase | 魏曹先生 | 5 days | 6 | -12/+12 |
| | | |||||
| * | ix(macros)!: require explicit `.into()` on chain function return values | 魏曹先生 | 6 days | 7 | -19/+19 |
| | | |||||
| * | docs: Update help functions note to use `writeln!` instead of | 魏曹先生 | 12 days | 1 | -1/+1 |
| | | | | | `r_println!` | ||||
| * | docs: migrate renderers from `r_println!` to `RenderResult` return type | 魏曹先生 | 13 days | 11 | -96/+151 |
| | | |||||
| * | chore: bump workspace version to 0.3.0 | 魏曹先生 | 13 days | 1 | -2/+2 |
| | | |||||
| * | chore: bump version to 0.2.2 | 魏曹先生 | 2026-07-10 | 1 | -2/+2 |
| | | |||||
| * | chore: bump version to 0.2.1 and switch deps to path | 魏曹先生 | 2026-06-30 | 1 | -2/+2 |
| | | |||||
| * | feat(docs): add Chinese and English documentation for Mingling tutorials | 魏曹先生 | 2026-06-30 | 22 | -9/+2164 |
| | | | | | | | | | Add comprehensive documentation covering Declare a Dispatcher, Declare a Chain, Rendering Results, Multi-Command Program, Argument Parsing with Picker and Clap, Program Setup, Error Handling, Help Info, Resource System, Exit Code Control, Hook System, Testing, Completion, Structural Rendering, and Core Concepts | ||||
| * | docs: clean up code blocks and trailing whitespace in readme | 魏曹先生 | 2026-06-30 | 1 | -4/+3 |
| | | |||||
| * | chore(docs): remove duplicate .gitignore files in pages dirs | 魏曹先生 | 2026-06-30 | 1 | -1/+0 |
| | | |||||
| * | 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 |
| | | |||||
| * | docs: Update mingling version references from 0.2 to 0.2.0 | 魏曹先生 | 2026-06-28 | 1 | -2/+2 |
| | | |||||
| * | 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 | ||||
| * | Add intro content and merge getting started page | 魏曹先生 | 2026-06-21 | 2 | -32/+7 |
| | | |||||
| * | 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 | 2 | -25/+25 |
| | | |||||
| * | Add Introduction, Getting Started, and Features docs | 魏曹先生 | 2026-06-15 | 3 | -0/+340 |
| | | |||||
| * | Add naming conventions documentation and update sidebar | Weicao-CatilGrass | 2026-06-12 | 2 | -0/+201 |
| | | |||||
| * | Restructure docs | 魏曹先生 | 2026-05-25 | 5 | -771/+0 |
| | | | | | add template and interactive tutorial, update tool runner | ||||
| * | Rename injected renderer parameter from `r` to `__renderer_inner_result` | Weicao-CatilGrass | 2026-05-22 | 1 | -1/+1 |
| | | |||||
| * | Bump version to 0.1.9 | 魏曹先生 | 2026-05-18 | 1 | -1/+1 |
| | | |||||
| * | Rename `NextProcess` to `Next` across the codebase | Weicao-CatilGrass | 2026-05-17 | 3 | -14/+14 |
| | | |||||
| * | Add CI tooling and cargo alias `ci` | Weicao-CatilGrass | 2026-05-09 | 2 | -46/+46 |
| | | |||||
| * | Fix variable reassignment in handle_greet_entry function | 魏曹先生 | 2026-05-07 | 1 | -2/+1 |
| | | |||||
| * | Update mingling from 0.1.7 to 0.1.8 | 魏曹先生 | 2026-05-07 | 1 | -1/+1 |
| | | |||||
| * | Add documentation for Picker, help display, and shell completion | 魏曹先生 | 2026-05-04 | 5 | -0/+377 |
| | | |||||
| * | Add tool to fix blank lines around code blocks in Markdown | 魏曹先生 | 2026-05-03 | 2 | -51/+51 |
| | | |||||
| * | Restructure Chinese documentation into dedicated subdirectory | 魏曹先生 | 2026-05-03 | 2 | -395/+0 |
| | | |||||
| * | Add documentation for fallback mechanisms | 魏曹先生 | 2026-05-02 | 2 | -0/+278 |
| | | |||||
| * | Rename and update "Get Started" to "Creating your first Program" | 魏曹先生 | 2026-05-01 | 2 | -6/+6 |
| | | |||||
| * | Add docsify sidebar generation tool and update Chinese docs | 魏曹先生 | 2026-04-28 | 1 | -1/+1 |
| | | |||||
| * | Rebuild and rewrite the documentation site infrastructure | 魏曹先生 | 2026-04-28 | 15 | -1163/+491 |
| | | |||||
| * | Simplify Picker API by removing generic parameter and route types | 魏曹先生 | 2026-04-28 | 1 | -30/+30 |
| | | |||||
| * | Remove `marker::NextProcess` and generate it via `gen_program!` | Weicao-CatilGrass | 2026-04-27 | 1 | -2/+0 |
| | | |||||
| * | Complete clap_parser macro and update changelog, readme | 魏曹先生 | 2026-04-25 | 1 | -0/+6 |
| | | |||||
| * | Refactor picker to return single values instead of single-element tuples | 魏曹先生 | 2026-04-25 | 1 | -1/+1 |
| | | |||||
| * | Add async example demonstrating tokio integration | 魏曹先生 | 2026-04-25 | 1 | -4/+4 |
| | | |||||
| * | Add docsify flexible alerts plugin and update callout syntax | Weicao-CatilGrass | 2026-04-24 | 4 | -6/+4 |
| | | |||||
| * | Update example to use synchronous program execution | 魏曹先生 | 2026-04-20 | 1 | -3/+2 |
| | | |||||
| * | Add async feature documentation | 魏曹先生 | 2026-04-20 | 5 | -2/+120 |
| | | | | | | | | Add new async feature page and update sidebar and features list. Rename section headers in parser and general renderer for consistency. Expand completion documentation with usage and script generation details. | ||||
| * | Add intro section and remove phantom renderers from docs | 魏曹先生 | 2026-04-20 | 2 | -24/+6 |
| | | |||||
| * | Add documentation for the general_renderer feature | 魏曹先生 | 2026-04-19 | 1 | -0/+70 |
| | | |||||
| * | Fix macro registration in basic tutorial docs | 魏曹先生 | 2026-04-19 | 2 | -2/+2 |
| | | |||||
