Skip to content

Commit 6bc4259

Browse files
authoredJan 8, 2018
removed latest changes, we can focus latest changes in a separate spot or release notes
1 parent 173a07f commit 6bc4259

File tree

1 file changed

+8
-98
lines changed

1 file changed

+8
-98
lines changed
 

‎README.md

+8-98
Original file line numberDiff line numberDiff line change
@@ -254,106 +254,16 @@ Resources for newcomers:
254254
- [Wiki](https://github.com/gsscoder/commandline/wiki)
255255
- [GNU getopt](http://www.gnu.org/software/libc/manual/html_node/Getopt.html)
256256
257-
Latest Changes:
258-
---
259-
- Implemented issue #31 (double dash), thanks also to PR #77 by Tom Glastonbury (@tg73).
260-
- Merged pull request #87, thanks to @randacc.
261-
- Merged pull request #95, thanks to Dan Nemec (@nemec).
262-
- Merged pull request #97, thanks to @bolha7 and @nemec.
263-
- Merged pull request #103, thanks to @krs43.
264-
- Merged pull request #119, thanks to @andrecarlucci.
265-
- Added F# demo (as a simple script); removed specific API (work-in-progress) from solution.
266-
- Merged pull request #144, thanks to @JLRishe.
267-
- Merged pull request #154, thanks to @txdv.
268-
- Implemented issue #68 (option list behaviour).
269-
- Fixed issue #157 (range problems).
270-
- Fixed issue #159 (min constraint).
271-
- Fixed issue #160 (max constraint).
272-
- Fixed issue #161 (min/max constraint for values).
273-
- Increased test coverage.
274-
- Fixed issue #149 (valid numeric input for enums).
275-
- Fixed issue #164 (fixed bug in required value constraint).
276-
- Important fix on scalar string value adjacent to string sequence (without constraints).
277-
- Adding more tests for token partitioners.
278-
- Fix in `Sequence.Partition()`.
279-
- `Sequence.Partition()` rewritten.
280-
- Refactoring for Increase Testability.
281-
- Little change to allow .NET 4.5 build.
282-
- Better `GetHashCode()` implementations.
283-
- New tests added.
284-
- Fixing FAKE build script.
285-
- Issue #172 fixed (`Max` constraint when `Min=Max`).
286-
- Merged PR #171 from @mizipzor.
287-
- Issue #155 Fixed (fix from @guyzeug).
288-
- Added support for `FSharpOption<T>` (if not used no need to distribute `FSharp.Core.dll`).
289-
- Disallowed `Min=Max=0` for sequences, raising exception.
290-
- Issue #177 Fixed.
291-
- Issue #112 Fixed.
292-
- Support for **immutable types**.
293-
- PR #123 by @smbecker Merged.
294-
- Fixes.
295-
- Issue #179 Implemented (`Value|Option.DefaultValue` -> `Default`).
296-
- Issue #180 Implemented (better `ParserResult<T>` model).
297-
- Issue #181 Implemented.
298-
- Added `Return<TSource,TResult>(...)` to `ParserResult<TSource>`.
299-
- Issue #183 (option list in verb scenario) Fixed by @Thilas.
300-
- Issue #183 (immutable in verb scenario) reported by @Thilas Fixed.
301-
- Default `--help` command refactored.
302-
- Added `WithParsed<T>()` for verbs.
303-
- Added `Return<T1...T16>()` for verbs.
304-
- Automatic `--version` handling.
305-
- Added C# demo.
306-
- Issue #189 Implemented.
307-
- Issue #190 Fixed/Implemented (`--help`/`--version`/`version` for verbs).
308-
- Issue #188 (reported by @diversteve) Fixed.
309-
- Issue #191 (`--version`/`version` added to help screen) Fixed.
310-
- Issue #162 (`ValueAttribute` handled in help screen) Implemented.
311-
- PR #197 (by @Thilas) Implemented.
312-
- Issue #202 (reported by @StevenLiekens) Fixed.
313-
- Managing deps with Paket.
314-
- Issue #203 Implemented.
315-
- Issue #204 (reported by @Kimi-Arthur) Fixed.
316-
- PR #205 (by @forki) Merged.
317-
- Refactoring with `RailwaySharp.ErrorHandling`.
318-
- Test project refactoring.
319-
- Issue #186 Implemented: Adding unparse support.
320-
- PR #207 Merged.
321-
- Using new Paket-friendly CSharpx and RailwaySharp.
322-
- Added F# option support to `FormatCommandLine()`.
323-
- `ParserResult<T>` internally refactored, minor breaking changes to `HelpText`.
324-
- Added `FormatCommandLine()` overload with settings.
325-
- Issue #208 Implemented (extended usage text support).
326-
- Internal/external refactorings.
327-
- Minor `HelpText` refactorings.
328-
- Issue #210 (reported by @mac2000) Implemented.
329-
- Test refactorings.
330-
- Fixing XML comments.
331-
- Changes in usage text handling.
332-
- Issue #65 (re) Fixed for 2.0.x library.
333-
- Issue #218 Fixed (IgnoreUnknownArguments).
334-
- PR #215 (by @Thilas) Merged.
335-
- PR #216 (by @Thilas) Merged.
336-
- Issue #217 Fixed.
337-
- Renaming tests fakes.
338-
- Issue #220 Implemented.
339-
- Replacing Either<L,R> with Result<TSucc, TMsg>.
340-
- Centralizing `Tokenizer` configuration.
341-
- Issue #225 (reported by @rmunn) Fixed.
342-
- Issue #225/b (reported by @rmunn) Fixed.
343-
- All `ParserResult<T>.Return` renamed to `MapResult`.
344-
- PR #227 (by @Thilas) Merged.
345-
- Reverted back to `Tuple<...>` instead of `TokePartitions` type.
346-
- PR #227 (by @cfeilen) Merged.
347-
- PR #231 (by @kshanafelt) Merged.
348-
- Updated RailwaySharp source reference.
349-
- Internal refactoring.
350-
- Added properties test project using FsCheck.
351-
- Issue #241 (reported by @pvmraghunandan) Fixed.
352-
- PR #255 fixes Issue #254 by @scadorel Merged.
353-
354257
Contact:
355258
---
356-
Giacomo Stelluti Scala
259+
- Giacomo Stelluti Scala
357260
- gsscoder AT gmail DOT com (_use this for everything that is not available via GitHub features_)
261+
- GitHub: [gsscoder](https://github.com/gsscoder)
358262
- [Blog](http://gsscoder.blogspot.it)
359263
- [Twitter](http://twitter.com/gsscoder)
264+
- Dan Nemec
265+
- Eric Newton
266+
- ericnewton76+commandlineparser AT gmail DOT com
267+
- GitHub: [ericnewton76](https://github.com/ericnewton76)
268+
- Blog:
269+
- Twitter: [enorl76](http://twitter.com/enorl76)

0 commit comments

Comments
 (0)
Please sign in to comment.