Releases: jest-community/vscode-jest
Releases · jest-community/vscode-jest
v5.0.3 (Dec 3, 2022)
What's Changed
- Update README.md by @booi in #945
- Bump loader-utils from 2.0.3 to 2.0.4 by @dependabot in #947
- Snapshot menu by @connectdotz in #949
- Retire debug codelens by @connectdotz in #950
- display source block when no assertion is available by @connectdotz in #951
- improve default command creation and messaging by @connectdotz in #953
- Add rootPath to jestCommandLine setup by @connectdotz in #955
- Better debug config generation by @connectdotz in #958
- execute dynamic-named tests with parent names by @connectdotz in #959
- clean up retired settings by @connectdotz in #956
- prepare for v5.0.3 release by @connectdotz in #960
New Contributors
Full Changelog: v5.0.2...v5.0.3
Release Note: v5.0 (pre-release rollup)
v5.0.2 (Nov 12, 2022)
What's Changed
- add user id/name to outputFileSuffix by @connectdotz in #938
- Debug config fallback by @connectdotz in #937
- Bump loader-utils from 2.0.0 to 2.0.3 by @dependabot in #939
- Bump minimatch from 3.0.4 to 3.1.2 by @dependabot in #942
- auto recovery with login-shell when encountered command not found issue by @connectdotz in #941
- supports v8 coverage provider by @connectdotz in #943
- prepare for v5.0.2 by @connectdotz in #944
Full Changelog: v5.0.1...v5.0.2
Release Note: v5.0 (pre-release rollup)
v5.0.1 (Nov 4, 2022)
What's Changed
- Fix autoRun table formatting by @andrericardo in #918
- adding monorepo setup to the setup wizard by @connectdotz in #921
- fix hanging run issue by @connectdotz in #926
- Upgrade jest and fix yet another orphan run issue by @connectdotz in #927
- Fix quoting test names with special characters by @connectdotz in #928
- Add toggle autoRun and coverage to TestExplorer context menu by @connectdotz in #932
- prepare for v5.0.1 release by @connectdotz in #935
New Contributors
- @andrericardo made their first contribution in #918
Full Changelog: v5.0.0...v5.0.1
Release Note: v5.0 (pre-release rollup)
v5.0.0 (Oct 9, 2022)
What's Changed
- Resolve shell env inheritance issue by @connectdotz in #874
- Fix typo by @devinschulz in #895
- Bump terser from 5.9.0 to 5.14.2 by @dependabot in #888
- Added option to add the folder to the ignored ones in the popup by @jonnytest1 in #896
- Fix double error reporting by @connectdotz in #898
- Long run monitoring by @connectdotz in #904
- change autoRun default by @connectdotz in #906
- deep activation by @connectdotz in #907
- consolidate output and clean up legacy code and settings by @connectdotz in #910
- fix TestExplorer status update and testRun glitches by @connectdotz in #916
- split release notes by @connectdotz in #915
- Update release-note-v5.md by @connectdotz in #917
New Contributors
- @devinschulz made their first contribution in #895
- @jonnytest1 made their first contribution in #896
Full Changelog: v4.6.0...v5.0.0
Release Note: v5.0.0 (pre-release)
v4.6.0 (May 25, 2022)
What's Changed
- refactor README by @connectdotz in #869
- V4.6.0 by @connectdotz in #872
Full Changelog: v4.5.0...v4.6.0
v4.5.0 (May 1, 2022)
What's Changed
- add showTerminalOnLaunch setting by @connectdotz in #859
- update version by @connectdotz in #860
Full Changelog: v4.4.0...v4.5.0
v4.4.0 (Apr 17, 2022)
What's Changed
- update coverageFormatter image url by @imsuvesh in #826
- Bump minimist from 1.2.5 to 1.2.6 by @dependabot in #849
- Activate on workspaces with
jest.config.{mjs|cjs|ts}
by @felipecrs in #846 - prepare for v4.4.0 release by @connectdotz in #851
New Contributors
- @imsuvesh made their first contribution in #826
- @felipecrs made their first contribution in #846
Full Changelog: v4.3.1...v4.4.0
v4.3.1 (Jan 4, 2022)
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 existingvscode-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 🙏
v4.3.0-rc.1 (Oct 24, 2021)
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 existingvscode-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 🙏
v4.2.1 (Oct 12, 2021)
Overview
minor release to fix test file might lose test status indicator upon startup for non-watch mode env (#785)