aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
Commit message (Expand)AuthorAgeFilesLines
* feat(any): make `Grouped` trait unsafe and encapsulate `AnyOutput`魏曹先生28 hours1-0/+35
* docs(changelog): add Mingling 0.3.0 release notes魏曹先生29 hours1-0/+10
* feat(macros): add `#[mlint(...)]` marker attribute macro魏曹先生38 hours1-0/+13
* feat(macros): add render_route macro and renderify attribute for render魏曹先生40 hours1-0/+38
* feat(pathf): add foreign item support with is_foreign flag魏曹先生41 hours1-0/+8
* feat(core): add generic parameter `C` to `StructuralData` trait魏曹先生41 hours1-0/+20
* fix: detect both opening and closing bracket forms for attribute macro魏曹先生42 hours1-1/+8
* feat(core): add From impl for RenderResult with closure coercion魏曹先生43 hours1-0/+21
* feat(core, macros): add r_append! macro and RenderResult::append_other魏曹先生43 hours1-0/+8
* feat(core): return `&mut Self` from builder methods魏曹先生43 hours1-0/+26
* fix(core): delegate stdout flushing to RenderResult::std_print魏曹先生43 hours1-0/+4
* feat(core)!: replace RenderResult with buffered output model魏曹先生43 hours1-0/+44
* feat(macros): add `#[buffer]` attribute and re-export `r_print!(ln)`魏曹先生3 days1-4/+17
* feat(macros): preserve user function as standalone item in codegen魏曹先生3 days1-0/+10
* feat(core)!: remove `to_chain` and `to_render` from `Grouped` trait魏曹先生3 days1-0/+19
* feat(extensions): add routeify extension macro for error routing魏曹先生3 days1-0/+26
* chore(macros): reorganize module hierarchy in mingling_macros魏曹先生3 days1-0/+13
* feat(macros): add extension point mechanism for attribute macros魏曹先生3 days1-0/+6
* feat(macros): update `route!` to use `Routable` trait for error routing魏曹先生4 days1-1/+7
* fix!: rename `Groupped` to `Grouped` across the codebase魏曹先生4 days1-1/+12
* feat(macros:chain): accept any return type in chain functions魏曹先生4 days1-0/+27
* feat(setups): refactor picker subsystem with new argument manipulation魏曹先生5 days1-0/+23
* fix(core)!: conditionally override exit code in ExitCodeSetup魏曹先生5 days1-0/+2
* feat(macros): relax `#[help]` return type to accept `Into<RenderResult>`魏曹先生5 days1-0/+20
* ix(macros)!: require explicit `.into()` on chain function return values魏曹先生5 days1-0/+31
* feat(macros): allow `#[renderer]` to accept any return type魏曹先生5 days1-0/+25
* feat(core): add multiple From implementations for RenderResult魏曹先生5 days1-0/+8
* refactor: rename `mingling_picker` to `arg_picker`魏曹先生6 days1-167/+167
* docs: add changelog entries for core/macros features and picker system魏曹先生6 days1-0/+36
* docs(changelog): document RenderResult::new and removed r_print macros魏曹先生11 days1-2/+25
* chore: add Release 0.3.0 entry to changelog魏曹先生11 days1-0/+21
* chore: bump version to 0.2.2魏曹先生13 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