| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | refactor(general_renderer): rename to structural_renderer | 魏曹先生 | 4 days | 1 | -71/+0 |
| | | |||||
| * | feat(core): decouple structured output from Groupped trait | 魏曹先生 | 4 days | 1 | -6/+7 |
| | | | | | | | | Introduce `StructuralData` sealed trait and `pack_structural!` / `group_structural!` / `derive(StructuralData)` macros to control structured rendering separately from grouping. `Groupped` no longer requires `Serialize`. | ||||
| * | Enhance code quality across the entire codebase | Weicao-CatilGrass | 2026-05-31 | 1 | -3/+3 |
| | | |||||
| * | Add implicit dispatcher macro with auto-derived names | 魏曹先生 | 2026-05-24 | 1 | -3/+3 |
| | | |||||
| * | Rework examples and add entry macro for testing | Weicao-CatilGrass | 2026-05-23 | 1 | -24/+21 |
| | | |||||
| * | 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 | -6/+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. | ||||
| * | 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 |
| | | |||||
| * | Trim trailing whitespace in generated examples file | Weicao-CatilGrass | 2026-04-12 | 1 | -1/+1 |
| | | |||||
| * | Switch from published mingling crate to local workspace dependency | 魏曹先生 | 2026-04-09 | 1 | -2/+2 |
| | | |||||
| * | Add example output to general renderer doc comment | 魏曹先生 | 2026-04-06 | 1 | -0/+8 |
| | | |||||
| * | Add workspace configuration and examples | 魏曹先生 | 2026-04-06 | 1 | -0/+71 |
