Skip to content

v1.2.2

Compare
Choose a tag to compare
@dimsuz dimsuz released this 30 Sep 13:13
· 34 commits to master since this release
  • New rule: ComposeFunctionName ensures that Composable functions which return Unit should start with upper-case while the ones that return a value should start with lower case
  • Improve ReusedModifierInstance to detect more cases, now it works correctly for cases when a composable call is wrapped in a conditional (and other expressions)