| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | refactor!: replace pack! macros with derive-based pipeline types | 魏曹先生 | 46 hours | 1 | -2/+3 |
| | | | | | | | | | | 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 | 魏曹先生 | 2 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. | ||||
| * | chore(release): bump version to 0.5.0 | 魏曹先生 | 2 days | 1 | -1/+1 |
| | | |||||
| * | chore: bump version to 0.4.0 | 魏曹先生 | 10 days | 1 | -1/+1 |
| | | |||||
| * | docs: update README logo to icon3 | 魏曹先生 | 2026-07-20 | 2 | -0/+0 |
| | | |||||
| * | chore: bump workspace version to 0.3.0 | 魏曹先生 | 2026-07-11 | 1 | -1/+1 |
| | | |||||
| * | chore: bump version to 0.2.2 | 魏曹先生 | 2026-07-10 | 1 | -1/+1 |
| | | |||||
| * | chore: bump version to 0.2.1 and switch deps to path | 魏曹先生 | 2026-06-30 | 1 | -1/+1 |
| | | |||||
| * | docs: Update mingling version references from 0.2 to 0.2.0 | 魏曹先生 | 2026-06-28 | 1 | -1/+1 |
| | | |||||
| * | Remove outdated 2-1 diagram files | 魏曹先生 | 2026-06-15 | 2 | -53/+0 |
| | | |||||
| * | Add favicon and replace icon across all pages | Weicao-CatilGrass | 2026-06-10 | 2 | -0/+0 |
| | | |||||
| * | Update repository icon in README | Weicao-CatilGrass | 2026-06-10 | 1 | -0/+0 |
| | | |||||
| * | Rewrite README and update GitHub URL case | 魏曹先生 | 2026-05-28 | 2 | -0/+0 |
| | | |||||
| * | Add Chinese tutorial for Step 1 of Mingling framework | 魏曹先生 | 2026-05-27 | 2 | -0/+53 |
| | | |||||
| * | Restructure docs | 魏曹先生 | 2026-05-25 | 2 | -0/+56 |
| | | | | | add template and interactive tutorial, update tool runner | ||||
| * | Add implicit dispatcher macro with auto-derived names | 魏曹先生 | 2026-05-24 | 1 | -2/+2 |
| | | |||||
| * | Bump version to 0.1.9 | 魏曹先生 | 2026-05-18 | 1 | -1/+1 |
| | | |||||
| * | Update architecture diagram and increase image width to 100% | Weicao-CatilGrass | 2026-05-17 | 3 | -137/+202 |
| | | |||||
| * | Add pixel icon assets for core lib | Weicao-CatilGrass | 2026-05-17 | 2 | -0/+0 |
| | | |||||
| * | Add CI tooling and cargo alias `ci` | Weicao-CatilGrass | 2026-05-09 | 1 | -0/+12 |
| | | |||||
| * | Update mingling from 0.1.7 to 0.1.8 | 魏曹先生 | 2026-05-07 | 1 | -1/+1 |
| | | |||||
| * | Update project icon to pixel art version | Weicao-CatilGrass | 2026-05-05 | 2 | -0/+0 |
| | | |||||
| * | Add global resource system to Program | 魏曹先生 | 2026-04-27 | 1 | -0/+50 |
| | | |||||
| * | Update project description and example doc ordering | Weicao-CatilGrass | 2026-04-26 | 1 | -3/+0 |
| | | |||||
| * | Add workspace configuration and update dependencies | 魏曹先生 | 2026-04-22 | 1 | -1/+1 |
| | | |||||
| * | Remove async runtime requirement from examples | 魏曹先生 | 2026-04-19 | 1 | -1/+1 |
| | | |||||
| * | Move resource files to docs directory | 魏曹先生 | 2026-04-14 | 5 | -0/+233 |
