strikt v0.23.0 Release Notes

Release Date: 2019-12-10 // over 4 years ago
    • โž• 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 now Unit rather than returning Assertion.Builder. See #190