Skip to content

Releases: zed-extensions/ruby

v0.16.4

12 Jan 18:37
1bf5900

Choose a tag to compare

What's Changed

  • fix(ruby): Use string_content capture for Ruby test name extraction by @vitallium in #229

  • feat(gemset): Install gems per Ruby version to avoid compat issues by @vitallium in #231

    It's recommended to clean up the Ruby extension working directory to remove old and unused Ruby gems:

    1. Close all Zed instances.

    2. Clean up the Ruby extension directory:

      • macOS: rm -rf "~/Library/Application Support/Zed/extensions/work/ruby/*"
      • Linux: rm -rf ~/.local/share/zed/extensions/work/ruby/*
      • Windows: rmdir /S /Q %LOCALAPPDATA%\Zed\extensions\work\ruby && mkdir %LOCALAPPDATA%\Zed\extensions\work\ruby
    3. Launch Zed. All language servers will be re-downloaded if required.

  • Bump version to 0.16.4 by @zed-zippy[bot] in #230

Full Changelog: v0.16.3...v0.16.4

v0.16.3

12 Jan 18:06
07b1c95

Choose a tag to compare

What's Changed

  • ci: Remove extensions::run_tests workflow by @MrSubidubi in #218
  • Update CI workflows to zed@fc89e19 by @zed-zippy[bot] in #223
  • fix(ruby): convert snippets from global to language-scoped by @vitallium in #221
  • fix(ruby): Add more RSpec test methods by @vitallium in #227
  • Bump version to 0.16.3 by @zed-zippy[bot] in #226

Full Changelog: v0.16.2...v0.16.3

v0.16.2

09 Dec 05:56
6d6f8a1

Choose a tag to compare

What's Changed

New Contributors

  • @MrSubidubi made their first contribution in #214
  • @zed-zippy[bot] made their first contribution in #216

Full Changelog: v0.16.1...v0.16.2

v0.16.1

27 Nov 19:02
fc91559

Choose a tag to compare

What's Changed

  • (solargraph) Stop converting constant names to uppercase
  • (ruby-lsp) Stop converting constant names to uppercase
  • (deps) Update pnpm to v10.23.0 (#207)
  • (deps) Update RBS grammar to v0.2.2 (#209)

Full Changelog: v0.16.0...v0.16.1

v0.16.0

11 Nov 11:04
c448e08

Choose a tag to compare

What's Changed

Full Changelog: v0.15.0...v0.16.0

v0.15.0

01 Nov 17:44
e599fa5

Choose a tag to compare

Features

  • (rdbg) Prefer exe from gemset

Performance

  • (gemset) Cache env() result with OnceLock

Styling

  • Run rustfmt

Testing

  • (bundler) Fix args comparison in mock test

Full Changelog: v0.14.1...v0.15.0

v0.14.1

28 Oct 20:22
7c7af99

Choose a tag to compare

What's Changed

  • chore(deps): update pnpm to v10.18.2 by @renovate[bot] in #190
  • Add 'feature' and 'scenario' to runnable methods for specs by @jvanbaarsen in #167
  • fix(rdbg): Remove rdbg subdirectory from debugger path by @vitallium in #197
  • chore(deps): update rust crate regex to v1.12.2 by @renovate[bot] in #193
  • chore(deps): update pnpm to v10.19.0 by @renovate[bot] in #192
  • chore(deps): update rust crate serde_json to v1.0.145 by @renovate[bot] in #182
  • chore(ruby): prefix tree-sitter captures with underscore by @vitallium in #198
  • fix: improve completion highlights by @vitallium in #200

New Contributors

Full Changelog: v0.14.0...v0.14.1

What's Changed

  • chore(deps): update pnpm to v10.18.2 by @renovate[bot] in #190
  • Add 'feature' and 'scenario' to runnable methods for specs by @jvanbaarsen in #167
  • fix(rdbg): Remove rdbg subdirectory from debugger path by @vitallium in #197
  • chore(deps): update rust crate regex to v1.12.2 by @renovate[bot] in #193
  • chore(deps): update pnpm to v10.19.0 by @renovate[bot] in #192
  • chore(deps): update rust crate serde_json to v1.0.145 by @renovate[bot] in #182
  • chore(ruby): prefix tree-sitter captures with underscore by @vitallium in #198
  • fix: improve completion highlights by @vitallium in #200

New Contributors

Full Changelog: v0.14.0...v0.14.1

v0.14.0

10 Oct 14:54
e532d4f

Choose a tag to compare

What's Changed

  • Enable editor::WrapSelectionsInTag action in HTML+ERB files by @janko in #191
  • feat: JS/ERB language support by @Otterpocket in #188

Full Changelog: v0.13.5...v0.14.0

v0.13.5

07 Oct 17:57
52c2e1f

Choose a tag to compare

What's Changed

  • fix: Update language names to better represent embedded templates by @marcoroth in #160
  • fix(gems): improve environment handling and PATH resolution by @vitallium in #189

Full Changelog: v0.13.4...v0.13.5

v0.13.4

07 Oct 17:56

Choose a tag to compare

What's Changed

  • chore: Bump extension API for enhanced Windows support by @kubkon in #179

New Contributors

Full Changelog: v0.13.3...v0.13.4