Skip to content

v0.17.5

Compare
Choose a tag to compare
@github-actions github-actions released this 09 Jul 18:49
· 535 commits to main since this release
9f22f36

v0.17.5

✨ Enhancements

  • Provide a way for addon developers to get an addon by name (#2216) by @andyw8
  • Linearize singleton ancestors (#2214) by @vinistock
  • Provide code navigation features to erb files (#2235) by @st0012

🐛 Bug Fixes

  • Search aliased namespaces in the top level too (#2208) by @vinistock
  • Use location links for namespace and method definition response (#2206) by @vinistock
  • Avoid showing duplicate completions (#2215) by @vinistock
  • Fix decorated_parameters for when method has no parameters (#2229) by @andyw8
  • Fix display of label details for completion requests (#2253) by @andyw8
  • Add missing error information for telemetry (#2256) by @vinistock
  • Handle possible nil call operator location in completion (#2274) by @vinistock

📦 Other Changes

  • Move experimental features into global state (#2209) by @vinistock
  • Add predicate methods for public? and protected? in RubyIndexer::Entry (#2236) by @andyw8
  • Start separating RubyDocument and Document concerns (#2222) by @vinistock