Skip to content

Releases: Shopify/ruby-lsp-rails

v0.2.8

04 Dec 14:34
31a51b2
Compare
Choose a tag to compare

What's Changed

🛠 Other Changes

New Contributors

Full Changelog: v0.2.7...v0.2.8

v0.2.7

19 Oct 19:27
0555750
Compare
Choose a tag to compare

What's Changed

🐛 Bug Fixes

  • Handle namespaces for showing column information by @vinistock in #171

🛠 Other Changes

  • Upgrade Ruby LSP requirement and fix breaking changes by @vinistock in #177

Full Changelog: v0.2.6...v0.2.7

v0.2.6

04 Oct 18:03
69fc2be
Compare
Choose a tag to compare

What's Changed

✨ Enhancements

Full Changelog: v0.2.5...v0.2.6

v0.2.5

12 Sep 15:20
d427f2b
Compare
Choose a tag to compare

What's Changed

✨ Enhancements

🐛 Bug Fixes

Full Changelog: v0.2.4...v0.2.5

v0.2.4

30 Aug 20:02
9c95851
Compare
Choose a tag to compare

What's Changed

✨ Enhancements

  • Move DSL hover functionality from the Ruby LSP by @vinistock in #131

🐛 Bug Fixes

🛠 Other Changes

  • Improve rails document client response matching by @vinistock in #138

Full Changelog: v0.2.3...v0.2.4

v0.2.3

09 Aug 17:55
57579f9
Compare
Choose a tag to compare

What's Changed

✨ Enhancements

🐛 Bug Fixes

  • Support escaped multiline strings in test names by @vinistock in #104
  • Prevent connection reset or open timeout from raising by @vinistock in #116

Full Changelog: v0.2.2...v0.2.3

v0.2.2

06 Jul 14:02
70f7cc2
Compare
Choose a tag to compare

What's Changed

🐛 Bug Fixes

Full Changelog: v0.2.1...v0.2.2

v0.2.1

05 Jul 20:37
889235d
Compare
Choose a tag to compare

What's Changed

🐛 Bug Fixes

  • Fix Code Lens for test with empty string as name by @andyw8 in #100
  • Fix Code Lens heredoc handling by @andyw8 in #101

Full Changelog: v0.2.0...v0.2.1

v0.2.0

30 Jun 19:47
28b0338
Compare
Choose a tag to compare

What's Changed

✨ Enhancements

🐛 Bug Fixes

  • Ensure app_uri.txt is cleaned up when Rails server shuts down by @andyw8 in #87

🛠 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

21 Apr 19:13
6d55c89
Compare
Choose a tag to compare

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

New Contributors

Full Changelog: https://github.com/Shopify/ruby-lsp-rails/commits/v0.1.0