Rancorous Horizon
- Adds
with
function for performing blocks of assertions on a derived subject. See #117 - Many assertion functions may now be used in infix style. See #187
- Improves presentation of multi-line values in expectation output. See #158
Breaking changes
- The
expectThat
override that accepts a lambda is nowUnit
rather than returningAssertion.Builder
. See #190