Skip to content

Releases: bitPogo/kmock

v0.3.0-rc08

13 Apr 06:04
61a11f5
Compare
Choose a tag to compare

Bumped

  • Kotlin 1.7.22 -> 1.8.0
  • AtomicFU 0.18.5 -> 0.19.0
  • KSP 1.7.22-1.0.8 -> 1.8.0-1.0.8

v0.3.0-rc07

04 Apr 05:54
0c9556f
Compare
Choose a tag to compare

Bumped

  • Kotlin 1.7.21 -> 1.7.22
  • KSP 1.7.21-1.0.8 -> 1.7.22-1.0.8

v0.3.0-rc06

03 Apr 19:57
ffc2154
Compare
Choose a tag to compare

Bumped

  • Kotlin 1.7.20 -> 1.7.21
  • KSP 1.7.20-1.0.6 -> 1.7.21-1.0.8

v0.3.0-rc05

20 Jan 22:01
59fa114
Compare
Choose a tag to compare

Added

  • support for Kotlin Apple Targets and mingwX64

Bumped

  • Kotlin 1.7.10 -> 1.7.20
  • AtomicFu 0.18.3 -> 0.18.5
  • KSP 1.7.10-1.0.6 -> 1.7.20-1.0.6
  • Android Gradle Plugin 7.3.0 -> 7.3.1

v0.3.0-rc04

21 Sep 18:17
866ea64
Compare
Choose a tag to compare

Bumped

  • Gradle 7.5 -> 7.5.1
  • Kotlin 1.7.0 -> 1.7.10
  • AtomicFu 0.18.2 -> 0.18.3
  • Android Target SDK 32 -> 33
  • KSP 1.7.0-1.0.6 -> 1.7.10-1.0.6

v0.3.0-rc03

21 Sep 01:27
f47645b
Compare
Choose a tag to compare

Changed

  • pseudo build-in methods are now resolved independently

Fixed

  • Aliases as type arguments are not correctly resolved, if the Aliases have type arguments on their own
  • Generics cause AccessMethods to collide in their definition
  • Stackoverflow when determine TypeVariance
  • Unrelated MetaSources caused NPE

Bumped

  • Gradle 7.4.2 -> 7.5
  • Kotlin 1.6.21 -> 1.7.0
  • KotlinPoet 1.11.0 -> 1.12.0
  • AtomicFu 0.17.3 -> 0.18.2
  • Stately 1.2.1 -> 1.2.3
  • Android Target SDK 31 -> 32
  • CompilerTest 1.4.8 -> 1.4.9

v0.3.0-rc02

02 Jul 15:40
f8d1cc8
Compare
Choose a tag to compare

Changed

  • sources for release and debug for non KMP are now added via the Android extension while custom build-variant need manual setup

Fixed

  • when Build Cache is enabled, Mocks are not created
  • Relaxer not picked correctly up on multiple test runs
  • Multi Interface Cleanup causes compilation to fail

Bumped

  • Android Target SDK 31 -> 32

v0.3.0-rc01

21 Jun 17:07
97f4291
Compare
Choose a tag to compare

Added

  • preventResolvingOfAliases as workaround for AccessMethods with expect/actual Aliases which cause incremental builds to fail

Bumped

  • Kotlin 1.6.10 -> 1.6.21
  • AtomicFu 0.17.1 -> 0.17.3
  • KSP 1.6.10-1.0.4 -> 1.6.21-1.0.6

v0.2.2

20 Jun 15:06
f27a850
Compare
Choose a tag to compare

Fixed

  • run/runs does not trigger SideEffect invocation

v0.2.1

19 Jun 13:15
98d2be3
Compare
Choose a tag to compare

Fixed

  • Plugin triggered the usage of the legacy JS compiler for KotlinJs