Skip to content

Releases: mockative/mockative

v2.2.1

16 May 15:54
b0d08d2
Compare
Choose a tag to compare

What's Changed

New Contributors

  • @riQQ made their first contribution in #111

Full Changelog: v2.2.0...v2.2.1

v2.2.0

15 Apr 18:09
18d50fb
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.1.0...v2.2.0

v2.1.0

30 Mar 15:31
64696d0
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.0.1...v2.1.0

v2.0.1

17 Aug 06:55
931da9b
Compare
Choose a tag to compare

Mockative 2 brings with it a new API that should feel familiar to any Kotlin/JVM developers using MockK as well as Java developers using Mockito, while still supporting every target of Kotlin Multiplatform.

Fixes an inconvenience introduced in the initial release of Mockative 2, where the jvmToolchain was set to 17 resulting in the inline functions, and thus Mockative itself, not being useable when targeting lower JDKs.

What's Changed

Full Changelog: v2.0.0...v2.0.1

v2.0.0

15 Aug 20:39
1b6ffad
Compare
Choose a tag to compare

Mockative 2 brings with it a new API that should feel familiar to any Kotlin/JVM developers using MockK as well as Java developers using Mockito, while still supporting every target of Kotlin Multiplatform.

What's Changed

Full Changelog: v1.4.1...v2.0.0

v1.4.1

25 Apr 07:32
Compare
Choose a tag to compare

What's Changed

  • fix: make wasInvoked default parameters match its expected behaviour (#62) by @vitorhugods in #63
  • Update project to Kotlin 1.8.20 by @Nillerr in #64

New Contributors

Full Changelog: v1.4.0...v1.4.1

v1.4.0

28 Mar 13:12
Compare
Choose a tag to compare

What's Changed

  • Update to Kotlin 1.8.10
  • Fix #54 by wrapping parameter name arguments in backticks
  • Fix #55 by removing variance from mock function type generation
  • Fix #58 by adding anything() shorthand to whenInvokedWith

Full Changelog: v1.3.1...v1.4.0

v1.3.1

12 Jan 12:02
Compare
Choose a tag to compare

What's Changed

  • Add support for vararg parameters in functions by @Nillerr in #53

Full Changelog: v1.3.0...v1.3.1

v1.3.0

14 Dec 22:37
Compare
Choose a tag to compare

What's Changed

  • Update Kotlin to 1.7.20 and Android plugin 9774181
  • Add support for the Kotlin/JS IR compiler.

Full Changelog: v1.2.6...v1.3.0

v1.2.6

28 Jun 07:23
Compare
Choose a tag to compare

What's Changed

  • Add default/fallback implementations of functions from Any by @Nillerr in #43

Full Changelog: v1.2.5...v1.2.6