Releases: Shopify/ruby-lsp-rails
Releases · Shopify/ruby-lsp-rails
v0.3.31
v0.3.30
What's Changed
✨ Enhancements
- Reduce file watching overhead from Rails by @vinistock in #555
Full Changelog: v0.3.29...v0.3.30
v0.3.29
What's Changed
🐛 Bug Fixes
- Prevent IOError occurrences in the logger thread by @vinistock in #554
Full Changelog: v0.3.28...v0.3.29
v0.3.28
What's Changed
✨ Enhancements
🐛 Bug Fixes
🛠 Other Changes
- Completion for Active Record .where queries by @ChallaHalla in #526
- Update for Ruby LSP v0.23 by @andyw8 in #550
New Contributors
- @ChallaHalla made their first contribution in #526
Full Changelog: v0.3.27...v0.3.28
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