Releases
v1.0.6
Compare
Sorry, something went wrong.
No results found
ComposeGuard v1.0.6
1.0.6
Statistics Dashboard: New tool window with violation analytics by category, file, and rule
Parameter Ordering Fix: Fixed modifier position to follow official Jetpack Compose guidelines
Modifier is now correctly enforced as the FIRST optional parameter (not last)
Order: required → modifier (first optional) → other optionals → content lambda
Updated ReorderParametersFix quick fix to use correct ordering
Suppress Built-in Compose Inspections: Automatically hides Android Studio's built-in Compose lint warnings when ComposeGuard handles them
New setting: "Suppress built-in Compose inspections" in Settings → Tools → ComposeGuard
Comprehensive Test Coverage: Added tests for all 36 rules
New test files for Modifier, Naming, State, Composable, Stricter, Effects, and Performance categories
Added EventParameterNaming rule with past tense detection
Improved settings UI with category toggles
You can’t perform that action at this time.