Skip to content

Releases: mockito/mockito-kotlin

v6.1.0

30 Sep 18:37
29a7a99

Choose a tag to compare

Changelog generated by Shipkit Changelog Gradle Plugin

6.1.0

v6.0.0

16 Jul 15:17
0d1ea6c

Choose a tag to compare

Upgrade to Kotlin 2

What's Changed

New Contributors

Full Changelog: 5.4.0...v6.0.0

5.4.0

09 Jul 07:52
888e19d

Choose a tag to compare

Changelog generated by Shipkit Changelog Gradle Plugin

5.4.0

5.3.1

09 Apr 17:49
7e57608

Choose a tag to compare

Changelog generated by Shipkit Changelog Gradle Plugin

5.3.1

  • 2024-04-09 - 3 commit(s) by Oscar Guillén, Róbert Papp
  • Follow-up on #508: add tests and remove unnecessary methods (#516)
  • Fix broken release (#509) (#514)
  • Add support for destructured parameters in answers (#512)
  • Release is broken (#509)
  • Port AdditionalMatchers matchers (#508)

5.3.0

21 Jan 18:22
017b08a

Choose a tag to compare

This release has not been published to maven-central

5.3.0

  • 2024-01-21 - 6 commit(s) by Paul Féraud, Róbert Papp
  • Port AdditionalMatchers matchers (#508)
  • Provide AdditionalMatchers for Kotlin (#507)
  • Update PR template (#504)
  • Migrate to using Gradle plugins { } (#503)
  • Move tests to included build to separate classpaths (#502)
  • Reduce warnings during build, in IDE and in GitHub UI (#501)
  • Bump Nexus publishing plugin to latest stable (#500)

5.2.1

02 Dec 17:19
edda743

Choose a tag to compare

Changelog generated by Shipkit Changelog Gradle Plugin

5.2.1

  • 2023-12-02 - 1 commit(s) by Róbert Papp
  • Increase visibility of Mockito dependency (#498)

5.2.0

01 Dec 19:22
0686ff3

Choose a tag to compare

Changelog generated by Shipkit Changelog Gradle Plugin

5.2.0

5.1.0

09 Aug 19:48
ccbb768

Choose a tag to compare

Changelog generated by Shipkit Changelog Gradle Plugin

5.1.0

  • 2023-08-09 - 3 commit(s) by Hunter Werlla, Lukáš Křečan, Tim van der Lippe
  • Also run release job on 5.x tags (#491)
  • #474 Fix vararg argument matcher (#490)
  • Fix issue #480 by widening the allowed types for lenient().whenever() (#485)
  • lenient().whenever() reports type mismatch TypeVariable(T) was expected (#480)
  • Mockito 5.0 breaks vararg argument capture in Kotlin (#474)

5.0.0

01 Jun 21:06
b1d5e79

Choose a tag to compare

Changelog generated by Shipkit Changelog Gradle Plugin

5.0.0

  • 2023-06-01 - 5 commit(s) by Lukáš Křečan, Tatsuya Fujisaki, Wes Alvaro, rajin, thecodewarrior
  • #478 Upgrade Mockito (#482)
  • Add doReturn().on { method() } helper to KStubbing (#481)
  • Prevent silent mis-stubbing (#479)
  • Mockito 5.1 support (#478)
  • Exchange explanations between verifyNoInteractions() and verifyNoMoreInteractions() (#476)
  • Add helper functions for coroutine (#470)
  • What about improving doReturn -> when implementation? (#453)

4.1.0

26 Nov 21:01
7793ba4

Choose a tag to compare

Changelog generated by Shipkit Changelog Gradle Plugin

4.1.0

  • 2022-11-26 - 6 commit(s) by Niklas Seyfarth, Tim van der Lippe, Vetle Leinonen-Roeim, taeyeonKim, wrongwrong
  • Update Shipkit versions (#468)
  • Also trigger release on 4.x tags (#466)
  • Ease verify inOrder for suspending functions (#464)
  • Upgrading Gradle to 6.9.2, Kotlin to 1.4.20, junit to 4.13.2 and mockito to 4.4.0 (#458)
  • Add LenientStubber (#454)
  • Remove jcenter (#450)
  • Add support for per-mock strictness (#325)