aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
Commit message (Expand)AuthorAgeFilesLines
* fix: generate async-compatible empty do_chain fallback魏曹先生45 hours1-1/+1
* chore!: simplify ExitCodeSetup to non-generic unit struct魏曹先生48 hours1-0/+19
* chore!: simplify DirectoryEnvironmentSetup to unit struct魏曹先生48 hours1-0/+19
* chore!: remove legacy extra_macros feature alias魏曹先生2 days1-0/+2
* refactor!: replace build.rs with compile-time macro build steps魏曹先生2 days1-0/+61
* feat(macros)!: change completion context parameter to owned type魏曹先生3 days1-0/+28
* feat(macros): relax completion attribute signature魏曹先生3 days1-0/+18
* refactor!: replace pack! macros with derive-based pipeline types魏曹先生3 days1-0/+48
* feat(macros): add Wrap derive macro魏曹先生3 days1-1/+39
* refactor!: remove legacy parser feature and migrate to picker魏曹先生3 days1-0/+61
* refactor!: remove Node type and simplify dispatcher macro syntax魏曹先生3 days1-0/+64
* refactor!: remove dynamic dispatcher registration API魏曹先生3 days1-0/+51
* refactor!: rename dispatch_args_trie to dispatch_args魏曹先生3 days1-1/+16
* docs(changelog): mark 0.4.0 as released and add 0.5.0魏曹先生4 days1-2/+25
* refactor: rename Confirmer to ResConfirm and OSC94 to ResOSC94魏曹先生4 days1-12/+12
* feat: move OSC94 under its own module and add confirmer predicates魏曹先生4 days1-9/+9
* feat(res): add OSC94 resource and setup for terminal progress魏曹先生5 days1-0/+67
* feat(res): add Confirmer resource and stdin args setup魏曹先生5 days1-0/+35
* feat(core): add public ArgumentSplitter utility魏曹先生5 days1-0/+25
* feat(core): allow pre_dispatch hooks to mutate arguments魏曹先生5 days1-0/+35
* feat(core): replace immediate output flag with print hook system魏曹先生5 days1-0/+29
* feat(core): move config types to public config module魏曹先生5 days1-2/+8
* refactor(core): extract global resource store into standalone container魏曹先生8 days1-0/+14
* feat(parselib): remove invalid naming case variants魏曹先生9 days1-0/+9
* feat: replace boolean program config with typed enums魏曹先生9 days1-0/+43
* fix(comps): fix PowerShell completion word index and arg passing魏曹先生11 days1-0/+9
* feat(pathf): remove BasicStructPattern from analyzer魏曹先生13 days1-0/+9
* fix(core): write RenderResult::eprintln to stderr魏曹先生2026-08-051-0/+2
* docs: document completion description support魏曹先生2026-08-041-0/+4
* chore(core): merge custom completions with defaults魏曹先生2026-08-041-0/+8
* refactor(dispatch_tree): match longest registered prefix in trie魏曹先生2026-08-041-0/+10
* feat(metadata): add Description convention metadata type魏曹先生2026-08-041-0/+27
* feat: add entry metadata system with compile-time typed values魏曹先生2026-08-041-0/+31
* feat(comp): add prefix and suffix methods to Suggest魏曹先生2026-08-031-0/+7
* fix(core): resolve subcommands after global parameters魏曹先生2026-08-031-0/+9
* feat(comps): improve bash completion script word tracking魏曹先生2026-08-031-0/+2
* chore: escape colons in zsh completion descriptions魏曹先生2026-08-031-1/+1
* refactor(picker): replace global picker functions with PickerHelper魏曹先生2026-08-031-0/+8
* chore: add EntryFallback completion support魏曹先生2026-08-031-0/+23
* chore!: rename ErrorDispatcherNotFound to EntryFallback魏曹先生2026-08-031-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