8000 Releases · mockative/mockative · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: mockative/mockative

v3.0.1

28 Nov 13:17
69bc1dd
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.0.0...v3.0.1

v3.0.0

04 Nov 20:52
Compare
Choose a tag to compare

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 and throws 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

Full Changelog: v2.2.2...v3.0.0

v2.2.2

27 May 18:04
f2558a3
Compare
Choose a tag to compare

What's Changed

  • feat(processor): fallback to internal constructor if no public constructor is available by @riQQ in #117
  • Bring back returnsMany(vararg blocks) to restore compatability by @Nillerr in #119

Full Changelog: v2.2.1...v2.2.2

v2.2.1

16 May 15:54
b0d08d2
Compare
Choose a tag to compare

What's Changed

New Contributors

  • @riQQ made their first contribution in #111

Full Changelog: v2.2.0...v2.2.1

v2.2.0

15 Apr 18:09
18d50fb
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.1.0...v2.2.0

v2.1.0

30 Mar 15:31
64696d0
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.0.1...v2.1.0

v2.0.1

17 Aug 06:55
931da9b
Compare
Choose a tag to compare

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

15 Aug 20:39
1b6ffad
Compare
Choose a tag to compare

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.

What's Changed

Full Changelog: v1.4.1...v2.0.0

v1.4.1

25 Apr 07:32
Compare
Choose a tag to compare

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

Full Changelog: v1.4.0...v1.4.1

v1.4.0

28 Mar 13:12
Compare
Choose a tag to compare

What's Changed

  • Update to Kotlin 1.8.10
  • Fix #54 by wrapping parameter name arguments in backticks
  • Fix #55 by removing variance from mock function type generation
  • Fix #58 by adding anything() shorthand to whenInvokedWith

Full Changelog: v1.3.1...v1.4.0

0