Releases: clap-rs/clap
Releases · clap-rs/clap
v1.1.2
v1.1.1
v1.1
v1.1.0 (2015-07-16)
Features
- allows creating unified help messages, a la docopt or getopts (52bcd892, closes #158)
- allows stating all subcommands should not have --version flags (336c476f, closes #156)
- allows setting version number to auto-propagate through subcommands (bc66d3c6, closes #157)
Improvements
Performance
- Help Messages big performance improvements when printing help messages (52bcd892)
Documentation
v1.0.3
v1.0.2
v1.0.1
v1.0.0
Almost 1.0!
IMPORTANT
Deprecated functions have been removed in this release in order to move towards a 1.0 release. If you were using deprecated functions please switch to the new version (see the deprecations sections of the README.md for details). All functionality remains, and moving away from deprecations should be as easy as a single Find->Replace
v1.0.0-beta (2015-06-30)
Features
- allows waiting for user input on error (d0da3bdd, closes #140)
- Help allows one to fully override the auto-generated help message (26d5ae3e, closes #141)
Documentation
- adds "whats new" section to readme (ff149a29)
Improvements
- removes deprecated functions in prep for 1.0 (274484df)