Version 2.0.0: Simplify public API
Simplifies the public API by reducing the number of overloads used. This should make auto-completion and compiler errors more friendly.
- Removes
WaitForCondition
,WaitForConditionOn
andWaitForCoroutine
overrides, which make a result using a selector:Select
can be used instead. - Synchronous
ThenRespondWith
overrides renamed toThenRespondWithFunc
andThenRespondWithAction
- Splits
WaitForCoroutine
to two versions:WaitForCoroutine
: takesdescription
as the first argument, as per the convention used in other similar methodsWaitForCoroutineMethod
: uses the method name as description
Bumping major version for semver reasons, doesn't otherwise mark any milestone.