Skip to content

core: v0.2.0

Choose a tag to compare

@github-actions github-actions released this 08 Jun 06:39
· 0 commits to 1dd6b8db230298eaa42898dda4a7ecf0d8691beb since this release

0.2.0 (2026-06-08)

⚠ BREAKING CHANGES

  • core: nested/member addresses change shape (A.b -> A::b) in CLI and MCP input and output. Pre-publish (no npm release), so no external impact.

Bug Fixes

  • core: Drop built-in callees from context/call-hierarchy (8f4e978), closes #81
  • core: Key callHierarchy cycle guard on position, not node identity (4245105), closes #38
  • core: Make tsgo an optional dependency, not a hard one (997c6f3), closes #69
  • core: Reject invalid findUsages cursors in both engines (f955019), closes #39
  • core: Reject malformed qualified names in parseQualifiedName (a2cf5e3), closes #37
  • core: Resolve LSP-engine file paths against cwd, not tsconfig dir (33f5943), closes #79
  • core: Use :: as the namespace separator in qualified names (715b233), closes #64

Internal

  • core: Dedup isTestFile + guard classify parity (4e7bd22), closes #83