What's Changed
- fix: added SameInstanceMatcher to handle an issue with equals method when using EqMatcher along with a mock to an object by @DOssaA in #1508
- Add scoped confirmVerified overloads for callables (KFunction and KProperty) by @DOssaA in #1513
- feat: support MockKAnnotation.useDependencyOrder for JUnit 5 by @ilia1243 in #1515
- Allow updating settings from code by @Yentis in #1517
- Add currentThread filter and excluded mocks to clearAllStubsFromMemory by @evgenru in #1519
- Support new Kotlin annotation defaulting rule for @InjectMockKs by @ZzAve in #1525
- feat(dsl): Add context parameters support module (#1431) by @faraz152 in #1521
- fix: resolve @InjectMockKs dependency order for interface by @neungs-2 in #1526
- fix: resolve @InjectMockKs dependency order for list injection by @ilia1243 in #1527
- fix: extract native lib from APK when not on filesystem (AGP 8.5+) by @snowykte0426 in #1529
- fix: support OpenJ9 in JvmAutoHinter by @hspedro in #1530
New Contributors
- @DOssaA made their first contribution in #1508
- @ilia1243 made their first contribution in #1515
- @Yentis made their first contribution in #1517
- @evgenru made their first contribution in #1519
- @ZzAve made their first contribution in #1525
- @faraz152 made their first contribution in #1521
- @hspedro made their first contribution in #1530
Full Changelog: 1.14.9...v1.14.11