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

Side by Side Diff: CHANGELOG.md

Issue 849023002: format code, removed unused variables and deprecated usage (Closed) Base URL: https://github.com/dart-lang/args.git@master
Patch Set: nits 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 | example/test_runner.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.3-dev 1 ## 0.12.2+2
2 2
3 * Updated dependency constraint on `unittest`. 3 * Updated dependency constraint on `unittest`.
4 4
5 * Formatted source code.
6
7 * Fixed use of deprecated API in example.
8
5 ## 0.12.2+1 9 ## 0.12.2+1
6 10
7 * Fix the built-in `help` command for `CommandRunner`. 11 * Fix the built-in `help` command for `CommandRunner`.
8 12
9 ## 0.12.2 13 ## 0.12.2
10 14
11 * Add `CommandRunner` and `Command` classes which make it easy to build a 15 * Add `CommandRunner` and `Command` classes which make it easy to build a
12 command-based command-line application. 16 command-based command-line application.
13 17
14 * Add an `ArgResults.arguments` field, which contains the original argument list . 18 * Add an `ArgResults.arguments` field, which contains the original argument list .
(...skipping 26 matching lines...) Expand all
41 45
42 ## 0.11.0 46 ## 0.11.0
43 47
44 * Move handling trailing options from `ArgParser.parse()` into `ArgParser` 48 * Move handling trailing options from `ArgParser.parse()` into `ArgParser`
45 itself. This lets subcommands have different behavior for how they handle 49 itself. This lets subcommands have different behavior for how they handle
46 trailing options. 50 trailing options.
47 51
48 ## 0.10.0+2 52 ## 0.10.0+2
49 53
50 * Usage ignores hidden options when determining column widths. 54 * Usage ignores hidden options when determining column widths.
OLDNEW
« no previous file with comments | « no previous file | example/test_runner.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698