22
33All notable changes to the IntelliJ IDEA plugin will be documented in this file.
44
5- ## [ Unreleased]
6-
7- ---
8-
95## [ 0.6.2] - 2025-12-10
106
117### Fixed
@@ -22,8 +18,6 @@ All notable changes to the IntelliJ IDEA plugin will be documented in this file.
2218 - Composables with only ignored unstable parameters now correctly show as skippable
2319 - Provides better visibility of composable signatures while respecting ignore patterns
2420
25- ---
26-
2721## [ 0.6.1] - 2025-12-06
2822
2923### Added
@@ -58,8 +52,6 @@ All notable changes to the IntelliJ IDEA plugin will be documented in this file.
5852 - Compose BOM: 2025.10.01 → 2025.12.00
5953 - JetBrains Compose: 1.9.2 → 1.9.3
6054
61- ---
62-
6355## [ 0.6.0] - 2025-11-24
6456
6557### Added
@@ -87,8 +79,6 @@ All notable changes to the IntelliJ IDEA plugin will be documented in this file.
8779 - Lists runtime parameters with clear explanation of runtime stability behavior
8880 - Explains that skippability may change between library versions or when implementations change
8981
90- ---
91-
9282## [ 0.5.3] - 2025-11-18
9383
9484### Fixed
@@ -102,8 +92,6 @@ All notable changes to the IntelliJ IDEA plugin will be documented in this file.
10292 - Tasks no longer access ` Task.project ` during execution, preventing "unsupported at execution time" errors
10393 - Gradle builds with ` --configuration-cache ` flag now work correctly
10494
105- ---
106-
10795## [ 0.5.2] - 2025-11-13
10896
10997### Fixed
@@ -115,8 +103,6 @@ All notable changes to the IntelliJ IDEA plugin will be documented in this file.
115103 - Compile-time classes (` StabilityInfo ` , ` ComposableInfo ` , ` ParameterInfo ` ) now removed by R8
116104 - This fix dramatically reduces release APK size when using the plugin
117105
118- ---
119-
120106## [ 0.5.1] - 2025-11-10
121107
122108### Added
@@ -133,8 +119,6 @@ All notable changes to the IntelliJ IDEA plugin will be documented in this file.
133119 - Example: ` @Immutable sealed class StableSealedClass ` with ` data class Stable(...) ` subclass now correctly shows as STABLE instead of RUNTIME
134120 - Both IDE plugin and compiler plugin now consistently handle sealed class hierarchies with stability annotations
135121
136- ---
137-
138122## [ 0.5.0] - 2025-11-08
139123
140124### Breaking Changes
@@ -187,8 +171,6 @@ All notable changes to the IntelliJ IDEA plugin will be documented in this file.
187171 - Classes from other modules now correctly marked as UNSTABLE unless annotated with @Stable /@Immutable or @StabilityInferred (parameters=0)
188172- Extended plugin compatibility range to support IntelliJ IDEA 2025.3 (build 253)
189173
190- ---
191-
192174## [ 0.4.2] - 2025-11-03
193175
194176### Fixed
@@ -202,8 +184,6 @@ All notable changes to the IntelliJ IDEA plugin will be documented in this file.
202184- Better handling of complex function type aliases and deeply nested generics
203185- Consistent stability analysis behavior with compiler plugin
204186
205- ---
206-
207187## [ 0.4.1] - 2025-11-02
208188
209189### Fixed
@@ -219,8 +199,6 @@ All notable changes to the IntelliJ IDEA plugin will be documented in this file.
219199- Better handling of complex function type aliases and deeply nested generic types
220200- @Parcelize-annotated classes with stable properties are now correctly identified as STABLE
221201
222- ---
223-
224202## [ 0.4.0] - 2025-11-02
225203
226204### Added
@@ -238,8 +216,6 @@ All notable changes to the IntelliJ IDEA plugin will be documented in this file.
238216- Fixed stability inference for nested data classes
239217- Improved analysis accuracy for edge cases
240218
241- ---
242-
243219## [ 0.3.0] - 2025-10-28
244220
245221### Added
@@ -257,8 +233,6 @@ All notable changes to the IntelliJ IDEA plugin will be documented in this file.
257233- Fixed analysis of @Composable functions with default parameters
258234- Improved stability detection for complex parameter types
259235
260- ---
261-
262236## [ 0.2.3] - 2025-10-23
263237
264238### Changed
@@ -268,26 +242,20 @@ All notable changes to the IntelliJ IDEA plugin will be documented in this file.
268242### Fixed
269243- Fixed compiler test compatibility issues with Kotlin 2.2.21
270244
271- ---
272-
273245## [ 0.2.2] - 2025-10-20
274246
275247### Changed
276248- Unified maven publishing configuration
277249- Updated build configuration to match landscapist project structure
278250- Improved project consistency and maintainability
279251
280- ---
281-
282252## [ 0.2.1] - 2025-10-15
283253
284254### Fixed
285255- Fixed K2 API compatibility for Android Studio AI-243 and older IDE versions
286256- Improved graceful fallback to PSI analyzer when K2 Analysis API is unavailable
287257- Better error handling for unsupported IDE versions
288258
289- ---
290-
291259## [ 0.2.0] - 2025-10-10
292260
293261### Added
@@ -303,8 +271,6 @@ All notable changes to the IntelliJ IDEA plugin will be documented in this file.
303271### Changed
304272- Migrated from PSI-based analysis to K2 Analysis API (with automatic fallback)
305273
306- ---
307-
308274## [ 0.1.0] - 2025-10-01
309275
310276### Added
@@ -321,8 +287,6 @@ All notable changes to the IntelliJ IDEA plugin will be documented in this file.
321287- Fixed interface type detection
322288- Improved stability inference accuracy
323289
324- ---
325-
326290## Legend
327291
328292- ** Added** - New features
@@ -337,4 +301,4 @@ All notable changes to the IntelliJ IDEA plugin will be documented in this file.
337301
338302- [ Plugin Repository] ( https://github.com/skydoves/compose-stability-analyzer )
339303- [ Issue Tracker] ( https://github.com/skydoves/compose-stability-analyzer/issues )
340- - [ Documentation] ( https://github.com/skydoves/compose-stability-analyzer/blob/main/README.md )
304+ - [ Documentation] ( https://github.com/skydoves/compose-stability-analyzer/blob/main/README.md )
0 commit comments