Immutable
release. Only release title and notes can be modified.
0.8.2 (2026-07-25)
🐛 Bug Fixes
- deduplicate logical operator chains in JS/TS/Go/Python/Rust analyzers (#462) (ed64f8c)
- Go else/else-if branches now count as flat +1 increments (#460) (e7eea3b)
- qualify Java record method names and analyze compact constructors (#459) (a91c6b9)
🚀 Performance
- cache rendered CodeLens array to skip per-call object allocation (#474) (b6e75a3)
- eliminate duplicate getElseBranchNode call in Java analyzer and redundant filter in codeLensProvider (#472) (e3bdcc2)
- O(1) impl type lookup, TS/TSX singletons, enable noUnusedParameters (#442) (978b5c5)
- O(1) operator field lookup in C# analyzer + branch coverage tests (#447) (ace8969)