All Versions
13
Latest Version
Avg Release Cycle
82 days
Latest Release
1526 days ago
Changelog History
Page 1
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, 20191.7.0
- ๐ Array support for options
- ๐จ Ability to provide custom print helper
- ๐ง Generic configuration provider
- Help text improvements
-
v1.6.0 Changes
February 18, 20191.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, 2019What'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, 2018What'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, 2018Whats new in 1.3.1:
- Generic options and arguments getters in CommandArgs
-
v1.3.0 Changes
November 02, 2018Whats new in 1.3.0:
- Generic argument registration
- Custom converters
- ๐ป Exception handling