Skip to content

v0.8.0

Choose a tag to compare

@github-actions github-actions released this 04 Jul 07:38
Immutable release. Only release title and notes can be modified.
3af9797

0.8.0 (2026-07-04)

✨ New Features

  • analyze generator functions in JS/TS (#435) (90a1c37)
  • qualify JS/TS class method names with class name in CodeLens (#421) (d53fbea)

🚀 Performance

  • avoid details array spread copies and use O(1) body/sibling lookups (#437) (336fcaf)
  • hoist C# type-declaration Set to static readonly and use childForFieldName in Go receiver lookup (#419) (70ea90b)
  • replace multi-comparison type chains with static readonly Sets (#434) (5ad9942)

🔄 Refactoring

  • merge hasElseBranch into a single find() in Java analyzer visit() (#418) (3144f62)
  • remove slice() allocation and use childForFieldName (#423) (d4e2940)
  • replace O(n) children scans with O(1) firstNamedChild/childForFieldName lookups (#427) (09c078a)