Releases: mockative/mockative
Releases · mockative/mockative
v3.0.1
What's Changed
- Improve Android Test Task Detection to detect snapshot tests by @Nillerr in #134
- Improve Gradle task detection by @Nillerr in #136
- Support JVM-only modules by @Nillerr in #137
- Update README.md to include plugin repos by @codeindustriesnl in #132
New Contributors
- @codeindustriesnl made their first contribution in #132
Full Changelog: v3.0.0...v3.0.1
v3.0.0
What's Changed
- Support mocking deprecated types and members by @alexandrefavre4 in #125
- fix: set stubsUnitByDefault for recursively generated mocks by @riQQ in #123
- Allow infix notation on
invokes
,returns
andthrows
by @alexandrefavre4 in #100 - chore(Readme): use generic AfterTest instead of JUnit specific AfterEach by @riQQ in #127
- Support Kotlin 2 by @Nillerr in #131
New Contributors
- @alexandrefavre4 made their first contribution in #125
Full Changelog: v2.2.2...v3.0.0
v2.2.2
v2.2.1
What's Changed
- Fixes #73 by removing unnecessary invoke functions by @Nillerr in #103
- Fixes #98 by making mockable map non-thread-local @Nillerr in #103
- Fixes #97 by adding proper error message for lack of types @Nillerr in #103
- Fixes generation of mock parameters by @kris098e in #114
- test: add test for class with nested properties by @riQQ in #111
- chore: use default target hierarchy template by @vitorhugods in #101
New Contributors
Full Changelog: v2.2.0...v2.2.1
v2.2.0
v2.1.0
v2.0.1
Mockative 2 brings with it a new API that should feel familiar to any Kotlin/JVM developers using MockK as well as Java developers using Mockito, while still supporting every target of Kotlin Multiplatform.
Fixes an inconvenience introduced in the initial release of Mockative 2, where the jvmToolchain
was set to 17
resulting in the inline
functions, and thus Mockative itself, not being useable when targeting lower JDKs.
What's Changed
Full Changelog: v2.0.0...v2.0.1
v2.0.0
v1.4.1
What's Changed
- fix: make
wasInvoked
default parameters match its expected behaviour (#62) by @vitorhugods in #63 - Update project to Kotlin 1.8.20 by @Nillerr in #64
New Contributors
- @vitorhugods made their first contribution in #63
Full Changelog: v1.4.0...v1.4.1