Skip to content

Releases: kotest/kotest

v4.6.2

03 Sep 14:43
Compare
Choose a tag to compare
Fix issue #2369 with Arb.localDate (#2370)

Arb.localDate doesn’t take into account the date/month portion of the
specified minDatex. So when you specify minDate that is after the
default edge case date, it will (intermittently) fail. Here’s an example
Arb.localDate(minDate = LocalDate.now().plusDays(10)) will generate a
2021-02-28 date.

v4.6.1

12 Jul 17:43
Compare
Choose a tag to compare
Support word spec should in test filter #2319

v4.6.0

18 May 22:42
Compare
Choose a tag to compare
Updated changelog for 4.6

v4.5.0

05 May 10:19
Compare
Choose a tag to compare
Updated changelog for 4.5 final

v4.5.0.RC1

25 Apr 22:06
Compare
Choose a tag to compare
Full changelog for 4.5

v4.4.3

08 Mar 03:21
Compare
Choose a tag to compare

v4.4.2

06 Mar 03:00
Compare
Choose a tag to compare

v4.4.1

09 Feb 03:05
5640de8
Compare
Choose a tag to compare

v4.4.0

03 Feb 20:47
3b572a5
Compare
Choose a tag to compare

4.3.2

13 Dec 17:27
Compare
Choose a tag to compare
v4.3.2

Fixed regression on data test api