Releases: zed-extensions/ruby
Releases · zed-extensions/ruby
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
v0.13.4
v0.13.3
What's Changed
- chore(deps): update pnpm to v10.15.1 by @renovate[bot] in #171
- fix(deps): update rust crate regex to v1.11.2 by @renovate[bot] in #168
- fix(ruby): Add
(and)to list of brackets by @zachahn in #186 - fix(ruby): Add outlines for schema.rb by @dennispaagman in #180
- chore(deps): update pnpm to v10.17.1 by @renovate[bot] in #183
New Contributors
- @zachahn made their first contribution in #186
- @dennispaagman made their first contribution in #180
Full Changelog: v0.13.2...v0.13.3
v0.13.2
What's Changed
- fix(gemset): add
cwdto Gemset and setRBENV_DIRenv 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
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_PATHenv 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_pathandshell_env(#159)