|
4 | 4 |
|
5 | 5 | This is a patch release to fix the following problems. |
6 | 6 |
|
7 | | - * **tcases-maven-plugin**: |
8 | | - Fixes a brazen defect in how the `tcases:api-test` goal handles the `paths` and `operations` parameters, which caused the |
9 | | - default configuration (all request paths, all request operations) to be incorrectly interpreted as "no paths, no operations"! |
10 | | - [[124](https://github.com/Cornutum/tcases/issues/124)] |
11 | | - |
12 | | - * **Shell command help**: |
13 | | - A new implementation of the Tcases CLI provides better command line help information. All commands now use the same interface |
14 | | - (the `-help` option) to display full command line details in a consistent format on both UNIX and Windows platforms. Also, for |
15 | | - each command, help information is now defined in a single location, where it is more easily kept accurate and up-to-date. |
16 | | - [[122](https://github.com/Cornutum/tcases/issues/122)] |
17 | | - |
18 | | - This change is fully compatible with previous CLI versions, with one exception: when running in the Cygwin environment, UNIX shell |
19 | | - commands no longer automatically convert file name arguments to the preferred `--mixed` format. If you encounter trouble with |
20 | | - file names of the form `/cygdrive/c/...`, try converting them using the `cygpath --mixed` command. |
21 | | - |
| 7 | + * **tcases-maven-plugin** |
| 8 | + |
| 9 | + * Fixes a brazen defect in how the `tcases:api-test` goal handles the `paths` and `operations` parameters, which caused the |
| 10 | + default configuration (all request paths, all request operations) to be incorrectly interpreted as "no paths, no operations"! |
| 11 | + [[124](https://github.com/Cornutum/tcases/issues/124)] |
| 12 | + |
| 13 | + * **CLI** |
| 14 | + |
| 15 | + * Shell commands now work correctly when the Tcases installation directory path contains space characters. |
| 16 | + [[116](https://github.com/Cornutum/tcases/issues/116)] |
| 17 | + |
| 18 | + * Shell command help: |
| 19 | + A new implementation of the Tcases CLI provides better command line help information. All commands now use the same interface |
| 20 | + (the `-help` option) to display full command line details in a consistent format on both UNIX and Windows platforms. Also, for |
| 21 | + each command, help information is now defined in a single location, where it is more easily kept accurate and up-to-date. |
| 22 | + [[122](https://github.com/Cornutum/tcases/issues/122)] |
| 23 | + |
| 24 | + This change is fully compatible with previous CLI versions, with one exception: when running in the Cygwin environment, UNIX shell |
| 25 | + commands no longer automatically convert file name arguments to the preferred `--mixed` format. If you encounter trouble with |
| 26 | + file names of the form `/cygdrive/c/...`, try converting them using the `cygpath --mixed` command. |
22 | 27 |
|
23 | 28 | ## 3.4.0 ## |
24 | 29 |
|
|
0 commit comments