Releases: careem/mockingbird
Releases · careem/mockingbird
v2.8.1
What's Changed
- Fixing the double mock issue by @MarcoSignoretto in #129
Full Changelog: v2.8.0...v2.8.1
v2.8.0
What's Changed
- Support Mock generation for generic interfaces by @MarcoSignoretto in #124
- Kotlin 1.7.10 by @MarcoSignoretto in #127
Full Changelog: v2.7.0...v2.8.0
v2.7.0
What's Changed
- Include visibility to generated mock by @minaEweida in #120
- Migrating generation logic to KSP by @MarcoSignoretto in #123
- Add Ksp mocking to MockingBird plugin by @MarcoSignoretto in #125
- Fixing publishing sources by @MarcoSignoretto in #126
Full Changelog: v2.6.0...v2.7.0
v2.6.0
v2.5.0
- Reduce dependencies of
generateMocks
task and make sure mocks are always generated prior to building tests
v2.4.0
- Kotlin to 1.6.21
- Jacoco to 0.8.8
- AtomicFu to 0.17.2
- kotlinPoet to 1.11.0
- kotlinxMetadata to 0.4.2
- mockk to 1.12.3
v2.3.0
v2.1.0
- Fixed issue that was preventing the plugin from been applied in the
plugins
block - Converted
build.gradle
s tobuild.gradle.kts
v2.0.0
- Upgrade kotlin to 1.5.31 in JsPlugin
- MockingBird plugin
v1.15.0
- Support for iosSimulatorArm64
- HMPP support