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

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

Issue 631123002: Swap getUsage() for get usage in args package (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Bump args version, add to args CHANGELOG Created 6 years, 2 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 | « no previous file | pkg/args/lib/src/arg_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.12.1
2
3 * Replace `ArgParser.getUsage()` with `ArgParser.usage`, a getter.
4 `ArgParser.getUsage()` is now deprecated, to be removed in args version 1.0.0.
5
1 ## 0.12.0+2 6 ## 0.12.0+2
2 7
3 * Widen the version constraint on the `collection` package. 8 * Widen the version constraint on the `collection` package.
4 9
5 ## 0.12.0+1 10 ## 0.12.0+1
6 11
7 * Remove the documentation link from the pubspec so this is linked to 12 * Remove the documentation link from the pubspec so this is linked to
8 pub.dartlang.org by default. 13 pub.dartlang.org by default.
9 14
10 ## 0.12.0 15 ## 0.12.0
(...skipping 10 matching lines...) Expand all
21 26
22 ## 0.11.0 27 ## 0.11.0
23 28
24 * Move handling trailing options from `ArgParser.parse()` into `ArgParser` 29 * Move handling trailing options from `ArgParser.parse()` into `ArgParser`
25 itself. This lets subcommands have different behavior for how they handle 30 itself. This lets subcommands have different behavior for how they handle
26 trailing options. 31 trailing options.
27 32
28 ## 0.10.0+2 33 ## 0.10.0+2
29 34
30 * Usage ignores hidden options when determining column widths. 35 * Usage ignores hidden options when determining column widths.
OLDNEW
« no previous file with comments | « no previous file | pkg/args/lib/src/arg_parser.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698