All Versions
13
Latest Version
Avg Release Cycle
82 days
Latest Release
1229 days ago

Changelog History
Page 1

  • v1.9.0 Changes

    November 15, 2020

    โšก๏ธ Updated to .Net 5.0

  • v1.8.0 Changes

    March 15, 2020

    โš  Warning: This version contains breaking changes. Remove all deprecations, before update.

    • New option 'version' to print current application version.
    • Configurable 'help' option.
    • [breaking] NFlags class removed.
    • [breaking] RegisterSubcommand method removed from CommandConfigurator
    • [breaking] RegisterParam<T> method removed from CommandConfigurator
    • [breaking] Properties CliConfig and NFlagsConfig removed from CommandConfig class.
    • [breaking] Changed IHelpPrinter interface
  • v1.7.2 Changes

    November 03, 2019
    • โž• Added version option to print current application version
  • v1.7.1 Changes

    June 27, 2019
    • Nflags class obsoleted in favorite of Cli class. (#20)
  • v1.7.0 Changes

    April 07, 2019

    1.7.0

    • ๐Ÿ‘ Array support for options
    • ๐Ÿ–จ Ability to provide custom print helper
    • ๐Ÿ”ง Generic configuration provider
    • Help text improvements
  • v1.6.0 Changes

    February 18, 2019

    1.6.0

    • ๐Ÿ”ง Introduced support for binding to configuration
    • Introduced lazy binding for environment variables
    • ๐Ÿ”ง Introduced lazy binding for configuration
    • Kestrel integration example
  • v1.5.0 Changes

    February 02, 2019

    What's new in 1.5.0:

    • ๐Ÿ— Introduced Flag/Option/Paraemter/ParameterSeries builders
    • ๐Ÿ‘ Flag/Option/Paraemter/ParameterSeries Attributes changed to support named arguments
    • ๐Ÿ‘ Introduced support for binding Environment Variables
  • v1.4.0 Changes

    November 14, 2018

    What's new in 1.4.0:

    • Generic custom args command registration
    • Method RegisterSubcommand marked as obsolete and RegisterCommand method introduced
    • ๐Ÿ–จ Introduced PrintHelpOnExecute
    • 0๏ธโƒฃ Introduced default commands
  • v1.3.1 Changes

    November 09, 2018

    Whats new in 1.3.1:

    • Generic options and arguments getters in CommandArgs
  • v1.3.0 Changes

    November 02, 2018

    Whats new in 1.3.0:

    • Generic argument registration
    • Custom converters
    • ๐Ÿ‘ป Exception handling