OLD | NEW |
| 1 ## 0.12.2 |
| 2 |
| 3 * Add `CommandRunner` and `Command` classes which make it easy to build a |
| 4 command-based command-line application. |
| 5 |
1 ## 0.12.1 | 6 ## 0.12.1 |
2 | 7 |
3 * Replace `ArgParser.getUsage()` with `ArgParser.usage`, a getter. | 8 * Replace `ArgParser.getUsage()` with `ArgParser.usage`, a getter. |
4 `ArgParser.getUsage()` is now deprecated, to be removed in args version 1.0.0. | 9 `ArgParser.getUsage()` is now deprecated, to be removed in args version 1.0.0. |
5 | 10 |
6 ## 0.12.0+2 | 11 ## 0.12.0+2 |
7 | 12 |
8 * Widen the version constraint on the `collection` package. | 13 * Widen the version constraint on the `collection` package. |
9 | 14 |
10 ## 0.12.0+1 | 15 ## 0.12.0+1 |
(...skipping 15 matching lines...) Expand all Loading... |
26 | 31 |
27 ## 0.11.0 | 32 ## 0.11.0 |
28 | 33 |
29 * Move handling trailing options from `ArgParser.parse()` into `ArgParser` | 34 * Move handling trailing options from `ArgParser.parse()` into `ArgParser` |
30 itself. This lets subcommands have different behavior for how they handle | 35 itself. This lets subcommands have different behavior for how they handle |
31 trailing options. | 36 trailing options. |
32 | 37 |
33 ## 0.10.0+2 | 38 ## 0.10.0+2 |
34 | 39 |
35 * Usage ignores hidden options when determining column widths. | 40 * Usage ignores hidden options when determining column widths. |
OLD | NEW |