What's Changed
✨ Enhancements
- Keep track of method owners and add resolve_method by @vinistock in #1194
- Support methods invoked on self by @vinistock in #1195
- Enable YJIT after server boot by @luciagirasoles in #1183
- feat: Add support for autocompleting HEREDOC delimiter by @DRBragg in #1181
- Add inlay hint for omitted hash values by @RyanBrushett in #1186
🐛 Bug Fixes
- Use a queue instead of visitor for indexing by @vinistock in #1171
- Adjust require_path when there are multiple gems in the same repository by @vinistock in #1173
- Return server information on initalize request by @vinistock in #1196
- Set the Bundler UI level to silent to prevent output to stdout by @vinistock in #1199
🛠 Other Changes
- Mention ruby-lsp-rspec in readme by @st0012 in #1187
- Refactor
Document
toRubyDocument
and markDocument
as abstract by @marcoroth in #1185
New Contributors
- @luciagirasoles made their first contribution in #1183
- @francisbeaudoin made their first contribution in #1189
- @DRBragg made their first contribution in #1181
- @marcoroth made their first contribution in #1185
Full Changelog: v0.12.3...v0.12.4