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