Sourced from io.mockk:mockk's releases.
V1.13.7
What's Changed
- Amend "Top Level functions" by
@âpolarene
in mockk/mockk#1067- Fix error when mocking abstract method implementation by
@âsteffandroid
in mockk/mockk#1081- Make slf4j an optional dependency by
@âansman
in mockk/mockk#1091- Add Korean guides and articles in README.md by
@âdevkuma
in mockk/mockk#1097- Inject mocks via constructor to avoid lateinit var by
@âkkurczewski
in mockk/mockk#1106- Issue 954:
@âMockKExtension
.CheckUnnecessaryStub annotation is applied⦠by@âbboeck
in mockk/mockk#1099- chore: converting functions to expression bodies by
@âcasplattel
in mockk/mockk#1104- Update dexmaker version to 2.28.3 for Android 14 support by
@âkurteous
in mockk/mockk#1107- Issue 963: Unnecessary stubbings detected - false positive by
@âbboeck
in mockk/mockk#1108- Add
fun <T> MockKMatcherScope.any(KClass<T>): T
by@âghackett
in mockk/mockk#1005- 1122(docs): fix header for
clearStaticMockk
by@âwallind
in mockk/mockk#1123- Fix grammar in Ukraine support message by
@âBirdHowl
in mockk/mockk#1125- Issue 293: support capture nullable with slot by
@âstengvac
in mockk/mockk#1109- update documentation in README.md by
@âalexferreiradev
in mockk/mockk#1127New Contributors
@âsteffandroid
made their first contribution in mockk/mockk#1081@âdevkuma
made their first contribution in mockk/mockk#1097@âbboeck
made their first contribution in mockk/mockk#1099@âcasplattel
made their first contribution in mockk/mockk#1104@âkurteous
made their first contribution in mockk/mockk#1107@âghackett
made their first contribution in mockk/mockk#1005@âwallind
made their first contribution in mockk/mockk#1123@âBirdHowl
made their first contribution in mockk/mockk#1125@âstengvac
made their first contribution in mockk/mockk#1109@âalexferreiradev
made their first contribution in mockk/mockk#1127Full Changelog: https://github.com/mockk/mockk/compare/1.13.5...1.13.7
34d54e4
Version bump5c6f5ad
Version bump738bbe2
Merge pull request #1127 from alexferreiradev/master0fde474
update: documentation in README.md3388b3b
Merge pull request #1109 from stengvac/issue293887cdb0
Merge pull request #1125 from BirdHowl/master3df4e05
Fix grammar in Ukraine support message776c78d
Issue 293: add captureNullable(slot)
to README.mda1f6f0f
Merge pull request #1123 from wallind/1122-fix-header-for-clearStaticMockk6ce06c9
1122(docs): fix header for clearStaticMockk