Kotest v4.0.3 Release Notes

    • ๐Ÿ”‹ Feature: Koin support now works for koin 2.1 #1357
    • โœ… Deprecation: String context is deprecated in ShouldSpec in favour of a context block. #1356
    • ๐Ÿ‘Œ Improvement: Line breaks added to Collection.containExactly matcher #1380
    • ๐Ÿ‘Œ Improvement: Tolerance matcher emits better failure message (including plus/minus values) #1230
    • ๐Ÿ›  Bugfix: Project config output now writes the correct values of test ordering and isolation mode #1379
    • ๐Ÿ›  Bugfix: Order of autoclose is restored to work like 3.4.x (was undefined in 4.0.x) #1384
    • ๐Ÿ›  Bugfix: Fix shouldContainExactly for arrays #1364