v0.17.4
v0.17.4
✨ Enhancements
- Use RBS to index methods (#2157) by @andyw8
- Associate singleton methods with the right owner objects (#2142) by @vinistock
- Offer RuboCop autocorrection for contextual offenses (#2171) by @Earlopain
- Remember singleton nesting and method nesting when locating nodes (#2186) by @vinistock
- Add receiver type handling (#2187) by @vinistock
- Add support for type hierarchy requests (#2103) by @Morriar
- Provide features on singletons (#2188) by @vinistock
- Lazily resolve method aliases (#2201) by @vinistock
🐛 Bug Fixes
- Rescue SystemStackError while indexing (#2097) by @andyw8
- Fix incorrect parent class assignment for Object and BasicObject (#2175) by @st0012
- Show method parameters on hover (#2179) by @vinistock
- Push singleton context when inside singleton method (#2189) by @vinistock
- Fix RBS singleton method owner assignment (#2199) by @vinistock
📦 Other Changes
- Update Homebrew note for
asdf
(#2166) by @leonvogt - Exclude singleton classes from name based searches (#2182) by @vinistock