Skip to content

Releases: anthonycr/Mockingbird

v1.2.0

16 Sep 02:55
7e57194
Compare
Choose a tag to compare
  • Add support for verifyPartial to allow for verifying only some invocations.

v1.1.0

07 Sep 14:43
b21607e
Compare
Choose a tag to compare
  • Fix issue where lambdas could not be faked.

v1.0.0

05 May 16:40
51fbf00
Compare
Choose a tag to compare
  • First stable release.
  • Removed times function since it can be replaced with Kotlin's repeat function.
  • Added documentation to all public verification functions.

v0.0.6

24 Apr 21:57
c300128
Compare
Choose a tag to compare
v0.0.6 Pre-release
Pre-release
  • Target JVM 11 specifically for the core library to allow for better compatibility.

v0.0.5

24 Apr 14:12
040d2bd
Compare
Choose a tag to compare
v0.0.5 Pre-release
Pre-release
  • Target JVM 17 toolchain to support inlined bytecode for most consumers.

v0.0.4

24 Apr 12:33
1ba10b6
Compare
Choose a tag to compare
v0.0.4 Pre-release
Pre-release
  • Generate stubbed implementations of non-Unit returning functions that just throw exceptions.
  • Support generating and verifying suspend functions that return Unit.

v0.0.3

22 Apr 23:45
6b22cf0
Compare
Choose a tag to compare
v0.0.3 Pre-release
Pre-release
  • Fix issue where interfaces that used android.util.Pair would not be verified.

v0.0.2

22 Apr 02:56
90af22f
Compare
Choose a tag to compare
v0.0.2 Pre-release
Pre-release
  • Redesign verifyParams API to support type safe parameter comparison.

v0.0.1

20 Apr 13:45
Compare
Choose a tag to compare
v0.0.1 Pre-release
Pre-release
  • Initial release.