You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -3,14 +3,15 @@ All notable changes to this project will be documented in this file.
3
3
4
4
CommandLineParser project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
5
5
6
-
## [2.8.0-preview1] - 2020-3-12
6
+
## [2.8.0-preview1] - 2020-3-14
7
7
8
8
### Added
9
9
- Added support for async programming for `WithParsed and WithNotParsed` by [@joseangelmt, PR# 390 ](https://github.com/commandlineparser/commandline/pull/390).
10
10
- Add default verb support by [@Artentus, PR# 556](https://github.com/commandlineparser/commandline/pull/556).
11
11
- Add more details for localized attribute properties by [@EdmondShtogu, PR# 558](https://github.com/commandlineparser/commandline/pull/558)
12
12
- Support Default in Group Options and raise error if both SetName and Group are applied on option by [@hadzhiyski, PR# 575](https://github.com/commandlineparser/commandline/pull/575).
13
13
- Support mutable types without empty constructor that only does explicit implementation of interfaces by [@pergardebrink](https://github.com/commandlineparser/commandline/pull/590).
14
+
-
14
15
15
16
### Changed
16
17
- Tests cleanup by [@gsscoder, PR# 560](https://github.com/commandlineparser/commandline/pull/560).
Copy file name to clipboardExpand all lines: README.md
+4-3Lines changed: 4 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -30,16 +30,17 @@ __This library provides _hassle free_ command line parsing with a constantly upd
30
30
- Verbs can be array of types collected from Plugins or IoC container.
31
31
- Define [verb commands](https://github.com/commandlineparser/commandline/wiki/Verbs) similar to `git commit -a`.
32
32
- Support default verb.
33
-
- Support Mutable and Imutable types.
33
+
- Support Mutable and Immutable types.
34
34
- Support HelpText localization.
35
35
- Support ordering of options in HelpText.
36
36
- Support [Mutually Exclusive Options](https://github.com/commandlineparser/commandline/wiki/Mutually-Exclusive-Options) and Options groups.
37
37
- Support named and value options.
38
38
- Support Asynchronous programming with async and await.
- CommandLineParser.FSharp package is F#-friendly with support for `option<'a>`, see [demo](https://github.com/commandlineparser/commandline/blob/master/demo/fsharp-demo.fsx). _NOTE: This is a separate NuGet package._
41
-
- Include good wiki documentation with lot of examples ready to run online.
42
-
- Support Sourcelink and symbolic package.
41
+
- Include wiki documentation with lot of examples ready to run online.
42
+
- Support Source Link and symbolic nuget package snupkg.
43
+
- Tested in Windows, Linux Ubuntu 18.04 and Mac OS.
43
44
- Most of features applies with a [CoC](http://en.wikipedia.org/wiki/Convention_over_configuration) philosophy.
0 commit comments