OLD | NEW |
| 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 Loading... |
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. |
OLD | NEW |