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

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

Issue 796593004: Add an ArgResults.original getter. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Code review changes Created 6 years 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 | « no previous file | pkg/args/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
2
3 * Add an `ArgResults.arguments` field, which contains the original argument list .
4
1 ## 0.12.1 5 ## 0.12.1
2 6
3 * Replace `ArgParser.getUsage()` with `ArgParser.usage`, a getter. 7 * Replace `ArgParser.getUsage()` with `ArgParser.usage`, a getter.
4 `ArgParser.getUsage()` is now deprecated, to be removed in args version 1.0.0. 8 `ArgParser.getUsage()` is now deprecated, to be removed in args version 1.0.0.
5 9
6 ## 0.12.0+2 10 ## 0.12.0+2
7 11
8 * Widen the version constraint on the `collection` package. 12 * Widen the version constraint on the `collection` package.
9 13
10 ## 0.12.0+1 14 ## 0.12.0+1
(...skipping 15 matching lines...) Expand all
26 30
27 ## 0.11.0 31 ## 0.11.0
28 32
29 * Move handling trailing options from `ArgParser.parse()` into `ArgParser` 33 * Move handling trailing options from `ArgParser.parse()` into `ArgParser`
30 itself. This lets subcommands have different behavior for how they handle 34 itself. This lets subcommands have different behavior for how they handle
31 trailing options. 35 trailing options.
32 36
33 ## 0.10.0+2 37 ## 0.10.0+2
34 38
35 * Usage ignores hidden options when determining column widths. 39 * Usage ignores hidden options when determining column widths.
OLDNEW
« no previous file with comments | « no previous file | pkg/args/lib/src/arg_results.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698