All Versions
273
Latest Version
Avg Release Cycle
3 days
Latest Release
749 days ago

Changelog History
Page 22

  • v1.1.5 Changes

    July 29, 2015
    ๐ŸŽ Performance
    • ๐Ÿšš removes some unneeded allocations (93e915df)
  • v1.1.4 Changes

    July 20, 2015
    ๐Ÿ‘Œ Improvements
    • Usage Strings displays a [--] when it may be helpful (86c3be85)
    ๐Ÿ› Bug Fixes
    • Macros fixes a typo in a macro generated error message (c9195c5f)
    • Type Errors fixes formatting of error output when failed type parsing (fe5d95c6)
  • v1.1.3 Changes

    July 18, 2015
    ๐Ÿ“š Documentation
    • โšก๏ธ updates README.md to include lack of color support on Windows (52f81e17)
    ๐Ÿ› Bug Fixes
    • ๐Ÿ fixes formatting bug which prevented compiling on windows (9cb5dceb, closes #163)
  • v1.1.2 Changes

    July 17, 2015
    ๐Ÿ› Bug Fixes
    • ๐Ÿ“œ fixes a bug when parsing multiple {n} newlines inside help strings (6d214b54)
  • v1.1.1 Changes

    July 17, 2015
    ๐Ÿ› Bug Fixes
    • fixes a logic bug and allows setting Arg::number_of_values() < 2 (42b6d1fc, closes #161)
  • v1.1.0 Changes

    July 16, 2015
    ๐Ÿ”‹ 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
    • Help Strings properly aligns and handles newlines in long help strings (f9800a29, closes #145)
    ๐ŸŽ Performance
    • Help Messages big performance improvements when printing help messages (52bcd892)
    ๐Ÿ“š Documentation
    • โšก๏ธ updates readme with new features (8232f7bb)
    • fix incorrect code example for App::subcommand_required (8889689d)
  • v1.0.3 Changes

    July 11, 2015
    ๐Ÿ‘Œ Improvements
    ๐Ÿ“š Documentation
    • README.md updates example help message to new format (0aca29bd)
  • v1.0.2 Changes

    July 09, 2015
    ๐Ÿ‘Œ Improvements
    • Usage re-orders optional arguments and required to natural standard (dc7e1fce, closes #147)
  • v1.0.1 Changes

    July 08, 2015
    ๐Ÿ› Bug Fixes
    • allows empty values when using --long='' syntax (083f82d3, closes #151)
  • v1.0.0 Changes

    July 08, 2015
    ๐Ÿ“š 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)