What's Changed
✨ Enhancements
- Support Sorbet
typed: false
files for completion requests by @SeanKG in #1245 - Add support for hover and go to definition when typechecker enabled but typed: false by @jscharf in #1280
- Add hover functionality for dependencies in Gemfile by @bravehager in #1279
- Show method parameters as completion details by @vinistock in #1294
🐛 Bug Fixes
- Fix signature help for clients that don't support the context param by @vinistock in #1285
- Return empty diagnostics result if there are no syntax errors and rubocop isn't installed by @catlee in #1290
🛠 Other Changes
- Remove BaseRequest by @st0012 in #1260
- Allow bypassing typechecker in dependency detector by @vinistock in #1276
- Document index configuration file by @vinistock in #1278
- Add Request class to standardise request interface by @st0012 in #1281
- Correct check_docs task's filtering logic by @st0012 in #1291
- Decouple request and listener logic by @st0012 in #1247
- Rename Request#response to Request#perform by @st0012 in #1297
New Contributors
- @SeanKG made their first contribution in #1245
- @jscharf made their first contribution in #1280
- @bravehager made their first contribution in #1279
Full Changelog: v0.13.2...v0.13.3