Skip to content

Releases: twitter/compose-rules

v0.0.26

21 Nov 18:28
Compare
Choose a tag to compare

Changelog

v0.0.24

12 Nov 09:12
Compare
Choose a tag to compare

Changelog

  • Do not fail for default Modifier in abstract functions (#111) @nuhkoca

v0.0.23

09 Nov 10:53
Compare
Choose a tag to compare

Changelog

v0.0.22

19 Oct 19:12
Compare
Choose a tag to compare

Changelog

  • Fix ComposeModifierReused when using nested KtDotQualifiedExpressions (#106) @mrmans0n

v0.0.21

19 Oct 09:38
Compare
Choose a tag to compare

Changelog

  • Introduce allowedComposableFunctionNames config for ComposeNaming check (#105) @ZacSweers
  • Add default configuration for detekt (#103) @mrmans0n

v0.0.20

11 Oct 16:30
Compare
Choose a tag to compare

Changelog

  • Add an option to configure ComposePreviewPublic to flag all previews (#102) @mrmans0n
  • Add boolean support in ComposeKtConfig (#101) @mrmans0n

v0.0.19

10 Oct 11:57
Compare
Choose a tag to compare

Warning: If you were using the rules in ktlint and added configuration in your .editorconfig for content_emitters and allowed_composition_locals, you'll need to update them to be twitter_compose_content_emitters and twitter_compose_allowed_composition_locals respectively for them to continue working.

Changelog

  • Add UnstableCollections rule (#99) @mrmans0n
  • Add twitter_compose_ prefix to ktlint rules config entries (#98) @mrmans0n
  • Add tests to ensure all rules are added to their rulesets (#97) @mrmans0n
  • Fix a typo of the CLA job (#96) @knanao

v0.0.18

03 Oct 15:35
Compare
Choose a tag to compare

Changelog

  • Fix issue that prevents accessing right configuration data (#94) @manuel-martos
  • Add ComposePreviewNaming rule and support multipreview annotations (#93) @mrmans0n
  • Add mavericks VM factory function to the list of VM factories (#92) @mrmans0n
  • Add whetstone VM factory function to the list of VM factories (#90) @mrmans0n
  • Update Kotlin to 1.7.20 (#89) @mrmans0n

v0.0.17

30 Sep 11:04
Compare
Choose a tag to compare

Changelog

  • Check if function is an override in ComposeModifierWithoutDefault (#87) @manuel-martos

v0.0.16

27 Sep 10:06
Compare
Choose a tag to compare

Changelog

  • Fix ComposePreviewPublic to not look into non-public methods (#85) @mrmans0n
  • Filter restartable effects explicitly (#84) @mrmans0n