Skip to content

Releases: mrmans0n/compose-rules

v0.4.17

28 Oct 10:20
f4ee25c
Compare
Choose a tag to compare

What's changed

v0.4.16

14 Oct 10:21
1d0a44d
Compare
Choose a tag to compare

Note

This version contains a fix for the detekt default config: ContentSlotReused wasn't enabled by default and it should have been. The new test in #348 caught the issue, so now it's enabled by default. That test is already paying for itself 😆

What's changed

v0.4.15

03 Oct 14:11
Compare
Choose a tag to compare

What's changed

v0.4.14

03 Oct 12:40
e149a74
Compare
Choose a tag to compare

What's changed

v0.4.13

03 Oct 11:43
Compare
Choose a tag to compare

Important

In this version, ParameterNaming was enabled by default unknowingly in detekt. You should add this to your detekt configuration file to disable it, in case you don't want it (as this rule is supposed to be opt-in only). This will be fixed in the next version.

  PreviewNaming:
    active: false

What's changed

v0.4.12

10 Sep 07:28
6358a3a
Compare
Choose a tag to compare

What's changed

v0.4.11

30 Aug 08:01
93ea8af
Compare
Choose a tag to compare

Changelog

v0.4.10

07 Aug 14:33
Compare
Choose a tag to compare

Changelog

  • Prevent false positives in ModifierReused due to early returns (#317) @mrmans0n
  • Ignore modifier factory functions in ModifierMissing/ModifierWithoutDefault (#314) @mrmans0n
  • Stop content emitter detection also by contentEmittersDenylist (#313) @mrmans0n

v0.4.9

06 Aug 14:54
95a114d
Compare
Choose a tag to compare

Changelog

  • Detect early returns in content emitter count (#312) @mrmans0n
  • Update dependency org.jetbrains.kotlin:kotlin-compiler-embeddable to v2.0.10 (#311) @renovate
  • Add support to when statements while counting emitters (#310) @mrmans0n
  • Update gradle/actions action to v4 (#309) @renovate
  • Restrict emitters count for KtBinaryExpression to ELVIS only (#307) @mrmans0n
  • Update detekt docs to add IDE config suggestions (#305) @mrmans0n

v0.4.8

30 Jul 09:00
f83c702
Compare
Choose a tag to compare

Changelog