Skip to content

Releases: careem/mockingbird

v2.8.1

01 Oct 12:32
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.8.0...v2.8.1

v2.8.0

27 Sep 15:17
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.7.0...v2.8.0

v2.7.0

27 Sep 10:37
89bf583
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.6.0...v2.7.0

v2.6.0

20 May 16:49
Compare
Choose a tag to compare
  • breaking Fix issue #116, if you are generate Mocks manually you need to
    override public val uuid: String like override val uuid: String by uuid() if you are using the plugin no changes are
    required on your side
    • Fix issue: #109, Stale mocks are not always removed.

v2.5.0

12 May 15:52
Compare
Choose a tag to compare
  • Reduce dependencies of generateMocks task and make sure mocks are always generated prior to building tests

v2.4.0

10 May 06:29
Compare
Choose a tag to compare
  • 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

15 Mar 09:50
Compare
Choose a tag to compare

v2.1.0

17 Nov 08:28
Compare
Choose a tag to compare
  • Fixed issue that was preventing the plugin from been applied in the plugins block
  • Converted build.gradles to build.gradle.kts

v2.0.0

15 Nov 15:01
Compare
Choose a tag to compare
  • Upgrade kotlin to 1.5.31 in JsPlugin
  • MockingBird plugin

v1.15.0

04 Nov 08:38
Compare
Choose a tag to compare
  • Support for iosSimulatorArm64
  • HMPP support