aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
Commit message (Expand)AuthorAgeFilesLines
* feat(setups): refactor picker subsystem with new argument manipulation魏曹先生44 hours1-0/+23
* fix(core)!: conditionally override exit code in ExitCodeSetup魏曹先生2 days1-0/+2
* feat(macros): relax `#[help]` return type to accept `Into<RenderResult>`魏曹先生2 days1-0/+20
* ix(macros)!: require explicit `.into()` on chain function return values魏曹先生2 days1-0/+31
* feat(macros): allow `#[renderer]` to accept any return type魏曹先生2 days1-0/+25
* feat(core): add multiple From implementations for RenderResult魏曹先生2 days1-0/+8
* refactor: rename `mingling_picker` to `arg_picker`魏曹先生3 days1-167/+167
* docs: add changelog entries for core/macros features and picker system魏曹先生3 days1-0/+36
* docs(changelog): document RenderResult::new and removed r_print macros魏曹先生8 days1-2/+25
* chore: add Release 0.3.0 entry to changelog魏曹先生9 days1-0/+21
* chore: bump version to 0.2.2魏曹先生10 days1-128/+151
* chore: fix indentation in CHANGELOG.md魏曹先生2026-07-021-127/+127
* docs(changelog): prepare 0.2.1 release and add unreleased section0.2.1魏曹先生2026-07-021-3/+24
* fix(macros): fix false positives in entry_has_variant substring matching魏曹先生2026-07-021-3/+9
* docs(changelog): polish markdown formatting and update release entries魏曹先生2026-06-301-13/+34
* feat(pathf): add build-time type path resolution system魏曹先生2026-06-281-0/+41
* chore: fix markdown formatting in CHANGELOG魏曹先生2026-06-281-1/+1
* docs(changelog): restructure changelog with TOC and contributor魏曹先生2026-06-281-3/+35
* docs(changelog): standardize bracket formatting in CHANGELOG魏曹先生2026-06-281-140/+140
* feat(mingling): add directory environment resources and setup魏曹先生2026-06-271-0/+17
* feat(macros): add async mutable resource injection for `#[chain]`魏曹先生2026-06-271-0/+16
* fix(core): respect exit code when render output is suppressed魏曹先生2026-06-271-0/+5
* feat(macros): simplify ResultEmpty to a unit struct魏曹先生2026-06-261-0/+8
* refactor(general_renderer): rename to structural_renderer魏曹先生2026-06-261-16/+35
* feat(core): decouple structured output from Groupped trait魏曹先生2026-06-261-0/+10
* fix(dispatch_tree): use proper snake_case for dispatcher static names魏曹先生2026-06-251-0/+2
* Redesign hook system with structured info types and ProgramControls魏曹先生2026-06-241-0/+40
* Add entry-str dedup and registry cleanup in final gen魏曹先生2026-06-231-0/+2
* Add aliased syntax to `group!` macro魏曹先生2026-06-231-2/+11
* Add compile-time duplicate variant detection魏曹先生2026-06-231-0/+8
* Replace macro_rules dispatch with proc-macro generation魏曹先生2026-06-231-0/+2
* Make route! macro auto-convert error types魏曹先生2026-06-221-0/+10
* Support resource injection in #[help] and #[completion魏曹先生2026-06-221-0/+20
* Support qualified type paths in four macros魏曹先生2026-06-221-12/+19
* Remove all explicit program name modes from macrosremoved-shit魏曹先生2026-06-201-1/+25
* Add `group!` macro for registering external types魏曹先生2026-06-201-0/+8
* Re-export Groupped trait from prelude魏曹先生2026-06-201-0/+2
* Move to_chain and to_render to Groupped trait魏曹先生2026-06-201-0/+22
* Add dispatch_tree integration to dispatcher_clap魏曹先生2026-06-191-0/+2
* Add `pack_err!` macro for error structs with automatic name field魏曹先生2026-06-181-0/+52
* Add repository migration notice to changelogWeicao-CatilGrass2026-06-101-0/+7
* Add unit and integration tests for mingling_coreWeicao-CatilGrass2026-06-091-0/+37
* Add COMPLETION_SUBCOMMAND and is_completing methodWeicao-CatilGrass2026-06-091-0/+4
* Add get_args method to ProgramWeicao-CatilGrass2026-06-091-0/+2
* Replace `OnceLock<Option<Box<dyn Any>>>` with custom `ProgramCell` typeWeicao-CatilGrass2026-06-091-0/+5
* Add LazyRes for lazy resource initialization魏曹先生2026-06-071-0/+30
* Rename `ExitCode` to `ResExitCode` and `REPL` to `ResREPL`魏曹先生2026-06-061-0/+13
* Add stdout and user context configuration fields魏曹先生2026-06-051-1/+1
* Add verbose and dry_run fields as convention-only options魏曹先生2026-06-051-0/+2
* Exclude all hidden nodes from completion filteringWeicao-CatilGrass2026-06-051-0/+2