New
1.14.6
What's Changed
- Fix and add clearMocks test cases by @jmatsu in https://github.com/mockk/mockk/pull/1419
- make captured value reference volatile by @mmimica in https://github.com/mockk/mockk/pull/1418
- add fail-fast guard for Kotlin inline function mocking (#1030) by @ch200203 in https://github.com/mockk/mockk/pull/1421
- add test reports to GitHub actions by @aSemy in https://github.com/mockk/mockk/pull/994
- fix duration denormalized error by @tigermint in https://github.com/mockk/mockk/pull/1424
- refactor: enhance confirmVerified function to include clear option by @felix-dolderer-el in https://github.com/mockk/mockk/pull/1427
New Contributors
- @jmatsu made their first contribution in https://github.com/mockk/mockk/pull/1419
- @mmimica made their first contribution in https://github.com/mockk/mockk/pull/1418
- @ch200203 made their first contribution in https://github.com/mockk/mockk/pull/1421
- @tigermint made their first contribution in https://github.com/mockk/mockk/pull/1424
- @felix-dolderer-el made their first contribution in https://github.com/mockk/mockk/pull/1427
Full Changelog: https://github.com/mockk/mockk/compare/1.14.5...1.14.6