All Versions
22
Latest Version
Avg Release Cycle
159 days
Latest Release
88 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v6.3.0 Changes
March 19, 2026π Changelog generated by Shipkit Changelog Gradle Plugin
6.3.0
- π€‘ 2026-03-19 - 2 commit(s) by Joshua Selbo
- β Add first-class support for mocking object singletons (#587)
- β Add helper to mock module-level extension functions (#586)
-
v6.2.3 Changes
January 26, 2026π Changelog generated by Shipkit Changelog Gradle Plugin
6.2.3
- π€‘ 2026-01-26 - 2 commit(s) by Joshua Selbo, Mark Koops
- β‘οΈ Update exception message now that onGeneric is deprecated (#583)
- π Improve Result support in matchers and captors (#582)
-
v6.2.2 Changes
January 21, 2026π Changelog generated by Shipkit Changelog Gradle Plugin
6.2.2
- π€‘ 2026-01-21 - 2 commit(s) by Mark Koops
- π Fix eq() matcher NPE with nullable value class and null value (#579)
- π Improve support for stubbing Result return values for synchronous and suspendable functions (#576)
-
v6.2.1 Changes
January 17, 2026π Changelog generated by Shipkit Changelog Gradle Plugin
6.2.1
- π€‘ 2026-01-17 - 2 commit(s) by Joshua Selbo, Mark Koops
- π€‘ Solve 6.2.0 regression due to runblocking being unavailable (#575)
- π Use jvmToolchain API to configure builds (#572)
-
v6.2.0 Changes
January 14, 2026π Changelog generated by Shipkit Changelog Gradle Plugin
6.2.0
- π€‘ 2026-01-14 - 27 commit(s) by Joshua Selbo, Mark Koops, Tim van der Lippe
- π€‘ Improving stubbing support for suspend functions and value classes (#569)
- β‘οΈ Update PR template to run formatting (#568)
- π€‘ Ignore ktfmt formatting revision in git blame (#567)
- π· Enable Spotless formatting check in CI (#566)
- π€‘ Apply ktfmt formatting (#565)
- β Add tooling for Spotless + ktfmt (#562)
- π€‘ Follow-up on primitive value classes (#561)
- β‘οΈ Update MockSettings usage (#560)
- π Fix anyOrNull matcher with value class wrapping primitive type (#557)
- β¨ Enhance/unify and document stubbing API, more groundwork towards implementing improved suspend function support (#556)
- β Add wrappers for mockStatic, mockConstruction (#551)
- β Add MockedStatic.verify extension fun with lambda last (#549)
- β Extending/organizing MatchersTest.kt (#548)
- β Adding value class support to KArgumentCaptor. (#547)
- π Fix the output directory for the dokka Javadoc plugin (#546)
- π€‘ #544 Adding value class support to the eq() argument matcher. (#545)
- π€‘ eq() argument matcher does not support for value class type arguments (#544)
- β Add note about releasing tags via GitHub UI (#543)
-
v6.1.0 Changes
September 30, 2025π Changelog generated by Shipkit Changelog Gradle Plugin
6.1.0
- π€‘ 2025-09-30 - 1 commit(s) by JuJup
- β‘οΈ chore(deps): update mockito-core (#542)
-
v6.0.0 Changes
July 16, 2025β¬οΈ Upgrade to Kotlin 2
What's Changed
- β Add stubber (top-level) doSuspendableAnswer() by @0xabadea in #523
- β Kotlin coroutines and generic tests by @hadilq in #526
- π€‘ Typo in project name by @bjmi in #528
- β Add ArgumentCaptor.singleValue by @bjmi in #529
- β‘οΈ Update mockito by @LarsSven in #534
- β¬οΈ Upgrade Kotlin and Gradle by @LarsSven in #535
- β Add checksum for Gradle wrapper by @TimvdLippe in #538
- β‘οΈ Update logic for determining project version by @TimvdLippe in #540
π New Contributors
- π€‘ @0xabadea made their first contribution in #523
- π€‘ @hadilq made their first contribution in #526
- π€‘ @bjmi made their first contribution in #528
Full Changelog : 5.4.0...v6.0.0
-
v5.4.0 Changes
July 09, 2024π 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)
-
v5.3.1 Changes
April 09, 2024π 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)
-
v5.3.0 Changes
January 21, 2024π 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)