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