v0.17.3
v0.17.3
✨ Enhancements
- Add support for method aliases when indexing (#1951) by @nikijiandani
- Index core classes using RBS (#2132) by @andyw8
- Implement complete constant resolution algorithm (#2136) by @vinistock
- Build complete ancestors list with RBS classes and modules (#2148) by @st0012
🐛 Bug Fixes
- Fix test escaping on Windows (#2109) by @andyw8
- Filter instance variable owners before deduping (#2153) by @vinistock
- Detect RuboCop as the formatter when it is only a transitive depenency (#2126) by @Earlopain
- Remove non-existing algorithm path for constant resolution (#2158) by @vinistock
📦 Other Changes
- Add Homebrew note for ASDF (#2141) by @andyw8
- Upgrade Prism to v0.30 (#2147) by @vinistock
- Correct path for enabling ruby-lsp with LazyVim (#2154) by @vitallium