Releases: zed-extensions/ruby
v0.16.4
What's Changed
-
fix(ruby): Use
string_contentcapture 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:
-
Close all Zed instances.
-
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
- macOS:
-
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
What's Changed
- ci: Remove
extensions::run_testsworkflow 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
What's Changed
- Add support for
ts_query_lslanguage server by @vitallium in #211 - Add Zed extension workflows by @MrSubidubi in #214
- ci: remove
commitlintby @vitallium in #215 - chore: remove obsolete
pnpmlockfile by @vitallium in #217 - Bump version to 0.16.2 by @zed-zippy[bot] in #216
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
v0.16.0
What's Changed
- Add support for
zed-commentby @marcoroth in #203 - chore(deps): update pnpm to v10.20.0 by @renovate[bot] in #201
- Add
zed-commentsupport for allERBlanguages by @marcoroth in #205 - Add RBS Inline syntax highlighting support by @marcoroth in #206
Full Changelog: v0.15.0...v0.16.0
v0.15.0
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
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
rdbgsubdirectory 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
- @jvanbaarsen made their first contribution in #167
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
rdbgsubdirectory 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
- @jvanbaarsen made their first contribution in #167
Full Changelog: v0.14.0...v0.14.1
v0.14.0
What's Changed
- Enable
editor::WrapSelectionsInTagaction 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
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