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

Side by Side Diff: CHANGELOG.md

Issue 1954923002: Ensure that lists are reified. (Closed) Base URL: git@github.com:dart-lang/args@master
Patch Set: Created 4 years, 7 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
« no previous file with comments | « no previous file | lib/src/parser.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.13.4+1
2
3 * Ensure that multiple-value arguments produce reified `List<String>`s.
4
1 ## 0.13.4 5 ## 0.13.4
2 6
3 * By default, only the first line of a command's description is included in its 7 * By default, only the first line of a command's description is included in its
4 parent runner's usage string. This returns to the default behavior from 8 parent runner's usage string. This returns to the default behavior from
5 before 0.13.3+1. 9 before 0.13.3+1.
6 10
7 * A `Command.summary` getter has been added to explicitly control the summary 11 * A `Command.summary` getter has been added to explicitly control the summary
8 that appears in the parent runner's usage string. This getter defaults to the 12 that appears in the parent runner's usage string. This getter defaults to the
9 first line of the description, but can be overridden if the user wants a 13 first line of the description, but can be overridden if the user wants a
10 multi-line summary. 14 multi-line summary.
(...skipping 106 matching lines...) Expand 10 before | Expand all | Expand 10 after
117 121
118 ## 0.11.0 122 ## 0.11.0
119 123
120 * Move handling trailing options from `ArgParser.parse()` into `ArgParser` 124 * Move handling trailing options from `ArgParser.parse()` into `ArgParser`
121 itself. This lets subcommands have different behavior for how they handle 125 itself. This lets subcommands have different behavior for how they handle
122 trailing options. 126 trailing options.
123 127
124 ## 0.10.0+2 128 ## 0.10.0+2
125 129
126 * Usage ignores hidden options when determining column widths. 130 * Usage ignores hidden options when determining column widths.
OLDNEW
« no previous file with comments | « no previous file | lib/src/parser.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698