Skip to content

Releases: mockk/mockk

v1.10.6

13 Feb 21:13
Compare
Choose a tag to compare

Several bugfixes

v1.10.5

14 Jan 09:57
Compare
Choose a tag to compare

Rolled back to Kotlin v1.3.72 to fix backwards compatibility issues; looks like we upgraded to Kotlin 1.4 too soon, will likely upgrade again when the adoption of Kotlin 1.4 is higher.

v1.10.4

29 Dec 08:05
Compare
Choose a tag to compare

Restored jdk8 compatibility without needing a different version and improved Kotlin 1.3 compatibility.

Jdk8-compliant build for 1.10.3

01 Dec 10:43
0edbe85
Compare
Choose a tag to compare
Merge pull request #540 from kilink/jdk8-fix

Fix class file compatibility issue with mockk-agent-jvm

v1.10.3

30 Nov 20:58
Compare
Choose a tag to compare
  • upgrade to 1.4.20
  • issue #352 prevent slots from being used when verifying multiple calls
  • issue #510 changed the answers for collections to return a new instance every time
  • issue #315: Allow to combine @spyk with @InjectMockKs
  • PR #518 mockkStatic hard reference support

MockK v1.10.0

19 Apr 22:44
Compare
Choose a tag to compare
  • fix of build scripts (big effort to restore build after Gradle upgrade)
  • gradle 6.3, kotlin 1.3.61, byte buddy 1.10.9, coroutines 1.3.3, objenesis 3.1/2.6, dokka 0.10.1
  • JDK 13 / 14 runnable
  • make stack traces in verify messages optional #427

MockK v1.9.3.kotlin12

24 Mar 23:21
Compare
Choose a tag to compare

MockK v1.9.3

24 Mar 23:21
Compare
Choose a tag to compare

#276 Java 12 support (@xiaodong-xie)

MockK v1.9.2.kotlin12

10 Mar 23:46
Compare
Choose a tag to compare
  • #259 fixed important race condition

MockK v1.9.2

10 Mar 23:47
Compare
Choose a tag to compare
  • #259 fixed important race condition