Skip to content

Releases: MatthiWare/CommandLineParser.Core

0.7.0

01 Mar 18:35
fdc7839
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.6.0...0.7.0

0.6.0

02 Apr 05:59
8e6f1e0
Compare
Choose a tag to compare

Improvements

  • Dependency Injection (#121)

General

  • Bump package versions

0.5.2

09 Jan 08:38
03d1217
Compare
Choose a tag to compare

Improvements

  • Remove generic new constraints so validator with arguments can be registered using the generic overload

General

  • Update package id in csproj

0.5.1

05 Jan 18:09
188bdd0
Compare
Choose a tag to compare

Improvements

  • Fix bug where error message is empty when a required option from a subcommand is missing (#114)

General

  • Update dependencies

0.5.0

24 Oct 08:28
54d145b
Compare
Choose a tag to compare

New features

  • Suggestions when mistyping options/commands (#90)
  • Stop parsing option (#92)
  • Positional parameters (#54)
  • Option clustering (#45)

Improvements

  • Better support for all standard datatypes (#93)
  • Rework input parsing (#89)

General

  • Update dependencies and code cleanup.

0.4.0

21 Sep 19:03
a401c08
Compare
Choose a tag to compare

New features

  • Dependency Injection (#70)

Improvements

  • Non generic command registration (#77 #82)
  • Remove Ignore Attribute (#80)

General

  • Update dependencies and code cleanup.

0.3.1

23 Aug 11:54
5cf4f57
Compare
Choose a tag to compare

New features

  • Command discovery (#51)
  • NO_COLOR support (#52)

Improvements

  • Usage builder/printer API (#64)

0.3

23 Feb 10:26
ed262a6
Compare
Choose a tag to compare
0.3

Bugfixes

  • No longer show usages when no arguments are specified and all options have default values (#60)

New features

  • Async API (#59)
  • Default resolver (#58)

0.2.4

05 Nov 15:56
f7d1767
Compare
Choose a tag to compare

Bugfixes

  • Type overloads for generic methods (#29 )

New features

  • Abstraction validation API + FluentValidations Extension (#48 #49)

0.2.3

01 Aug 15:36
73d88d7
Compare
Choose a tag to compare

Bugfixes

  • Better usage output allignment (#32)

New features

  • Postfix for options (#42)
  • Value transformers (#44)
  • Ship xml comments in nuget package