Releases: Shopify/ruby-lsp-rails
Releases · Shopify/ruby-lsp-rails
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
v0.3.17
What's Changed
✨ Enhancements
- Add support for server addons by @andyw8 in #454
- Allow server addons to write responses back by @vinistock in #460
🐛 Bug Fixes
🛠 Other Changes
- Upgrade ruby-lsp requirement to v0.19 by @vinistock in #470
Full Changelog: v0.3.16...v0.3.17
v0.3.16
What's Changed
🛠 Other Changes
- Point all documentation to the official Ruby LSP docs by @vinistock in #455
- Upgrade Ruby LSP requirement to v0.18 by @vinistock in #457
Full Changelog: v0.3.15...v0.3.16
v0.3.15
What's Changed
🐛 Bug Fixes
- Prevent migration code lens from failing in unsaved files by @vinistock in #450
- Set default output device to stderr by @vinistock in #451
Full Changelog: v0.3.14...v0.3.15
v0.3.14
What's Changed
✨ Enhancements
🐛 Bug Fixes
- Account for dynamic constant paths in document symbol by @vinistock in #437
- Use regex to filter test runs for multiple classes in the same file by @vinistock in #448
🛠 Other Changes
Full Changelog: v0.3.13...v0.3.14
v0.3.13
What's Changed
🐛 Bug Fixes
- Make client read and write under mutex lock by @vinistock in #433
Full Changelog: v0.3.12...v0.3.13