aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
Commit message (Collapse)AuthorAgeFilesLines
* Update CHANGELOG example to show optional `dispatcher_clap` attributes魏曹先生2026-04-261-1/+3
|
* Rename feature `clap_parser` to `clap`魏曹先生2026-04-261-2/+2
|
* Update changelog to document clap help print behaviour魏曹先生2026-04-261-4/+6
|
* Add help system with `#[help]` macro and `HelpRequest` trait魏曹先生2026-04-251-0/+9
|
* Complete clap_parser macro and update changelog, readme魏曹先生2026-04-251-2/+16
|
* Refactor picker to return single values instead of single-element tuples魏曹先生2026-04-251-3/+26
|
* Add async example demonstrating tokio integration魏曹先生2026-04-251-0/+1
|
* Update CHANGELOG to mark release 0.1.6 as yanked0.1.6-yankedWeicao-CatilGrass2026-04-241-1/+1
|
* Update changelog for 0.1.6 with Windows build fix and cautionWeicao-CatilGrass2026-04-241-1/+5
|
* Add new_with_args and dispatch_args_dynamic to Program魏曹先生2026-04-221-0/+18
| | | | | Remove Display bound from Group type parameter and delete dispatcher_render macro. This is a breaking change.
* Update core and macros dependencies to version 0.1.60.1.6魏曹先生2026-04-201-0/+4
|
* Add initial CHANGELOG.md for release 0.1.6魏曹先生2026-04-201-0/+39