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

Side by Side Diff: CHANGELOG.md

Issue 870883006: Fixed implementation of ArgResults.options to really use Iterable<String> instead of Iterable<dynam… (Closed) Base URL: git@github.com:dart-lang/args.git@master
Patch Set: Created 5 years, 11 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/arg_results.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.12.2+3
2
3 * Fixed implementation of ArgResults.options to really use Iterable<String>
4 instead of Iterable<dynamic> cast to Iterable<String>.
5
1 ## 0.12.2+2 6 ## 0.12.2+2
2 7
3 * Updated dependency constraint on `unittest`. 8 * Updated dependency constraint on `unittest`.
4 9
5 * Formatted source code. 10 * Formatted source code.
6 11
7 * Fixed use of deprecated API in example. 12 * Fixed use of deprecated API in example.
8 13
9 ## 0.12.2+1 14 ## 0.12.2+1
10 15
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
45 50
46 ## 0.11.0 51 ## 0.11.0
47 52
48 * Move handling trailing options from `ArgParser.parse()` into `ArgParser` 53 * Move handling trailing options from `ArgParser.parse()` into `ArgParser`
49 itself. This lets subcommands have different behavior for how they handle 54 itself. This lets subcommands have different behavior for how they handle
50 trailing options. 55 trailing options.
51 56
52 ## 0.10.0+2 57 ## 0.10.0+2
53 58
54 * Usage ignores hidden options when determining column widths. 59 * Usage ignores hidden options when determining column widths.
OLDNEW
« no previous file with comments | « no previous file | lib/src/arg_results.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698