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

Side by Side Diff: CHANGELOG.md

Issue 975463004: Parse comma-separated multiple values. (Closed) Base URL: git@github.com:dart-lang/args@master
Patch Set: Code review changes Created 5 years, 9 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 | README.md » ('j') | lib/src/arg_parser.dart » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 ## 0.13.0
2
3 * **Breaking change**: An option that allows multiple values will now
4 automatically split apart comma-separated values. This can be controlled with
5 the `splitCommas` option.
6
1 ## 0.12.2+6 7 ## 0.12.2+6
2 8
3 * Remove the dependency on the `collection` package. 9 * Remove the dependency on the `collection` package.
4 10
5 ## 0.12.2+5 11 ## 0.12.2+5
6 12
7 * Add syntax highlighting to the README. 13 * Add syntax highlighting to the README.
8 14
9 ## 0.12.2+4 15 ## 0.12.2+4
10 16
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
62 68
63 ## 0.11.0 69 ## 0.11.0
64 70
65 * Move handling trailing options from `ArgParser.parse()` into `ArgParser` 71 * Move handling trailing options from `ArgParser.parse()` into `ArgParser`
66 itself. This lets subcommands have different behavior for how they handle 72 itself. This lets subcommands have different behavior for how they handle
67 trailing options. 73 trailing options.
68 74
69 ## 0.10.0+2 75 ## 0.10.0+2
70 76
71 * Usage ignores hidden options when determining column widths. 77 * Usage ignores hidden options when determining column widths.
OLDNEW
« no previous file with comments | « no previous file | README.md » ('j') | lib/src/arg_parser.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698