All Versions
10
Latest Version
Avg Release Cycle
83 days
Latest Release
1577 days ago
Changelog History
Changelog History
-
v1.10.3 Changes
November 30, 2020 -
v1.10.3-jdk8
December 01, 2020 -
v1.10.2
September 27, 2020 -
v1.10.1
September 27, 2020 -
v1.10.0 Changes
April 19, 2020- ๐ 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
-
v1.9.3 Changes
March 24, 2019๐คก #276 Java 12 support (@xiaodong-xie)
-
v1.9.3.kotlin12 Changes
March 24, 2019๐คก #276 Java 12 support (@xiaodong-xie)
-
v1.9.2 Changes
March 10, 2019- ๐คก #259 fixed important race condition
-
v1.9.2.kotlin12 Changes
March 10, 2019- ๐คก #259 fixed important race condition
-
v1.9.1 Changes
February 10, 2019- ๐ Feature: Nested mocking objects #244
- ๐คก SLF4J warnings #243
- โ autohinting may fail unexpectedly when run in mixed mode, suppressing the useful message that a hint might be necessary in the test fixture #240
- ๐คก mockk throws ClassNotFoundException: io.mockk.proxy.jvm.dispatcher.JvmMockKDispatcher when run with Spek2 #239
- ๐ Bug: clearAllMocks doesn't clear static mock of java.lang.System #234
- ๐คก @mockk(relaxed = true) doesn't behave same way as @RelaxedMockK for Jupiter method parameters #232
- ๐คก mockkClass() should have a relaxUnitFun argument #227
- ๐ Bug: Mocking annotation causes MockkException #226
- ๐ Bug: Mocking varargs on 1.9 #224
- ๐ Bug: mock that return set of Mocks fails #221
- ๐ Feature: make
clearMocks
without arguments not possible #217 - ๐ Feature:
returns
that creating a new mock and setting behavior #201 - ๐ Bug: cannot verify mock method with abstract argument using any() #131