Sourced from mockk's releases.
1.13.2
What's Changed
- update dependencies in readme to reflect new multiplatform structure by
@aSemy
in mockk/mockk#926- Properly handle sealed classes with Kotlin 1.7 and JDK 17 by
@stuebingerb
in mockk/mockk#916- add jdk 19 to workflow test matrix by
@aSemy
in mockk/mockk#933New Contributors
@stuebingerb
made their first contribution in mockk/mockk#916Full Changelog: https://github.com/mockk/mockk/compare/1.13.1...1.13.2
1.13.1
New major release, mainly because the dependency to be included in gradle/maven files has changed from
io.mockk:mockk
toio.mockk:mockk-<platform>
, where platform is eitherjvm
orandroid
.What's Changed
- value class check - catch KotlinReflectionInternalError by
@aSemy
in mockk/mockk#922Full Changelog: https://github.com/mockk/mockk/compare/v1.12.8...1.13.1
V1.12.8
Big thanks to
@aSemy
,@qoomon
and@kubode
for investigating and fixing the bugs introduced in v1.12.7 and further improving the library!What's Changed
- fix: handle isValue exceptions by
@qoomon
in mockk/mockk#890- Fix Android Instrumentation dispatcher.jar inclusion by
@aSemy
in mockk/mockk#899- Standardise JVM target to be 1.8 by
@aSemy
in mockk/mockk#900- introduce Kotlinx Benchmark tests (copied from #763) by
@aSemy
in mockk/mockk#904- try reverting Android minSdk to 21 by
@aSemy
in mockk/mockk#901- expose more mockk projects as API dependencies by
@aSemy
in mockk/mockk#905- make Java source code target jvm 8 by
@aSemy
in mockk/mockk#907- Fix an issue that Android Instrumentation Test fails by
@kubode
in mockk/mockk#895- use the official Gradle GHA by
@aSemy
in mockk/mockk#914- De-duplicate
ValueClassSupport
by@aSemy
in mockk/mockk#913- add 1.7.20-RC to test matrix by
@aSemy
in mockk/mockk#918Full Changelog: https://github.com/mockk/mockk/compare/1.12.7...v1.12.8
6d5fe10
Bump version to 1.13.3-SNAPSHOT85737c8
Merge pull request #933
from aSemy/add_jdk_19_to_test_matrix51dac76
Merge remote-tracking branch 'origin/master' into
add_jdk_19_to_test_matrix985c6fe
add jdk 19 to workflow test matrix159a50a
Merge pull request #916
from stuebingerb/fix/fix-sealed-classes7cf6f19
Merge pull request #926
from aSemy/docs/readme_update_dependencies00b8bb9
formatting, remove NBSPs7a826fc
update dependencies in readme to reflect new multiplatform
structure3c78f7c
Updated the dependency name after 1.13.1 change5f7a350
Bump version after 1.13.1 release