Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 ## 0.12.3-dev | |
|
Siggi Cherem (dart-lang)
2015/01/14 01:34:27
I think you can just do 0.12.2+2 and release it im
| |
| 2 | |
| 3 * Updated dependency constraint on `unittest`. | |
| 4 | |
| 1 ## 0.12.2+1 | 5 ## 0.12.2+1 |
| 2 | 6 |
| 3 * Fix the built-in `help` command for `CommandRunner`. | 7 * Fix the built-in `help` command for `CommandRunner`. |
| 4 | 8 |
| 5 ## 0.12.2 | 9 ## 0.12.2 |
| 6 | 10 |
| 7 * Add `CommandRunner` and `Command` classes which make it easy to build a | 11 * Add `CommandRunner` and `Command` classes which make it easy to build a |
| 8 command-based command-line application. | 12 command-based command-line application. |
| 9 | 13 |
| 10 * Add an `ArgResults.arguments` field, which contains the original argument list . | 14 * Add an `ArgResults.arguments` field, which contains the original argument list . |
| (...skipping 26 matching lines...) Expand all Loading... | |
| 37 | 41 |
| 38 ## 0.11.0 | 42 ## 0.11.0 |
| 39 | 43 |
| 40 * Move handling trailing options from `ArgParser.parse()` into `ArgParser` | 44 * Move handling trailing options from `ArgParser.parse()` into `ArgParser` |
| 41 itself. This lets subcommands have different behavior for how they handle | 45 itself. This lets subcommands have different behavior for how they handle |
| 42 trailing options. | 46 trailing options. |
| 43 | 47 |
| 44 ## 0.10.0+2 | 48 ## 0.10.0+2 |
| 45 | 49 |
| 46 * Usage ignores hidden options when determining column widths. | 50 * Usage ignores hidden options when determining column widths. |
| OLD | NEW |