aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
Commit message (Expand)AuthorAgeFilesLines
* chore: add EntryFallback completion support魏曹先生16 hours1-0/+23
* chore!: rename ErrorDispatcherNotFound to EntryFallback魏曹先生17 hours1-0/+20
* docs: Add preset feature groups and improve feature docs魏曹先生30 hours1-0/+12
* docs: update changelog for CRATE_ROOT module placement魏曹先生30 hours1-5/+7
* docs: add CRATE_ROOT module for docs_rs builds魏曹先生30 hours1-1/+5
* revert: Remove picker_comp module and PickerArgSuggest trait魏曹先生42 hours1-8/+0
* feat(core): add batch methods to Suggest and update macro魏曹先生42 hours1-0/+7
* refactor!: rename `extra_macros` feature to `extras`feat/new-pipeline-model魏曹先生2 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魏曹先生6 days1-0/+4
* feat(macros): wrap gen_program output in a hidden module魏曹先生6 days1-4/+7
* feat(mingling_macros, mingling_pathf): add `#[command]` attribute macro魏曹先生6 days1-0/+40
* refactor(pathf): move type resolution from compile-time to build-time魏曹先生6 days1-1/+7
* feat(picker): add convenience methods to PickArgParsed tuples魏曹先生7 days1-0/+8
* feat(picker): add filesystem-aware path value types魏曹先生7 days1-0/+35
* chore(changelog): mark release 0.3.0 as released on 2026-07-27魏曹先生7 days1-2/+2
* feat(macros): split monolith into one-macro-per-file modules魏曹先生8 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`魏曹先生11 days1-0/+10
* feat(core): add RendererInvoker and ChainInvoker types魏曹先生11 days1-0/+50
* refactor(core): rename ResourceMarker methods to internal names魏曹先生11 days1-0/+10
* feat(core): rename `builds` feature to `build`魏曹先生12 days1-0/+7
* docs(core): add Clone and Eq derives to RenderResult魏曹先生12 days1-0/+7
* feat(any): make `Grouped` trait unsafe and encapsulate `AnyOutput`魏曹先生13 days1-0/+35
* docs(changelog): add Mingling 0.3.0 release notes魏曹先生14 days1-0/+10
* feat(macros): add `#[mlint(...)]` marker attribute macro魏曹先生14 days1-0/+13
* feat(macros): add render_route macro and renderify attribute for render魏曹先生14 days1-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
* feat(macros): add extension point mechanism for attribute macros魏曹先生2026-07-201-0/+6
* feat(macros): update `route!` to use `Routable` trait for error routing魏曹先生2026-07-191-1/+7
* fix!: rename `Groupped` to `Grouped` across the codebase魏曹先生2026-07-191-1/+12
* feat(macros:chain): accept any return type in chain functions魏曹先生2026-07-191-0/+27
* feat(setups): refactor picker subsystem with new argument manipulation魏曹先生2026-07-181-0/+23
* fix(core)!: conditionally override exit code in ExitCodeSetup魏曹先生2026-07-181-0/+2
* feat(macros): relax `#[help]` return type to accept `Into<RenderResult>`魏曹先生2026-07-181-0/+20
* ix(macros)!: require explicit `.into()` on chain function return values魏曹先生2026-07-181-0/+31
* feat(macros): allow `#[renderer]` to accept any return type魏曹先生2026-07-181-0/+25