Skip to content

2.3.0

Compare
Choose a tag to compare
@lupuuss lupuuss released this 23 Aug 18:37
· 119 commits to master since this release
30eace6

Changelog:

Since 2.3.0, Mokkery Gradle plugin is also published to Maven Central (previously it was only published to Gradle Plugin Portal).

🚀 Features

  • New answer - callsCatching #33
  • It's no longer required for classes to have no-args constructor - now it's only required for the constructor to be public #5

🐛 Bug fixes

  • Fix compatibility broken by Kotlin 2.0.20 #9, #24
  • Add missing dependency builder overload for KotlinDependencyHandler #32
  • Fix crash when mocking type with method that returns a value class with generic argument