Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(65)

Side by Side Diff: pkg/args/CHANGELOG.md

Issue 383913003: Add .wasParsed() to ArgResults. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Remove "-dev". Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « pkg/analyzer/pubspec.yaml ('k') | pkg/args/lib/args.dart » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 ## 0.11.1 1 ## 0.12.0
2 2
3 * Removed public constructors for `ArgResults` and `Option`.
4
5 * `ArgResults.wasParsed()` can be used to determine if an option was actually
6 parsed or the default value is being returned.
7
8 * Replaced `isFlag` and `allowMultiple` fields in the `Option` class with a
9 three-value `OptionType` enum.
10
3 * Options may define `valueHelp` which will then be shown in the usage. 11 * Options may define `valueHelp` which will then be shown in the usage.
4 12
5 ## 0.11.0 13 ## 0.11.0
6 14
7 * Move handling trailing options from `ArgParser.parse()` into `ArgParser` 15 * Move handling trailing options from `ArgParser.parse()` into `ArgParser`
8 itself. This lets subcommands have different behavior for how they handle 16 itself. This lets subcommands have different behavior for how they handle
9 trailing options. 17 trailing options.
10 18
11 ## 0.10.0+2 19 ## 0.10.0+2
12 20
13 * Usage ignores hidden options when determining column widths. 21 * Usage ignores hidden options when determining column widths.
OLDNEW
« no previous file with comments | « pkg/analyzer/pubspec.yaml ('k') | pkg/args/lib/args.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698