1.2.0
A minor update with no breaking API changes.
Changes:
- Added new methods to the
Reporter
interface to report the start and successful execution of hooks. These methods have default, empty implementations to avoid breaking existing reporters. - Use thread-local data structures internally to Cuppa to ensure that tests can be defined in a multi-threaded environment.
- Remove the restriction that at least one
Option
must be passed toCuppa#with()
.