Releases: Cornutum/tcases
Tcases 3.1.2
Tcases for OpenAPI: For more reliable translation of OpenAPI specs, upgraded to use swagger-parser version 2.0.14.
Tcases 3.1.1
This release adds several improvements to Tcases for OpenAPI. See the release notes for details.
Tcases 3.1.0
This release adds two new capabilities: cardinality conditions and Tcases for OpenAPI. See the release notes for details
Tcases 3.0.2
This is a patch release to fix some problems using JSON files.
Tcases 3.0.1
This is a patch release to fix an annoying problem that caused the shell commands tcases and tcases-reducer to reject the new -T option. For example, when you run the command tcases -T json, Tcases should read a JSON system input definition from standard input and produce a JSON system test definition on standard output. And now it does.
Tcases 3.0.0
Introduces support for JSON, for all documents that Tcases reads and produces.
Also included is a major reorganization of the Tcases API, which is not fully compatible with previous releases -- see the release notes for details.
Tcases 2.1.2
Minor improvements, including some documentation touch-ups and some refactoring using functional expressions to simplify and clarify the code.
The most extensive change: reworking all tests using Hamcrest matchers to clarify all assertions. This became doable after the recent release of hamcrest-composites, which provides new matchers for comparing complex Java objects with better testability.
Tcases 2.1.1
This release is a quick patch for Tcases 2.1.0 to ensure that the tcases-reducer command correctly uses the new ReducerCommand class.
Tcases 2.1.0
Following release 2.0.0, Tcases 2.1.0 adds further improvements to the Tcases API. If your application uses the Tcases API, some minor changes will be required. But if you use Tcases only from the command line or with Maven, you won't see any differences.
Tcases 2.0.0
Tcases 2.0.0 is a major release designed to open Tcases up to a much broader community of applications. The features included will be especially helpful for applications that use the Tcases API to embed Tcases capabilities into larger programs. Some changes are not compatible with previous releases.