Skip to content

Releases: meakbiyik/vscode-r-test-adapter

v0.7.0

30 May 10:08
dc01a8d
Compare
Choose a tag to compare

v0.6.3

30 May 09:38
c26f030
Compare
Choose a tag to compare

Full Changelog: v0.6.2...v0.6.3

v0.6.2 - fix release

15 Jan 09:48
c7bd5a6
Compare
Choose a tag to compare

v0.6.1 - security fixes

15 Jan 09:29
5a8beea
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.6.0...v0.6.1

v0.6.0

31 Jul 10:59
80c26b2
Compare
Choose a tag to compare

Added

  • Migrated to the native Testing API of VSCode

Removed

  • VSCode Test Adapter dependency

Fixed

  • Some security vulnerabilities

Full Changelog: v0.5.4...v0.6.0

v0.5.4

01 Mar 20:01
Compare
Choose a tag to compare

Fixed

  • Inverted devtools method conditional

v0.5.3

01 Mar 19:45
Compare
Choose a tag to compare

Fixed

  • test_active_files is not available in devtools under version "2.4.0" (#12, #16)

v0.5.2

01 Mar 00:17
Compare
Choose a tag to compare

Fixed

  • Testthat calls with namespace not being parsed
  • An edge case with BDD testing

Added

  • Improved error reporting for failed devtools calls

v0.5.1

21 Feb 01:30
Compare
Choose a tag to compare

Fixed

  • R reporter missing from the .vsix package
  • Changelog links

v0.5.0

21 Feb 00:36
Compare
Choose a tag to compare

Added

  • Test results are reported as soon as the test is run, instead of waiting for the file to be exhausted.

Changed

  • Now the adapter has a testthat reporter of its own! Thanks a lot for the contribution @krlmlr
  • Support for the new version of vscode-test-adapter-api
  • Bumped some dependencies including tree-sitter

Fixed

  • Repeated issues with testthat's new versions (#12)

Removed

  • Some unnecessary dependencies, reducing package size