Skip to content

v0.3.2

Choose a tag to compare

@DrSkillIssue DrSkillIssue released this 23 Mar 23:40
· 4 commits to main since this release

Solid rule and analysis improvements

  • New loop-indexed aggregate signal detection flags signal()[item.key] patterns only when paired with incremental spread-map setter updates
  • Shared Solid query/rule helpers now centralize variable call discovery and updater body extraction instead of duplicating AST plumbing
  • Cleanup for existing ganko lint blockers: inline type imports removed and hot-loop traversal no longer allocates callback closures

LSP Tailwind and VS Code startup fixes

  • LSP workspace enrichment now starts Tailwind resolution earlier so initial enriched compilations can include Tailwind state on startup
  • Tailwind re-resolution refreshes the active validator and rebuilds compilation state after watched entry-file changes instead of keeping stale state
  • Added focused Tailwind lifecycle regression tests covering startup ordering and validator refresh behavior