Skip to content

Releases: twitter/compose-rules

v0.0.3

12 Sep 17:18
Compare
Choose a tag to compare

Changelog

  • No changes

v0.0.2

12 Sep 13:21
Compare
Choose a tag to compare

Changelog

  • Attempted to fix an issue around unspecified versions in the published POM file.

v0.0.1

12 Sep 12:00
Compare
Choose a tag to compare

Changelog

  • Prepare for 0.0.1 version (#36) @mrmans0n
  • Fixes the ComposeModifierComposable.kt so it does not error on a regu… (#35) @jcraane
  • Fix detekt artifact in README (#32) @MaximillianLeonov
  • Add infra to auto publish the library in CI (#31) @mrmans0n
  • Updated documentation to include Detekt instructions (#30) @mrmans0n
  • Combine ComposeNamingChecks for detekt (#29) @mrmans0n
  • Adds detekt support for all rules, sharing all detection/autofix code with ktlint (#28) @mrmans0n
  • Add link to the docs in the README (#27) @mrmans0n
  • Update error documentation links (#26) @mrmans0n
  • Migrate to ktlint 0.47.0 (#24) @mrmans0n
  • Add Twitter icon to MkDocs site (#25) @chrisbanes
  • Add mkdocs (#23) @mrmans0n
  • Update build.yaml versions (#22) @mrmans0n
  • Update README and CONTRIBUTING files (#20) @mrmans0n
  • Add copyright headers and enforce through spotless (#19) @mrmans0n
  • Add maven publishing actions and properties (#18) @mrmans0n
  • Add ComposeModifierComposableCheck to detect composable modifier extension factory functions (#17) @mrmans0n
  • Separate modifier rules and update ordering checks (#16) @mrmans0n
  • Extracted common visitors to an interface (#15) @mrmans0n
  • Add rule to enforce proper parameter ordering in composable functions (#14) @mrmans0n
  • Updates ktlint to 0.46.1 (#13) @mrmans0n
  • Add spotless support for .gradle files (#12) @mrmans0n
  • Add ViewModel injection check (#11) @mrmans0n
  • Add rule to detect VM forwarding (#10) @mrmans0n
  • Add rule to detect multiple content emissions in a composable (#9) @mrmans0n
  • Added TwitterComposeRuleSetProviderTest to ensure rules are provided (#8) @mrmans0n
  • Add rule to detect mutable parameters used in a composable (#7) @mrmans0n
  • Add ComposeModifierUsedOnceCheck (#6) @mrmans0n
  • Add ComposeModifierMissingCheck rule (#5) @mrmans0n
  • Add docs for current and future rules (#4) @mrmans0n
  • Add rule to detect non-remembered mutable/derivedStateOf (#3) @mrmans0n
  • Add first rule ComposeNamingCheck and required infra for it (#2) @mrmans0n
  • Create basic module skeleton for the project (#1) @mrmans0n