Skip to content

Releases: kosi-libs/MocKMP

1.1.0

01 Feb 18:48
Compare
Choose a tag to compare
  • #1: Fake generation now support functional types
  • #2: Proper support for KMM projects with Android plugin (rather than just a JVM target)
  • Better support for KSP error system. Error stack traces are shown if the throwErrors property is set to true in the Gradle plugin.

1.0.1

03 Jan 17:26
Compare
Choose a tag to compare
v1.0.1

KIGP 6.16.0

1.0.0

17 Dec 19:59
Compare
Choose a tag to compare
  • Renamed project to MocKMP
  • Kotlin 1.6.10
  • Forces every & verify declarations to be either all constraints or all non-constraints (limitations is imposed by Kotlin/Native).

0.7.0

22 Nov 16:30
Compare
Choose a tag to compare
  • Added location to errors.

0.6.0

19 Nov 19:09
Compare
Choose a tag to compare

Added support for functional type mocking.

0.5.0

18 Nov 11:24
Compare
Choose a tag to compare
  • Kotlin 1.6.0
  • Renames on to every to align with standards
  • Allows the annotation on properties (without set: prefix).
  • Introduces the TestWithMocks test helper class
  • Gradle plugin adds the dependencies repository, and supports optional adding of the test-helper dependency.

0.4.1

16 Nov 12:08
Compare
Choose a tag to compare
  • Target JVM 1.8

0.4.0

15 Nov 21:31
Compare
Choose a tag to compare
  • Support for changing behaviour after defining it.

0.3.0

15 Nov 19:21
Compare
Choose a tag to compare
  • Support for non-exhaustive and/or non-ordered verification

0.2.0

15 Nov 11:52
Compare
Choose a tag to compare
  • Kotlin 1.5.31, KSP 1.0.1
  • Support for function modifiers (such as suspend)
  • Support for generic interfaces