Skip to content

Releases: fsprojects/Argu

6.2.4

24 May 20:47
c5b6ab3
Compare
Choose a tag to compare

Add AttributeUsage targets for methods which will be required in .NET 8.0.300 #243 @dlidstrom

6.2.3

28 Mar 12:06
e3bc012
Compare
Choose a tag to compare

Improve error message on missing cases on a subcommands (display all missing cases) #236 @fpellet
Fix the regression of the #127 merged in 6.1.2 and fix usage display when there are missing case in subcommands. #236 @fpellet

6.2.2

28 Feb 10:57
5fb339f
Compare
Choose a tag to compare

Fix default programName when invoking via a wrapper such as dotnet.exe #233

6.2.1

19 Feb 13:24
6b60199
Compare
Choose a tag to compare

Fix ParseResults.ProgramName - make it public (cut and paste error in #229) #231

6.2.0

19 Feb 12:00
1dc67c9
Compare
Choose a tag to compare

Add ParseResults.ProgramName #229
Add ParseResults.GetResult(expr, 'Field -> 'R): 'R as alias for PostProcessResult, ParseResults.GetResults(expr, 'Field -> 'R): 'R list as alias for PostProcessResults, ParseResults.TryGetResult(expr, 'Field -> 'R): 'R option as alias for TryPostProcessResult #230
Add ParseResults.GetResult(expr, defThunk: unit -> 'Field, parse: 'Field -> 'R): 'R and ParseResults.GetResults(expr, def: 'Field, parse: 'Field -> 'R): 'R that trap parse exceptions, mapping them to parse exit messages #230

6.1.5

22 Jan 00:29
e0f5c5d
Compare
Choose a tag to compare

Fix the regression of the #127 merged in 6.1.2 and fix Mandatory arguments in nested subcommands. #220 @fpellet

6.1.4

13 Dec 22:54
4f330d6
Compare
Choose a tag to compare

Fix: remove incorrect ReproducibleBuilds reference introduced in 6.1.3 #202

6.1.3

13 Dec 14:11
92b9315
Compare
Choose a tag to compare

Add ParseResults.GetResult(expr, unit -> 'T) helper for Catch #187

6.1.2

13 Dec 10:38
c00a01e
Compare
Choose a tag to compare

Fix Mandatory arguments in nested subcommands. #116
Fix Consistent handling of numeric decimal separators using invariant culture. #159

6.1.1

08 Jun 13:23
Compare
Choose a tag to compare

Fix CustomAssignmentOrSpacedAttribute interop with optional fields.