pentest-distro-builder/filesystem/root/.vscode/extensions/rebornix.ruby-0.20.0/CHANGELOG.md

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:

Enhanced Documentation:

0.18.0 - Apr 10 2018

Notable changes:

Enhanced documentation:

0.17.0 - Mar 4 2018

A release driven by Stafford Brunk and community, thanks all for your contribution.

Notable changes:

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:

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:

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:

0.10.3 - 20 Nov 2016

  • Improve formattings support
  • Remove un-used setting
  • Add (this) change log

Start of change log