| OLD | NEW |
| 1 ## 0.13.0 |
| 2 |
| 3 * **Breaking change**: An option that allows multiple values will now |
| 4 automatically split apart comma-separated values. This can be controlled with |
| 5 the `splitCommas` option. |
| 6 |
| 1 ## 0.12.2+6 | 7 ## 0.12.2+6 |
| 2 | 8 |
| 3 * Remove the dependency on the `collection` package. | 9 * Remove the dependency on the `collection` package. |
| 4 | 10 |
| 5 ## 0.12.2+5 | 11 ## 0.12.2+5 |
| 6 | 12 |
| 7 * Add syntax highlighting to the README. | 13 * Add syntax highlighting to the README. |
| 8 | 14 |
| 9 ## 0.12.2+4 | 15 ## 0.12.2+4 |
| 10 | 16 |
| (...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 62 | 68 |
| 63 ## 0.11.0 | 69 ## 0.11.0 |
| 64 | 70 |
| 65 * Move handling trailing options from `ArgParser.parse()` into `ArgParser` | 71 * Move handling trailing options from `ArgParser.parse()` into `ArgParser` |
| 66 itself. This lets subcommands have different behavior for how they handle | 72 itself. This lets subcommands have different behavior for how they handle |
| 67 trailing options. | 73 trailing options. |
| 68 | 74 |
| 69 ## 0.10.0+2 | 75 ## 0.10.0+2 |
| 70 | 76 |
| 71 * Usage ignores hidden options when determining column widths. | 77 * Usage ignores hidden options when determining column widths. |
| OLD | NEW |