aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
Commit message (Expand)AuthorAgeFilesLines
* chore(core): merge custom completions with defaults魏曹先生10 hours1-0/+8
* refactor(dispatch_tree): match longest registered prefix in trie魏曹先生10 hours1-0/+10
* feat(metadata): add Description convention metadata type魏曹先生11 hours1-0/+27
* feat: add entry metadata system with compile-time typed values魏曹先生11 hours1-0/+31
* feat(comp): add prefix and suffix methods to Suggest魏曹先生30 hours1-0/+7
* fix(core): resolve subcommands after global parameters魏曹先生31 hours1-0/+9
* feat(comps): improve bash completion script word tracking魏曹先生31 hours1-0/+2
* chore: escape colons in zsh completion descriptions魏曹先生32 hours1-1/+1
* refactor(picker): replace global picker functions with PickerHelper魏曹先生34 hours1-0/+8
* chore: add EntryFallback completion support魏曹先生34 hours1-0/+23
* chore!: rename ErrorDispatcherNotFound to EntryFallback魏曹先生35 hours1-0/+20
* docs: Add preset feature groups and improve feature docs魏曹先生2 days1-0/+12
* docs: update changelog for CRATE_ROOT module placement魏曹先生2 days1-5/+7
* docs: add CRATE_ROOT module for docs_rs builds魏曹先生2 days1-1/+5
* revert: Remove picker_comp module and PickerArgSuggest trait魏曹先生3 days1-8/+0
* feat(core): add batch methods to Suggest and update macro魏曹先生3 days1-0/+7
* refactor!: rename `extra_macros` feature to `extras`feat/new-pipeline-model魏曹先生3 days1-10/+31
* feat(picker_comp): add module to bridge picker and comp subsystems魏曹先生6 days1-0/+8
* feat(core/comp): add Suggest::combine method for merging suggestions魏曹先生6 days1-0/+2
* feat(dispatcher, gen_program): add From impl and default Entry pack type魏曹先生7 days1-0/+4
* feat(macros): wrap gen_program output in a hidden module魏曹先生7 days1-4/+7
* feat(mingling_macros, mingling_pathf): add `#[command]` attribute macro魏曹先生7 days1-0/+40
* refactor(pathf): move type resolution from compile-time to build-time魏曹先生7 days1-1/+7
* feat(picker): add convenience methods to PickArgParsed tuples魏曹先生8 days1-0/+8
* feat(picker): add filesystem-aware path value types魏曹先生8 days1-0/+35
* chore(changelog): mark release 0.3.0 as released on 2026-07-27魏曹先生8 days1-2/+2
* feat(macros): split monolith into one-macro-per-file modules魏曹先生9 days1-4/+5
* docs(changelog): fix item numbering in changelog魏曹先生10 days1-4/+3
* feat(core): consolidate sync/async exec pipeline with `might_be_async`魏曹先生12 days1-0/+10
* feat(core): add RendererInvoker and ChainInvoker types魏曹先生12 days1-0/+50
* refactor(core): rename ResourceMarker methods to internal names魏曹先生12 days1-0/+10
* feat(core): rename `builds` feature to `build`魏曹先生13 days1-0/+7
* docs(core): add Clone and Eq derives to RenderResult魏曹先生13 days1-0/+7
* feat(any): make `Grouped` trait unsafe and encapsulate `AnyOutput`魏曹先生2026-07-211-0/+35
* docs(changelog): add Mingling 0.3.0 release notes魏曹先生2026-07-211-0/+10
* feat(macros): add `#[mlint(...)]` marker attribute macro魏曹先生2026-07-211-0/+13
* feat(macros): add render_route macro and renderify attribute for render魏曹先生2026-07-211-0/+38
* feat(pathf): add foreign item support with is_foreign flag魏曹先生2026-07-211-0/+8
* feat(core): add generic parameter `C` to `StructuralData` trait魏曹先生2026-07-211-0/+20
* fix: detect both opening and closing bracket forms for attribute macro魏曹先生2026-07-211-1/+8
* feat(core): add From impl for RenderResult with closure coercion魏曹先生2026-07-211-0/+21
* feat(core, macros): add r_append! macro and RenderResult::append_other魏曹先生2026-07-211-0/+8
* feat(core): return `&mut Self` from builder methods魏曹先生2026-07-211-0/+26
* fix(core): delegate stdout flushing to RenderResult::std_print魏曹先生2026-07-211-0/+4
* feat(core)!: replace RenderResult with buffered output model魏曹先生2026-07-211-0/+44
* feat(macros): add `#[buffer]` attribute and re-export `r_print!(ln)`魏曹先生2026-07-201-4/+17
* feat(macros): preserve user function as standalone item in codegen魏曹先生2026-07-201-0/+10
* feat(core)!: remove `to_chain` and `to_render` from `Grouped` trait魏曹先生2026-07-201-0/+19
* feat(extensions): add routeify extension macro for error routing魏曹先生2026-07-201-0/+26
* chore(macros): reorganize module hierarchy in mingling_macros魏曹先生2026-07-201-0/+13