What's Changed
✨ Enhancements
🐛 Bug Fixes
- Fix rescue inlay hint with captured variable by @vinistock in #572
- Avoid analyzing named regexp captures if left side is not a literal by @vinistock in #574
- Fetch latest doc for Rails versions that do not have their own docs by @adisonlampert in #591
- Only show refactor action if range is not empty by @vinistock in #595
- Add syntax tree node types and fix issues surfaced by typechecking by @vinistock in #583
- Make requests that handle text edits non concurrent by @vinistock in #600
🛠 Other Changes
- Create Rubocop Cop to detect LanguageServer constants by @caalberts in #543
- Include version and uri in document by @vinistock in #561
- Restructure README by @vinistock in #580
- Add Slack and VS Code extension badges to readme by @st0012 in #582
- Use document.uri instead of passing uri around by @vinistock in #597
New Contributors
- @caalberts made their first contribution in #543
- @molawson made their first contribution in #573
Full Changelog: v0.4.2...v0.4.3