Skip to content

Releases: clap-rs/clap

v1.0.3

11 Jul 15:32
Compare
Choose a tag to compare

v1.0.3 (2015-07-11)

Improvements

Documentation

  • README.md updates example help message to new format (0aca29bd)

v1.0.2

09 Jul 15:37
Compare
Choose a tag to compare

v1.0.2 (2015-07-09)

Improvements

  • Usage re-orders optional arguments and required to natural standard (dc7e1fce, closes #147)

v1.0.1

08 Jul 19:23
Compare
Choose a tag to compare

v1.0.1 (2015-07-08)

Bug Fixes

  • allows empty values when using --long='' syntax (083f82d3, closes #151)

v1.0.0

08 Jul 00:52
Compare
Choose a tag to compare

v1.0.0 (2015-07-08)

Documentation

  • README.md adds new features to what's new list (938f7f01)
  • README.md use with_name for subcommands (28b7e316)

Features

  • args can now be parsed from arbitrary locations, not just std::env::args() (75312528)

Almost 1.0!

30 Jun 02:41
Compare
Choose a tag to compare

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)

BREAKING CHANGE (Kind of...)

17 Jun 01:01
Compare
Choose a tag to compare

v0.11.0 (2015-06-17) - BREAKING CHANGE

Documentation

  • updates docs to new version flag defaults (ebf442eb)

Features

  • Help and Version default short for version is now -V but can be overridden (only breaks manual documentation) (BREAKING CHANGE eb1d9320)

v0.10.5

07 Jun 20:30
Compare
Choose a tag to compare

v0.10.5 (2015-06-06)

Bug Fixes

  • Global Args global arguments propogate fully now (1f377960, closes #137)

v0.10.3

01 Jun 14:24
Compare
Choose a tag to compare

v0.10.3 (2015-05-31)

Bug Fixes

  • Global Args fixes a bug where globals only transfer to one subcommand (a37842ee, closes #135)

v0.10.2

30 May 17:17
Compare
Choose a tag to compare

v0.10.2 (2015-05-30)

Improvements

  • Binary Names allows users to override the system determined bin name (2191fe94, closes #134)

Documentation

  • adds contributing guidelines (6f76bd0a)

v0.10.1

26 May 02:04
Compare
Choose a tag to compare

v0.10.1 (2015-05-26)

Features

  • can now specify that an app or subcommand should display help on no args or subcommands (29ca7b2f, closes #133)