aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
Commit message (Expand)AuthorAgeFilesLines
* feat(macros): add Wrap derive macro0.5.0-rd魏曹先生22 min.1-1/+39
* refactor!: remove legacy parser feature and migrate to picker魏曹先生50 min.1-0/+61
* refactor!: remove Node type and simplify dispatcher macro syntax魏曹先生88 min.1-0/+64
* refactor!: remove dynamic dispatcher registration API魏曹先生2 hours1-0/+51
* refactor!: rename dispatch_args_trie to dispatch_args魏曹先生3 hours1-1/+16
* docs(changelog): mark 0.4.0 as released and add 0.5.0魏曹先生28 hours1-2/+25
* refactor: rename Confirmer to ResConfirm and OSC94 to ResOSC94魏曹先生33 hours1-12/+12
* feat: move OSC94 under its own module and add confirmer predicates魏曹先生33 hours1-9/+9
* feat(res): add OSC94 resource and setup for terminal progress魏曹先生46 hours1-0/+67
* feat(res): add Confirmer resource and stdin args setup魏曹先生47 hours1-0/+35
* feat(core): add public ArgumentSplitter utility魏曹先生2 days1-0/+25
* feat(core): allow pre_dispatch hooks to mutate arguments魏曹先生2 days1-0/+35
* feat(core): replace immediate output flag with print hook system魏曹先生2 days1-0/+29
* feat(core): move config types to public config module魏曹先生2 days1-2/+8
* refactor(core): extract global resource store into standalone container魏曹先生5 days1-0/+14
* feat(parselib): remove invalid naming case variants魏曹先生7 days1-0/+9
* feat: replace boolean program config with typed enums魏曹先生7 days1-0/+43
* fix(comps): fix PowerShell completion word index and arg passing魏曹先生8 days1-0/+9
* feat(pathf): remove BasicStructPattern from analyzer魏曹先生10 days1-0/+9
* fix(core): write RenderResult::eprintln to stderr魏曹先生12 days1-0/+2
* docs: document completion description support魏曹先生13 days1-0/+4
* chore(core): merge custom completions with defaults魏曹先生13 days1-0/+8
* refactor(dispatch_tree): match longest registered prefix in trie魏曹先生13 days1-0/+10
* feat(metadata): add Description convention metadata type魏曹先生13 days1-0/+27
* feat: add entry metadata system with compile-time typed values魏曹先生13 days1-0/+31
* feat(comp): add prefix and suffix methods to Suggest魏曹先生13 days1-0/+7
* fix(core): resolve subcommands after global parameters魏曹先生13 days1-0/+9
* feat(comps): improve bash completion script word tracking魏曹先生13 days1-0/+2
* chore: escape colons in zsh completion descriptions魏曹先生13 days1-1/+1
* refactor(picker): replace global picker functions with PickerHelper魏曹先生14 days1-0/+8
* chore: add EntryFallback completion support魏曹先生14 days1-0/+23
* chore!: rename ErrorDispatcherNotFound to EntryFallback魏曹先生14 days1-0/+20
* docs: Add preset feature groups and improve feature docs魏曹先生2026-08-031-0/+12
* docs: update changelog for CRATE_ROOT module placement魏曹先生2026-08-031-5/+7
* docs: add CRATE_ROOT module for docs_rs builds魏曹先生2026-08-031-1/+5
* revert: Remove picker_comp module and PickerArgSuggest trait魏曹先生2026-08-021-8/+0
* feat(core): add batch methods to Suggest and update macro魏曹先生2026-08-021-0/+7
* refactor!: rename `extra_macros` feature to `extras`feat/new-pipeline-model魏曹先生2026-08-011-10/+31
* feat(picker_comp): add module to bridge picker and comp subsystems魏曹先生2026-07-291-0/+8
* feat(core/comp): add Suggest::combine method for merging suggestions魏曹先生2026-07-291-0/+2
* feat(dispatcher, gen_program): add From impl and default Entry pack type魏曹先生2026-07-281-0/+4
* feat(macros): wrap gen_program output in a hidden module魏曹先生2026-07-281-4/+7
* feat(mingling_macros, mingling_pathf): add `#[command]` attribute macro魏曹先生2026-07-281-0/+40
* refactor(pathf): move type resolution from compile-time to build-time魏曹先生2026-07-281-1/+7
* feat(picker): add convenience methods to PickArgParsed tuples魏曹先生2026-07-281-0/+8
* feat(picker): add filesystem-aware path value types魏曹先生2026-07-281-0/+35
* chore(changelog): mark release 0.3.0 as released on 2026-07-27魏曹先生2026-07-271-2/+2
* feat(macros): split monolith into one-macro-per-file modules魏曹先生2026-07-261-4/+5
* docs(changelog): fix item numbering in changelog魏曹先生2026-07-251-4/+3
* feat(core): consolidate sync/async exec pipeline with `might_be_async`魏曹先生2026-07-241-0/+10