Releases: Shopify/ruby-lsp-rails
Releases · Shopify/ruby-lsp-rails
v0.2.2
What's Changed
🐛 Bug Fixes
- Fail gracefully on connect and timeout errors by @vinistock in #102
Full Changelog: v0.2.1...v0.2.2
v0.2.1
v0.2.0
What's Changed
✨ Enhancements
- Use middleware to check if server is running instead of checking PID by @vinistock in #58
- Add code lens extension (for Rails tests) by @adisonlampert and @andyw8 in #67
- Use a Rack app instead of Rails middleware by @andyw8 in #90
🐛 Bug Fixes
🛠 Other Changes
- Some structural cleanup and updates by @st0012 in #53
- Publish our documentation as static website by @vinistock in #63
- Change how we warn about server not running by @andyw8 in #88
- Bump upper bound for Ruby LSP by @andyw8 in #97
Full Changelog: v0.1.0...v0.2.0
v0.1.0
What's Changed
🐛 Bug Fixes
- Use middleware instead Rails controller for model query by @st0012 in #39
- Do not fail on first activation by @vinistock in #40
- Find the correct project root when using custom bundle by @vinistock in #45
- Restrict ruby-lsp dependency version by @vinistock in #46
🛠 Other Changes
- Enable dependabot automerge by @andyw8 in #5
- Improve host and port discovery by @andyw8 in #12
- Fix app URI string by @andyw8 in #14
- Use listener pattern for hover extension by @vinistock in #13
- Enable CI by @andyw8 in #4
- Enable dependabot by @andyw8 in #3
- Add CLA workflow by @st0012 in #27
- Add release workflow by @st0012 in #28
- Handle
structure.sql
by @andyw8 in #15 - Add sorbet-runtime dependency by @andyw8 in #31
- Relax Rails dependency by @andyw8 in #30
- Use mocha instead of minitest/mock by @andyw8 in #21
- Improve the project's readme by @st0012 in #32
- require sorbet-runtime by @andyw8 in #33
- Rename gem to
ruby-lsp-rails
by @andyw8 in #34 - Use public GitHub runners by @andyw8 in #36
- Only check schema_path for ActiveRecord classes by @andyw8 in #37
- Rename model parameter by @andyw8 in #35
New Contributors
- @andyw8 made their first contribution in #5
- @vinistock made their first contribution in #13
- @dependabot made their first contribution in #16
- @st0012 made their first contribution in #27
Full Changelog: https://github.com/Shopify/ruby-lsp-rails/commits/v0.1.0