| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | docs: update badges to use local badge assetstry-new-badges | 魏曹先生 | 19 hours | 1 | -5/+4 |
| | | |||||
| * | chore: update CI badge to use generated build badge | 魏曹先生 | 19 hours | 1 | -1/+1 |
| | | |||||
| * | chore: reorganize dev tools into dev/ directory and consolidate configsHEADmain | 魏曹先生 | 21 hours | 1 | -1/+1 |
| | | | | | | | | | | | Move CI, dev tools, and configs from root-level scattered locations into a unified `dev/` directory structure. Update all references across build scripts, documentation, and editor configurations. Also consolidate editor config generation into build.rs for automated synchronization of rust-analyzer settings across VS Code and Zed. | ||||
| * | docs: update README and add ROADMAP with contributors section | 魏曹先生 | 26 hours | 1 | -80/+93 |
| | | |||||
| * | docs: fix comment alignment in README example | 魏曹先生 | 3 days | 1 | -1/+1 |
| | | |||||
| * | fix: update README StateNext example syntax | 魏曹先生 | 3 days | 1 | -3/+4 |
| | | |||||
| * | refactor!: replace pack! macros with derive-based pipeline types | 魏曹先生 | 3 days | 1 | -6/+11 |
| | | | | | | | | | | Remove the `pack!`, `pack_err!`, `pack_structural!`, and `pack_err_structural!` macros, replacing all pipeline type definitions with `#[derive(Grouped)]` and `#[derive(Grouped, Wrap)]` attributes. This changes the generated struct shape from named-field structs with an `inner` field to tuple structs accessed via `.0`, and removes the auto-generated `name` and `info` fields from error types. | ||||
| * | refactor!: remove Node type and simplify dispatcher macro syntax | 魏曹先生 | 3 days | 1 | -2/+2 |
| | | | | | | | | 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. | ||||
| * | chore(release): bump version to 0.5.0 | 魏曹先生 | 3 days | 1 | -1/+1 |
| | | |||||
| * | feat(website): add Mingling CLI download page | 魏曹先生 | 4 days | 1 | -2/+5 |
| | | |||||
| * | feat(readme): mark project generator and installer as complete | 魏曹先生 | 9 days | 1 | -2/+2 |
| | | |||||
| * | chore: bump version to 0.4.0 | 魏曹先生 | 11 days | 1 | -2/+2 |
| | | |||||
| * | chore: rename GETTING_STARTED.md to GETTING-STARTED.md | 魏曹先生 | 2026-07-27 | 1 | -1/+1 |
| | | |||||
| * | feat(readme): update roadmap to reflect completed tasks | 魏曹先生 | 2026-07-24 | 1 | -2/+2 |
| | | | | | | Mark the Mingling Linter and picker argument parser as completed in the project roadmap | ||||
| * | feat(ci): add coverage test job with cargo-llvm-cov | 魏曹先生 | 2026-07-20 | 1 | -0/+1 |
| | | |||||
| * | docs(readme): update milestone checklist status | 魏曹先生 | 2026-07-20 | 1 | -1/+2 |
| | | |||||
| * | docs: migrate renderer examples to buffer macro and update docs | 魏曹先生 | 2026-07-20 | 1 | -15/+16 |
| | | | | | | | | | Update all documentation and code examples to use the new `#[renderer(buffer)]` pattern with `r_println!` instead of manually constructing `RenderResult` with `writeln!`. | ||||
| * | docs: update README logo to icon3 | 魏曹先生 | 2026-07-20 | 1 | -1/+1 |
| | | |||||
| * | fix: correct example dispatcher target and fix list indentation | 魏曹先生 | 2026-07-19 | 1 | -10/+10 |
| | | |||||
| * | docs: add GETTING_STARTED.md and update README icon size | 魏曹先生 | 2026-07-19 | 1 | -812/+67 |
| | | |||||
| * | ix(macros)!: require explicit `.into()` on chain function return values | 魏曹先生 | 2026-07-18 | 1 | -6/+6 |
| | | |||||
| * | docs(readme): add CI workflow badge | 魏曹先生 | 2026-07-11 | 1 | -0/+1 |
| | | |||||
| * | docs(readme): migrate renderer examples from r_print macros to | 魏曹先生 | 2026-07-11 | 1 | -30/+71 |
| | | | | | | | | | | | RenderResult Replace all uses of `r_print!` and `r_println!` with the new `RenderResult`-based API in the documentation. Add missing `use` imports (`pack`, `prelude`, `std::io::Write`) to make code examples self-contained and runnable. | ||||
| * | chore: bump workspace version to 0.3.0 | 魏曹先生 | 2026-07-11 | 1 | -1/+1 |
| | | |||||
| * | chore(docs): rename dev-docs directory to dev | 魏曹先生 | 2026-07-10 | 1 | -1/+1 |
| | | | | | Update sidebar link for remove-r-print-macro to use full description | ||||
| * | chore: bump version to 0.2.2 | 魏曹先生 | 2026-07-10 | 1 | -1/+1 |
| | | |||||
| * | docs(readme): add devdoc link and fix trailing whitespace | 魏曹先生 | 2026-07-09 | 1 | -2/+3 |
| | | |||||
| * | docs: update roadmap task list in README | 魏曹先生 | 2026-07-09 | 1 | -5/+7 |
| | | |||||
| * | chore: bump version to 0.2.1 and switch deps to path | 魏曹先生 | 2026-06-30 | 1 | -1/+1 |
| | | |||||
| * | feat(README): mark MVP milestone and release 0.2.0 as completed | 魏曹先生 | 2026-06-30 | 1 | -5/+5 |
| | | |||||
| * | docs: clean up code blocks and trailing whitespace in readme | 魏曹先生 | 2026-06-30 | 1 | -9/+5 |
| | | |||||
| * | docs: restructure README and remove redundant imports | 魏曹先生 | 2026-06-26 | 1 | -93/+75 |
| | | | | | | | | Move the Getting Started section above Writing with Mingling, replace emoji decorations with plain text, remove unnecessary `use mingling::prelude::*;` imports from code examples, and update crate description. | ||||
| * | refactor(general_renderer): rename to structural_renderer | 魏曹先生 | 2026-06-26 | 1 | -8/+8 |
| | | |||||
| * | feat(core): decouple structured output from Groupped trait | 魏曹先生 | 2026-06-26 | 1 | -1/+2 |
| | | | | | | | | Introduce `StructuralData` sealed trait and `pack_structural!` / `group_structural!` / `derive(StructuralData)` macros to control structured rendering separately from grouping. `Groupped` no longer requires `Serialize`. | ||||
| * | Redesign hook system with structured info types and ProgramControls | 魏曹先生 | 2026-06-24 | 1 | -14/+20 |
| | | |||||
| * | Unify dependency specification syntax in README | 魏曹先生 | 2026-06-16 | 1 | -2/+12 |
| | | |||||
| * | Add pronunciation guide to project tagline | 魏曹先生 | 2026-06-15 | 1 | -0/+4 |
| | | |||||
| * | Update repository icon in README | Weicao-CatilGrass | 2026-06-10 | 1 | -1/+1 |
| | | |||||
| * | Update repository URLs to mingling-rs organization | Weicao-CatilGrass | 2026-06-10 | 1 | -12/+12 |
| | | |||||
| * | Format note as GitHub Alert in README | Weicao-CatilGrass | 2026-06-10 | 1 | -1/+3 |
| | | |||||
| * | Add README code block testing to CI pipeline | Weicao-CatilGrass | 2026-06-10 | 1 | -35/+737 |
| | | |||||
| * | Add checklist item for `r_println!` in `#[chain]` support | 魏曹先生 | 2026-06-05 | 1 | -2/+1 |
| | | |||||
| * | Update roadmap milestones and mark 0.1.9 features as complete | 魏曹先生 | 2026-05-29 | 1 | -4/+10 |
| | | |||||
| * | Rewrite README and update GitHub URL case | 魏曹先生 | 2026-05-28 | 1 | -193/+73 |
| | | |||||
| * | Update badge label from "latest" to "rewriting" | 魏曹先生 | 2026-05-27 | 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 | 1 | -1/+1 |
| | | |||||
| * | Update architecture diagram and increase image width to 100% | Weicao-CatilGrass | 2026-05-17 | 1 | -1/+1 |
| | | |||||
| * | Update README links to use absolute URLs for docs.rs | Weicao-CatilGrass | 2026-05-17 | 1 | -7/+7 |
| | | |||||
| * | Restructure roadmap in README files into milestone groups | Weicao-CatilGrass | 2026-05-17 | 1 | -11/+14 |
| | | |||||
