Skip to content

Releases: mockito/mockito-kotlin

5.3.1

09 Apr 17:49
7e57608
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

Changelog generated by Shipkit Changelog Gradle Plugin

5.2.0

5.1.0

09 Aug 19:48
ccbb768
Compare
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
Compare
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
Compare
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)

4.0.0

12 Oct 11:41
9208417
Compare
Choose a tag to compare

Changelog generated by Shipkit Changelog Gradle Plugin

4.0.0

  • 2021-10-12 - 7 commit(s) by Michal Szestowicki, Rashad Sookram, Szczepan Faber, Tim van der Lippe, Vetle Leinonen-Roeim, andreprinz
  • Run releases on Mockito-kotlin 4 (#448)
  • Remove deprecated verifyZeroInteractions (#447)
  • Remove verifyZeroInteractions? (#446)
  • Bump mockito-core to 3.12.4 (#444)
  • Enable automated changelog (#435)
  • Add verifyNoInteractions, mark verifyZeroInteractions as deprecated (#401)

3.2.0

05 May 11:42
d90ced6
Compare
Choose a tag to compare

Changelog generated by Shipkit Changelog Gradle Plugin

3.2.0

  • 2021-05-05 - 0 commit(s) by
  • No notable improvements. No pull requests (issues) were referenced from commits.

3.1.0

01 Apr 13:55
3173393
Compare
Choose a tag to compare

Changelog generated by Shipkit Changelog Gradle Plugin

3.1.0

  • 2021-04-01 - 4 commit(s) by Szczepan Faber, Tim van der Lippe, Michal Szestowicki, Andrius Semionovas
  • Add suspendable answer (#357)