Releases: Shopify/ruby-lsp-rails
Releases · Shopify/ruby-lsp-rails
v0.3.27
What's Changed
✨ Enhancements
- Improve diagnostics for situations where Rails fails to boot by @andyw8 in #520
- Update for changes to index enhancements API by @andyw8 in #529
🐛 Bug Fixes
- Unify all error handling for the server by @vinistock in #527
🛠 Other Changes
- Remove dead class
IncompleteMessageError
by @shopify-codedb in #531 - Add support for
class_methods do
blocks within concerns by @andyw8 in #530
Full Changelog: v0.3.26...v0.3.27
v0.3.26
v0.3.25
What's Changed
🐛 Bug Fixes
- Group incomplete and empty message into MessageError by @vinistock in #515
Full Changelog: v0.3.24...v0.3.25
v0.3.24
v0.3.23
What's Changed
🐛 Bug Fixes
- Remove usage of present? from hover by @vinistock in #509
Full Changelog: v0.3.22...v0.3.23
v0.3.22
What's Changed
✨ Enhancements
- Add default and null info on hover by @damienlethiec in #494
- Add support for checking for pending migrations and running them by @vinistock in #503
- Check for pending migrations when watcher is fired by @vinistock in #504
🐛 Bug Fixes
- Return
nil
on empty response by @vinistock in #498
🛠 Other Changes
- Remove dead constant
MAX_RETRIES
by @shopify-codedb in #505
New Contributors
- @damienlethiec made their first contribution in #494
- @shopify-codedb made their first contribution in #505
Full Changelog: v0.3.21...v0.3.22
v0.3.21
What's Changed
🐛 Bug Fixes
- Only invoke route.source_location if available by @vinistock in #489
🛠 Other Changes
Full Changelog: v0.3.20...v0.3.21
v0.3.20
What's Changed
🐛 Bug Fixes
- Fix exception output capturing by @andyw8 in #482
- Fix dynamic constant path names in document symbol by @vinistock in #481
Full Changelog: v0.3.19...v0.3.20
v0.3.19
What's Changed
🛠 Other Changes
- Upgrade Ruby LSP to v0.20 by @vinistock in #480
Full Changelog: v0.3.18...v0.3.19
v0.3.18
What's Changed
✨ Enhancements
- Add API for delegate notifications and requests by @vinistock in #474
- Allow server to print debug messages by @vinistock in #478
🐛 Bug Fixes
- Ensure schema link is rendered with column information by @vinistock in #475
🛠 Other Changes
- Remove Rails doc DSL hover by @vinistock in #472
- Use log trace instead of printing to stderr by @vinistock in #461
Full Changelog: v0.3.17...v0.3.18