Skip to content

Releases: jest-community/vscode-jest

v5.0.3 (Dec 3, 2022)

03 Dec 22:17
54e3de0
Compare
Choose a tag to compare
v5.0.3 (Dec 3, 2022) Pre-release
Pre-release

What's Changed

New Contributors

  • @booi made their first contribution in #945

Full Changelog: v5.0.2...v5.0.3
Release Note: v5.0 (pre-release rollup)

v5.0.2 (Nov 12, 2022)

13 Nov 00:03
bf9a5d8
Compare
Choose a tag to compare
v5.0.2 (Nov 12, 2022) Pre-release
Pre-release

What's Changed

Full Changelog: v5.0.1...v5.0.2
Release Note: v5.0 (pre-release rollup)

v5.0.1 (Nov 4, 2022)

04 Nov 22:19
57463e7
Compare
Choose a tag to compare
v5.0.1 (Nov 4, 2022) Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v5.0.0...v5.0.1
Release Note: v5.0 (pre-release rollup)

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
v4.5.0 (May 1, 2022) Pre-release
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