aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add extra_macros feature to doc scripts and mingling depsWeicao-CatilGrass2026-06-013-2/+3
|
* Refactor flag argument macros for better performanceWeicao-CatilGrass2026-06-012-29/+26
|
* Switch to workspace-level documentation buildsWeicao-CatilGrass2026-06-013-15/+15
|
* Refactor built-in flags into reusable setup structs魏曹先生2026-06-012-6/+108
|
* Change `ProgramSetup::setup` to consume `self` instead of borrow魏曹先生2026-06-017-14/+13
|
* Expand module-level documentationWeicao-CatilGrass2026-05-311-67/+291
|
* Enhance code quality across the entire codebaseWeicao-CatilGrass2026-05-3182-400/+651
|
* Update CHANGELOG entries for consistency魏曹先生2026-05-311-2/+2
|
* Bump version to 0.2.0魏曹先生2026-05-3121-138/+62
|
* Switch mingling dependencies to local path references魏曹先生2026-05-312-33/+4
|
* Fix trailing space and partial match bugs in default completion魏曹先生2026-05-312-7/+30
|
* Add unpack_chain_process macro and improve test docs魏曹先生2026-05-312-8/+172
|
* Update CHANGELOG and switch to published crate versions0.1.9魏曹先生2026-05-2922-16/+111
|
* Remove duplicate README and replace with symlink魏曹先生2026-05-292-175/+1
|
* Replace license files with symlinks to root魏曹先生2026-05-298-844/+8
|
* Update roadmap milestones and mark 0.1.9 features as complete魏曹先生2026-05-292-8/+20
|
* Remove stale example-repl-advanced directory and repl_extra feature魏曹先生2026-05-297-135/+0
|
* Prompt user before temporarily committing in CI魏曹先生2026-05-291-13/+31
|
* Add auto-generated feature flags module and tooling魏曹先生2026-05-2911-79/+422
|
* Support doc comments and attributes on `pack!` and `dispatcher!` macros魏曹先生2026-05-293-71/+161
|
* Remove PackAttrs parsing and rendering from pack macro魏曹先生2026-05-291-105/+9
|
* Rename error types with consistent naming convention魏曹先生2026-05-2911-42/+46
|
* Fix `program_comp_gen!` import issue魏曹先生2026-05-292-11/+116
| | | | | Fixed `program_comp_gen!` import when `comp` and `dispatch_tree` features coexist
* Rename CompletionDispatcher to CMDCompletion and hide internal types魏曹先生2026-05-296-23/+40
|
* Add workflow, macro, and dispatch keywords to Cargo.toml魏曹先生2026-05-291-1/+11
|
* Update docs and examples for clap binding with optional error parameter魏曹先生2026-05-293-13/+27
|
* Enable color feature for clap and fix help and error rendering魏曹先生2026-05-294-13/+25
|
* Introduce `Registry` type alias for global static declarations魏曹先生2026-05-291-10/+12
|
* Rewrite documentation for Mingling library魏曹先生2026-05-281-28/+30
|
* Add example for clap binding integration魏曹先生2026-05-286-0/+482
|
* Update crate description魏曹先生2026-05-281-1/+1
|
* Rewrite README and update GitHub URL case魏曹先生2026-05-284-386/+146
|
* Fix indentation and update Chinese documentation contentWeicao-CatilGrass2026-05-273-76/+156
|
* Sync README.md to mingling\README.mdWeicao-CatilGrass2026-05-271-1/+1
|
* Update badge label from "latest" to "rewriting"魏曹先生2026-05-271-1/+1
|
* Add Chinese tutorial for Step 1 of Mingling framework魏曹先生2026-05-2711-0/+1615
|
* Add click and drag support to progress bar魏曹先生2026-05-252-1/+39
|
* Restructure docs魏曹先生2026-05-2529-1592/+2122
| | | | add template and interactive tutorial, update tool runner
* Require explicit import of `crate::Next` in chained functions魏曹先生2026-05-246-5/+31
|
* Gate extra_macros items behind the feature flag魏曹先生2026-05-244-2/+10
|
* Add implicit dispatcher macro with auto-derived names魏曹先生2026-05-2411-39/+293
|
* Move entry, route, and program_setup macros to extra_macros feature魏曹先生2026-05-249-14/+16
| | | | | | Remove these macros from the prelude and gate them behind the `extra_macros` feature flag. Update examples and documentation to enable the new feature where these macros are used.
* Add extra_macros feature to mingling and mingling_macros魏曹先生2026-05-242-1/+12
|
* Update doc examples and fix code references in setupsWeicao-CatilGrass2026-05-243-56/+56
|
* Add entry! macro for packed entry wrapper constructionWeicao-CatilGrass2026-05-231-13/+36
|
* Rework examples and add entry macro for testingWeicao-CatilGrass2026-05-2365-1108/+3602
|
* Re-export `mingling_core::setup::*` from `setup` moduleWeicao-CatilGrass2026-05-231-0/+1
|
* Fix incorrect variable name in help attribute macroWeicao-CatilGrass2026-05-231-2/+2
|
* Refactor resource injection to use inline mut resource wrappingWeicao-CatilGrass2026-05-231-19/+26
|
* Add Default derive and Option Pickable implementationWeicao-CatilGrass2026-05-233-0/+18
|