Skip to content

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 25 Apr 05:23
· 229 commits to main since this release

Changes

  • chore(update runner) (b58239f)
  • hotfix (85ce584)
  • perf(graph): Add graph and SCC benchmarks (7a7060b)
  • fix(language): Fix greedy docstring quote stripping (93eb696)
  • fix(language): Fix restricted visibility detection for rust (b44235b)
  • refactor: drive language detection from specs (cf9bae1)
  • refactor(lang): replace impl_language with LanguageSpec (918a259)
  • refactor(language): use LanguageSpec for definitions (fbe8029)
  • refactor(language): Replace impl_language! macro (9fa8417)
  • refactor(language): adopt data-driven LanguageSpec (05dc9c9)
  • feat(cli): add graph analysis subcommand and JSON output (daa0e6e)
  • feat(graph): implement SCC analysis and deployability hint generation (e468df7)
  • feat(graph): implement GraphBuilder for incremental construction (cedfced)
  • feat(graph): define core graph primitives and heterogeneous node types (e765cd8)
  • docs: accept RFC-0008 and initialize Phase 2 design specs (0bc62e3)
  • test: Update C++ language snapshot (5668f67)
  • feat(language): Update tree-sitter queries (d02f4ba)
  • refactor(lang): Use Lazy tree-sitter queries (b2dcf41)
  • Refactor language parsers to use Lazy initialization for queries (e082c54)
  • refactor: update field_text function to use Cow for improved memory efficiency (c6544e9)