All Versions
47
Latest Version
Avg Release Cycle
121 days
Latest Release
1244 days ago

Changelog History
Page 4

  • v1.10.2 Changes

    October 29, 2015

    ๐Ÿ›  Fixed

    • โœ‚ Remove unused var in bash completion.
  • v1.10.1 Changes

    October 21, 2015

    โž• Added

    • Coverage and reference logos in README.

    ๐Ÿ›  Fixed

    • ๐Ÿ“œ Use specified values in help and version parsing.
    • Only display app version and help message once.
  • v1.10.0 Changes

    October 06, 2015

    โž• Added

    • โœ… More tests for existing functionality.
    • ArgsUsage at app and command level for help text flexibility.

    ๐Ÿ›  Fixed

    • Honor HideHelp and HideVersion in App.Run.
    • โœ‚ Remove juvenile word from README.
  • v1.9.0 Changes

    September 08, 2015

    โž• Added

    • โšก๏ธ FullName on command with accompanying help output update.
    • 0๏ธโƒฃ Set default $PROG in bash completion.

    ๐Ÿ”„ Changed

    • ๐Ÿ“„ Docs formatting.

    ๐Ÿ›  Fixed

    • โœ‚ Removed self-referential imports in tests.
  • v1.8.0 Changes

    June 30, 2015

    โž• Added

    • ๐Ÿ‘Œ Support for Copyright at app level.
    • Parent func at context level to walk up context lineage.

    ๐Ÿ›  Fixed

    • Global flag processing at top level.
  • v1.7.1 Changes

    June 11, 2015

    โž• Added

    • Aggregate errors from Before/After funcs.
    • Doc comments on flag structs.
    • Include non-global flags when checking version and help.
    • โšก๏ธ Travis CI config updates.

    ๐Ÿ›  Fixed

    • Ensure slice type flags have non-nil values.
    • Collect global flags from the full command hierarchy.
    • ๐Ÿ“„ Docs prose.
  • v1.7.0 Changes

    May 03, 2015

    ๐Ÿ”„ Changed

    • ๐Ÿ–จ HelpPrinter signature includes output writer.

    ๐Ÿ›  Fixed

    • ๐Ÿ“„ Specify go 1.1+ in docs.
    • Set Writer when running command as app.
  • v1.6.0 Changes

    March 23, 2015

    โž• Added

    • ๐Ÿ‘ Multiple author support.
    • NumFlags at context level.
    • Aliases at command level.

    ๐Ÿ—„ Deprecated

    • ShortName at command level.

    ๐Ÿ›  Fixed

    • Subcommand help output.
    • ๐Ÿ—„ Backward compatible support for deprecated Author and Email fields.
    • ๐Ÿ“„ Docs regarding Names/Aliases.
  • v1.5.0 Changes

    February 20, 2015

    โž• Added

    • ๐Ÿ‘ After hook func support at app and command level.

    ๐Ÿ›  Fixed

    • ๐Ÿ“œ Use parsed context when running command as subcommand.
    • ๐Ÿ“„ Docs prose.
  • v1.4.1 Changes

    January 09, 2015

    โž• Added

    • ๐Ÿ‘Œ Support for hiding -h / --help flags, but not help subcommand.
    • ๐Ÿ“œ Stop flag parsing after --.

    ๐Ÿ›  Fixed

    • Help text for generic flags to specify single value.
    • 0๏ธโƒฃ Use double quotes in output for defaults.
    • ๐Ÿ“œ Use ParseInt instead of ParseUint for int environment var values.
    • ๐Ÿ“œ Use 0 as base when parsing int environment var values.