| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Update example version to 0.1.9 | 魏曹先生 | 2026-05-18 | 1 | -7/+3 |
| | | |||||
| * | Switch mingling_core and mingling_macros to use published crate versions0.1.8 | Weicao-CatilGrass | 2026-05-18 | 1 | -0/+4 |
| | | |||||
| * | 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 | -3/+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. | ||||
| * | Remove thiserror dependency and implement error types manually | 魏曹先生 | 2026-05-15 | 1 | -21/+0 |
| | | |||||
| * | Add `builds` feature and install completion scripts | Weicao-CatilGrass | 2026-05-11 | 1 | -3/+13 |
| | | |||||
| * | Add dispatch tree example and update doc version references | 魏曹先生 | 2026-05-08 | 1 | -1/+1 |
| | | |||||
| * | Update mingling from 0.1.7 to 0.1.8 | 魏曹先生 | 2026-05-07 | 1 | -7/+3 |
| | | |||||
| * | Switch to published crates and update README for v0.1.70.1.7 | 魏曹先生 | 2026-05-04 | 1 | -0/+4 |
| | | |||||
| * | 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 |
| | | |||||
| * | Bump mingling version to 0.1.7 and use local dependencies | 魏曹先生 | 2026-04-21 | 1 | -7/+3 |
| | | |||||
| * | Update core and macros dependencies to version 0.1.60.1.6 | 魏曹先生 | 2026-04-20 | 1 | -2/+6 |
| | | |||||
| * | Bump version to 0.1.6 | 魏曹先生 | 2026-04-19 | 1 | -3/+3 |
| | | | | | | | - mingling: 0.1.5 → 0.1.6 - mingling_core: 0.1.4 → 0.1.5 - mingling_macros: 0.1.4 → 0.1.5 | ||||
| * | Make async an optional feature | 魏曹先生 | 2026-04-19 | 3 | -41/+3 |
| | | |||||
| * | Simplify examples by removing AnyOutput usage | 魏曹先生 | 2026-04-18 | 1 | -3/+3 |
| | | |||||
| * | Update example to use EnumTag and PickableEnum | 魏曹先生 | 2026-04-13 | 1 | -36/+44 |
| | | |||||
| * | Update completion script generation API | 魏曹先生 | 2026-04-13 | 1 | -4/+4 |
| | | |||||
| * | Switch mingling dependencies from crates.io to local paths | Weicao-CatilGrass | 2026-04-12 | 1 | -4/+0 |
| | | |||||
| * | Update Cargo.lock for published mingling crates0.1.5 | 魏曹先生 | 2026-04-12 | 1 | -1/+5 |
| | | |||||
| * | Add comments to example completion function | 魏曹先生 | 2026-04-12 | 1 | -0/+6 |
| | | |||||
| * | Change code blocks in examples from rust to ignore | 魏曹先生 | 2026-04-12 | 1 | -1/+1 |
| | | |||||
| * | Add ShellContext helper methods for completion logic | 魏曹先生 | 2026-04-12 | 1 | -8/+9 |
| | | |||||
| * | Add project branding and update README structure | 魏曹先生 | 2026-04-11 | 1 | -0/+158 |
| | | | | | | | | | | - Add project icon and badges to README - Update crate description to "The Rust CLI Framework" - Add table of contents and improve section organization - Move guide.txt to resources directory and update version reference - Add example-completion Cargo.lock for new example - Remove unused main.rs file | ||||
| * | Remove workspace Cargo.lock and add per-example lockfiles | 魏曹先生 | 2026-04-11 | 1 | -2/+2 |
| | | |||||
| * | Remove serde dependency from example projects | 魏曹先生 | 2026-04-11 | 1 | -1/+0 |
| | | |||||
| * | Add example-completion and update workspace dependencies | 魏曹先生 | 2026-04-11 | 2 | -0/+123 |
