Skip to content

Releases: jest-community/vscode-jest

v5.0.0 (Oct 9, 2022)

09 Oct 18:00
bb479f1
Compare
Choose a tag to compare
v5.0.0 (Oct 9, 2022) Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v4.6.0...v5.0.0
Release Note: v5.0.0 (pre-release)

v4.6.0 (May 25, 2022)

26 May 02:39
8589744
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.5.0...v4.6.0

v4.5.0 (May 1, 2022)

01 May 23:27
8abe1b0
Compare
Choose a tag to compare
Pre-release

What's Changed

Full Changelog: v4.4.0...v4.5.0

v4.4.0 (Apr 17, 2022)

17 Apr 21:26
f380f7f
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.3.1...v4.4.0

v4.3.1 (Jan 4, 2022)

04 Jan 22:03
6dae968
Compare
Choose a tag to compare
v4.3.1 (Jan 4, 2022) Pre-release
Pre-release

Summary

new features

  • Introduced a variable-based debugging mechanism so users now have full control of the debug command. This should enable Angular users to use the debug feature. The new debug config will be named vscode-jest-tests.v2, all existing vscode-jest-tests config will continue to be supported. (#787)
  • added vue language support (#791)
  • open TestExplorer's output terminal upon appending the first output. (#797)
  • enable interactive test run for watch mode (#809, #821)

bug fixes

  • fixed issue in running/debugging tests with quotes or "$" in the name. (#789)
  • fixed various documentation issues. (#792, #794, #795, #796, #822, #823)
  • running coverage from test file sometimes failed to generate coverage output (#791)
  • address security vulnerability (#820)

change log: v4.2.1 -> v4.3.1

Contributors 🙏

@bhrutledge @jlecordier @JeffEmery @connectdotz

v4.3.0-rc.1 (Oct 24, 2021)

24 Oct 18:14
038e1e3
Compare
Choose a tag to compare
Pre-release

Summary

  • Introduced a variable-based debugging mechanism so users now have full control of the debug command. This should enable Angular users to use the debug feature. The new debug config will be named vscode-jest-tests.v2, all existing vscode-jest-tests config will continue to be supported.
  • fix a bug the prevented individual tests to be run in interactive mode if their name includes quotes or "$".

change log: v4.2.1 -> v4.3.0-rc.1

Contributors 🙏

@connectdotz

v4.2.1 (Oct 12, 2021)

11 Oct 19:13
26164ef
Compare
Choose a tag to compare

Overview

minor release to fix test file might lose test status indicator upon startup for non-watch mode env (#785)

change log: v4.2.0 -> v4.2.1

Contributors 🙏

@connectdotz

v4.2.0 (Oct 9, 2021)

10 Oct 16:47
c5285d9
Compare
Choose a tag to compare
v4.2.0 (Oct 9, 2021) Pre-release
Pre-release

This release mainly enhances TestExplore support and added new settings to help customize shell and node env for jest runner process.

Overview

  • Not-yet-executed tests will have a "runnable" status icon so the test menu is always accessible regardless of autoRun mode. (#773)

  • image

    • This means users can debug tests without using DebugCodeLens, which sometimes could interfere with the editing process. To disable DebugCodeLens, use "jest.debugCodeLens.showWhenTestStateIn": [].
    • The "Run Test" menu will only be shown for interactive mode, i.e. not available for watch mode since the tests are monitored by the external watcher.
  • Two new settings are added to customize jest runner process: (#777)

    • jest.nodeEnv: append additional env to the jest runner process.env
    • jest.shell: allow users to choose which shell to use for jest run instead of the default shell.
  • fixed inline popup started to appear in vscode 1.61 even when showInlineError is false (#773)

  • Added language support for snapshot files (#779)

  • updated README and fixed typo (#768, #769)

  • upgrade internal dependency (#775)

change log: v4.1.2 -> v4.2.0

Contributors 🙏

@Olejec @roottool @Yash-Singh1 @connectdotz

v4.1.2 (Sep 3, 2021)

03 Sep 23:30
a7573b0
Compare
Choose a tag to compare

Another minor release to remove the release messaging. (#763)

v4.1.1 (Aug 24, 2021)

24 Aug 16:18
deac4f4
Compare
Choose a tag to compare

minor release to fix release messaging issue #755

Contributors 🙏

@connectdotz