Skip to content

Releases: zed-extensions/ruby

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

v0.13.3

24 Sep 15:24
23b7527

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.13.2...v0.13.3

v0.13.2

11 Sep 15:04
fe829bb

Choose a tag to compare

What's Changed

  • fix(gemset): add cwd to Gemset and set RBENV_DIR env var by @vitallium in #173
  • feat(gemset): store and re-use Worktree shell env by @vitallium in #176

Full Changelog: v0.13.1...v0.13.2

v0.13.1

24 Aug 17:20
8a61094

Choose a tag to compare

Bug Fixes

  • (deps) Update rust crate serde_json to v1.0.141 (#151)
  • (deps) Update rust crate serde_json to v1.0.143 (#155)
  • (ruby) Resolve precedence issue with import keyword detection (#163)
  • (gemset) Pass GEM_PATH env variable to commands (#164)
  • (rdbg) Ensure we always have current dir (#165)

Styling

  • Allow conventional commits that start with a lowercase letter

Testing

  • Add tests for root_path and shell_env (#159)

Miscellaneous Tasks

  • Enable semantic commits for renovate
  • (deps) Update pnpm to v10.14.0 (#156)
  • (deps) Update pnpm to v10.15.0 (#161)