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

Changelog History
Page 16

  • v2.10.4 Changes

    August 25, 2016

    ๐Ÿ› Bug Fixes

    • Help Wrapping: fixes a bug where help is wrapped incorrectly and causing a panic with some non-English characters (d0b442c7, closes #626)
  • v2.10.3 Changes

    August 25, 2016

    ๐Ÿ”‹ Features

    • Help: adds new short hand way to use source formatting and ignore term width in help messages (7dfdaf20, closes #625)

    ๐Ÿ“š Documentation

    • Term Width: adds details about set_term_width(0) (00b8205d)

    ๐Ÿ› Bug Fixes

    • Unicode: fixes two bugs where non-English characters were stripped or caused a panic with help wrapping (763a5c92, closes #626)
  • v2.10.2 Changes

    August 22, 2016

    ๐Ÿ› Bug Fixes

    • ๐Ÿ–จ fixes a bug where the help is printed twice (a643fb28, closes #623)
  • v2.10.1 Changes

    August 21, 2016

    ๐Ÿ› Bug Fixes

    • Help Subcommand: fixes misleading usage string when using multi-level subcommmands (e203515e, closes #618)

    ๐Ÿ”‹ Features

    • YAML: allows using lists or single values with arg declarations (9ade2cd4, closes #614, #613)
  • v2.10.0 Changes

    July 29, 2016

    ๐Ÿ”‹ Features

    • Completions: one can generate a basic fish completions script at compile time (1979d2f2)

    ๐Ÿ› Bug Fixes

    • ๐Ÿ“œ parser: preserve external subcommand name (875df243)

    ๐Ÿ’ฅ Breaking Changes

    • ๐Ÿ“œ parser: preserve external subcommand name (875df243)

    ๐Ÿ“š Documentation

    • YAML: fixes example 17's incorrect reference to arg_groups instead of groups (b6c99e13, closes #601)
  • v2.9.3 Changes

    July 24, 2016

    ๐Ÿ› Bug Fixes

    • fixes bug where only first arg in list of required_unless_one is recognized (1fc3b55b, closes #575)
    • Settings: fixes typo subcommandsrequired->subcommandrequired (fc72cdf5, closes #593)

    ๐Ÿ”‹ Features

    • Completions: adds the ability to generate completions to io::Write object (9f62cf73)
    • Settings: Add unset_setting and unset_settings fns to App (#598) (0ceba231, closes #590)
  • v2.9.2 Changes

    July 03, 2016

    ๐Ÿ“š Documentation

    • Completions: fixes the formatting of the Cargo.toml excerpt in the completions example (722f2607)

    ๐Ÿ› Bug Fixes

    • Completions: fixes bug where --help and --version short weren't added to the completion list (e9f2438e, closes #536)
  • v2.9.1 Changes

    July 02, 2016

    ๐Ÿ‘Œ Improvements

    • Completions: allows multiple completions to be built by namespacing with bin name (57484b2d)
  • v2.9.0 Changes

    July 01, 2016

    ๐Ÿ“š Documentation

    • Completions:
      • fixes some errors in the completion docs (9b359bf0)
      • adds documentation for completion scripts (c6c519e4)

    ๐Ÿ”‹ Features

    • Completions:
      • one can now generate a bash completions script at compile time! (e75b6c7b, closes #376)
      • completions now include aliases to subcommands, including all subcommand options (0ab9f840, closes #556)
      • completions now continue completing even after first completion (18fc2e5b)
      • allows matching on possible values in options (89cc2026, closes #557)

    ๐Ÿ› Bug Fixes

    • ๐Ÿ‘ AllowLeadingHyphen: fixes an issue where isn't ignored like it should be with this setting (96c24c9a, closes #558)
  • v2.8.0 Changes

    June 30, 2016

    ๐Ÿ”‹ Features

    • Arg: adds new setting Arg::require_delimiter which requires val delimiter to parse multiple values (920b5595)

    ๐Ÿ› Bug Fixes

    • Declare term::Winsize as repr(C) (5d663d90)

    ๐Ÿ“š Documentation