8.9 KiB
0.20.0 - Aug 7 2018
First release with the proof of concept internal language server
Notable Changes:
Bug Fixes:
Enhanced Documentation:
0.19.0 - Jun 19 2018
Notable Changes:
- Fix bug where word match includes colon by toddmazierski
- Only override paths when file actually exists within cwd/remoteRoot by stefansedich
- Remove explicit gem versions by perlun
- Restrict language server to local files by lostintangent
Enhanced Documentation:
0.18.0 - Apr 10 2018
Notable changes:
- Add tslint/prettier for linting/formatting by Adam Doppelt
- Added support for ruby.format, defaults to false (no formatting) by Adam Doppelt
- Better error handling & messages when running RuboCop formatting by Adam Doppelt
- set ruby.useBundler config option type to boolean by Gabriel Arjones
- support running launch entries without debugging by Sylvain Joyeux
- Debounce linting to prevent running on every keypress by Sam Killgallon
- Add forceExclusion flag to rubocop setting by cyang6
- Remove solargraph dependency and update codeCompletion and intellisense options by Fred Snyder
Enhanced documentation:
- Readme update about gem dependencies by Adam Doppelt
- Readme update about new debase gem by Kevin Coleman
0.17.0 - Mar 4 2018
A release driven by Stafford Brunk and community, thanks all for your contribution.
Notable changes:
- Syntax Highlighting rollback and enhancement, we upgraded our syntax to upstream one but that broke original syntax highlighting behavior. Here we brought it back but we still keep the goodness of upstream syntax.
- Bundler setting for Linters, linters now honor
pathToBundler
anduseBundler
settings. - CSS, JS, and Ruby can be embedded in ERB
0.16.0 - Jan 25 2018
It has been half a year since our last release but even though rebornix is away from this extension most of time, the community is helping it improve and pushing it to its limit. Special thanks to Stafford Brunk who reached out to me and tried to review issues and PRs. And of course, thanks to all contributors and users.
Notable changes:
- Task 2.0 by Sylvain Joyeux
- Indentation rules update: 1 by TeeSeal 2 by Jared Wyatt
- Grammar tracking improvements by Stafford Brunk
- WorkspaceRoot and bundler support by Stafford Brunk
- Fix getEntry regex to handle additional cases by Stafford Brunk
- Fix Shebang detection by Stafford Brunk
- Add single line comment for erb by NickWarm
- Grammar update by Joshua Azemoh
- define the 'includes' field in the debug configuration by Sylvain Joyeux
- Typo fix;) by Richard Keenan
0.15.0 - August 21 2017
VSCode added an API for task auto detection and now we brought this feature to Ruby. From this version, you can Run Tasks
and the extesion will load Rake tasks for you automatically, if there is Rakefile available in the project.
Notable changes:
- Rubocop linter will be reloaded when it fails
- @tobychin: Add a Rake task snippet
Engineering:
- Debug Apater and Debug Protocol are updated to latest verison.
0.14.0 - August 11 2017
We did a huge code refactoring with the code base in this milestone. The project consists of two parts, debugger and language features. The former was written in TypeScript from the very begining while the latter was originally written in JavaScript. To make it easier to maintain and contribute, we now port the code base to TypeScript. There are still several files in JavaScript and we will transform step by step.
Notable changes:
- Ruby (ruby -wc) linter honors ruby intepreter path config.
- Update vscode engine to
^1.12.0
, users will not get update if they are using VSCode older than that. - Load ruby related system environment when extension gets activated. Launch VSCode from Dock will work the same as from command line.
0.13.0 - August 3 2017
Notable changes:
- Make stacktrace handling of missing files more robust
- Fix the "debuggerPort" option
- Fix snippet syntax errors
- Completely fix too many open files issue by using queue
0.12.1 - April 25 2017
Fix rubocop linter regression :)
0.12.0 - April 17 2017
It has been quite a while since our latest release but we are back with Conditional Breakpoint, Multiple Ruby processes debugging and more!
This version was entirely done by the community, many thanks to ukblewis, gshaw, seraku24, danielgracia, ypresto, jtokoph, Darep.
Notable changes:
- Conditional breakpoint support by seraku24. Please upgrade
debase
to0.2.2.beta10
manually. - Debug multiple Ruby processes at once by ukblewis
- Fix squiggly heredoc syntax by gshaw
- Add config to set Unicode handling on
ruby -wc
linting by danielgracia - Add document and workspace symbol provider by ypresto
- Add common ERB snippets by jtokoph
- Recognize .jbuilder file extension as Ruby Darep
0.10.3 - 20 Nov 2016
- Improve formattings support
- Remove un-used setting
- Add (this) change log