Releases: mockito/mockito-kotlin
Releases · mockito/mockito-kotlin
5.4.0
Changelog generated by Shipkit Changelog Gradle Plugin
5.4.0
- 2024-07-09 - 2 commit(s) by Lars
- Added value class support (#522)
- Update mockito to 5.12 (#521)
5.3.1
Changelog generated by Shipkit Changelog Gradle Plugin
5.3.1
5.3.0
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
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
Changelog generated by Shipkit Changelog Gradle Plugin
5.2.0
- 2023-12-01 - 1 commit(s) by Sergei
- Main dependencies updated (#496)
5.1.0
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
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
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
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
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.