Skip to content

3.4.0

Choose a tag to compare

@lupuuss lupuuss released this 03 Jun 23:21
· 18 commits to master since this release
8f7ead5

Changelog

⚠️ Breaking changes

  • Bump minimum Kotlin version to 2.4.0

🐛 Bug fixes

  • #137 Fix compatibility broken by Kotlin 2.4.0

✨ Improvements

  • Improve templating error descriptions
  • Raise compile-time error when matcher is used with final type instances, which cannot be mocks
  • Raise runtime error on attempt to set a behavior for final method for a mock

♻️ Deprecations

  • Change deprecation level of all declarations deprecated in Mokkery 3.0.0 from WARNING to ERROR