1.14.0
What's Changed
- Update the kdoc of verifyAll to describe its behavior correctly by @harel-biton in https://github.com/mockk/mockk/pull/1363
- Fix returning result values by @burnoo in https://github.com/mockk/mockk/pull/1352
- fix: ensure confirmVerified is isolated per test by @rsvinicius in https://github.com/mockk/mockk/pull/1367
- Do not generate visibility bridge for package-private default methods (fixes #1118) by @sgerke-1L in https://github.com/mockk/mockk/pull/1366
- fix: handle fallback to default constructor parameters in constructed… by @VitalyVPinchuk in https://github.com/mockk/mockk/pull/1370
New Contributors
- @harel-biton made their first contribution in https://github.com/mockk/mockk/pull/1363
- @burnoo made their first contribution in https://github.com/mockk/mockk/pull/1352
- @rsvinicius made their first contribution in https://github.com/mockk/mockk/pull/1367
- @sgerke-1L made their first contribution in https://github.com/mockk/mockk/pull/1366
- @VitalyVPinchuk made their first contribution in https://github.com/mockk/mockk/pull/1370
Full Changelog: https://github.com/mockk/mockk/compare/1.13.17...1.14.0