Kotest v3.1.10 Release Notes

    • ๐Ÿ”‹ Feature: Infix version of some inline matchers, eg date1 shouldHaveSameYearAs date2 (#404 #407 #409)
    • ๐Ÿ”‹ Feature: Infix support for int and long matchers (#400)
    • ๐Ÿ”‹ Feature: Added startsWith/endsWith matchers on collections (#393)
    • ๐Ÿ‘Œ Improvement: Use unambiguous representations in collection matchers (#392)
    • ๐Ÿ‘Œ Improvement: Collection matchers now work on Sequence too (#391)
    • ๐Ÿ‘Œ Improvement: Added shouldThrowUnit variant of shouldThrow (#387)
    • ๐Ÿ›  Fix: shouldBe on arrays without static type (#397)