Skip to content

Releases: mockative/mockative

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

v1.2.5

08 Jun 15:05
Compare
Choose a tag to compare

What's Changed

  • Adds builders for stubbing and verification with less type info by @Nillerr in #40

Full Changelog: v1.2.4...v1.2.5

v1.2.4

07 Jun 08:02
Compare
Choose a tag to compare

What's Changed

  • Generate mocks for nested interfaces correctly, fixing #38 by @Nillerr in #39

Full Changelog: v1.2.3...v1.2.4

v1.2.3

02 Jun 17:14
Compare
Choose a tag to compare

What's Changed

  • Fix lack of support for partial generic typealias as reported in #33 by @Nillerr in #35

Full Changelog: v1.2.2...v1.2.3

v1.2.2

02 Jun 11:43
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.1...v1.2.2

v1.2.1

14 May 14:02
Compare
Choose a tag to compare

What's Changed

  • Remove this argument from generated properties, fixing a bug causing generated code to be incompatible.

Full Changelog: v1.2.0...v1.2.1

v1.2.0

14 May 13:18
Compare
Choose a tag to compare

What's Changed

  • Completely rewritten code generation to use KotlinPoet
  • Update Kotlin and KSP versions to 1.6.20
  • Support incremental processing by splitting generated code into separate files and reducing file dependencies
  • Add function to test wildcard generics to address #29
  • Add support for extension receivers, fixing #30
  • Add an expect/actual interface to address #31

v1.1.4

06 Jan 14:32
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.3...v1.1.4

v1.1.3

22 Dec 12:14
Compare
Choose a tag to compare

What's Changed

  • Fixed mock members with generic type parmeters as return type by @Nillerr in #21

Full Changelog: v1.1.2...v1.1.3

v1.1.2

17 Dec 16:12
Compare
Choose a tag to compare

What's Changed

  • Fixed a bug where invocations of throwing stubs were not recorded by @Nillerr in #18

Full Changelog: v1.1.1...v1.1.2