Skip to content

Releases: mockative/mockative

v1.1.1

15 Dec 15:57
Compare
Choose a tag to compare

What's Changed

  • Fixes incorrect range verification when only using atLeast by @Nillerr in #17

Full Changelog: v1.1.0...v1.1.1

v1.1.0 (Kotlin 1.6.0)

13 Dec 13:03
a2d9d18
Compare
Choose a tag to compare

What's Changed

The full list of supported targets now includes:

  • Windows
    • mingwX32
    • mingwX64
  • Linux
    • linuxX64
    • linuxArm32Hfp
    • linuxArm64
  • JVM (& Android)
  • JavaScript
    • browser
    • nodejs
  • wasm
    • wasm32
  • Darwin
    • iOS
      • iosX64
      • iosArm64
      • iosSimulatorArm64
    • watchOS
      • watchosArm32
      • watchosArm64
      • watchosX86
      • watchosX64
      • watchosSimulatorArm64
    • tvOS
      • tvosArm64
      • tvosX64
      • tvosSimulatorArm64
    • macOS
      • macosX64
      • macosArm64

Full Changelog: v1.0.7...v1.1.0

v1.0.7

07 Dec 14:04
Compare
Choose a tag to compare

What's Changed

  • Fixes an incremental android compilation issue

Full Changelog: v1.0.6...v1.0.7

v1.0.6

25 Nov 12:23
0f23728
Compare
Choose a tag to compare

What's Changed

  • Implicit stubbing of members returning Unit by @Nillerr in #8
  • Updates error messages to include classOf<T> syntax by @Nillerr

Full Changelog: v1.0.4...v1.0.6

v1.0.4

24 Nov 06:45
Compare
Choose a tag to compare

What's Changed

  • Add support for iOS simulators on ARM64 by @Nillerr in #2
  • Add support for mocks with generic type parameters by @Nillerr in #1

Full Changelog: v1.0.3...v1.0.4

v1.0.3

17 Nov 10:37
Compare
Choose a tag to compare

Features

  • The message of InvalidExpectationError and MissingExpecationError now contains a list of expectations configured on the mock.

v1.0.2

17 Nov 10:13
Compare
Choose a tag to compare

Features

  • Improves error messages for misconfigured expectations

v1.0.1

17 Nov 09:55
Compare
Choose a tag to compare

Bugs Fixed

  • NoSuchMethodError when running instrumented tests on Android.