Releases: jest-community/vscode-jest
Releases · jest-community/vscode-jest
v6.4.0 (Nov 3, 2024)
What's Changed
- jest-editor-support v32 upgrade by @connectdotz in #1141
- fix links in setup-wizard doc by @pierluigigiancola in #1154
- Support Jest v30 by @connectdotz in #1153
- Vscode coverage support by @connectdotz in #1151
- address test suite error didn't get propagated correctly issue by @connectdotz in #1165
- adding existing jest.nodeEnv into debug config by @connectdotz in #1167
- prepare for v6.3.0 by @connectdotz in #1168
- fix doc link for v6.3.0-next by @connectdotz in #1169
- Bump webpack from 5.91.0 to 5.94.0 by @dependabot in #1173
- fix empty coverage range issue by @connectdotz in #1177
- fix windows testNamePattern not found issue by @connectdotz in #1179
- Bump micromatch from 4.0.7 to 4.0.8 by @dependabot in #1176
- Make all test items debuggable by @connectdotz in #1181
- prepare for v6.3.1-next release by @connectdotz in #1187
- prepare for v6.4.0 by @connectdotz in #1193
New Contributors
- @pierluigigiancola made their first contribution in #1154
Full Changelog: v6.2.5...v6.4.0
Release Note: v6.4.0
v6.3.1-next (Oct 16, 2024) (pre-release)
What's Changed
- fix doc link for v6.3.0-next by @connectdotz in #1169
- Bump webpack from 5.91.0 to 5.94.0 by @dependabot in #1173
- fix empty coverage range issue by @connectdotz in #1177
- fix windows testNamePattern not found issue by @connectdotz in #1179
- Bump micromatch from 4.0.7 to 4.0.8 by @dependabot in #1176
- Make all test items debuggable by @connectdotz in #1181
- prepare for v6.3.1-next release by @connectdotz in #1187
Full Changelog: v6.3.0-next...v6.3.1-next
Release Note: v6.3.1
v6.3.0-next (Aug 13, 2024) (pre-release)
What's Changed
- jest-editor-support v32 upgrade by @connectdotz in #1141
- fix links in setup-wizard doc by @pierluigigiancola in #1154
- Support Jest v30 by @connectdotz in #1153
- Vscode coverage support by @connectdotz in #1151
- address test suite error didn't get propagated correctly issue by @connectdotz in #1165
- adding existing jest.nodeEnv into debug config by @connectdotz in #1167
- prepare for v6.3.0 by @connectdotz in #1168
New Contributors
- @pierluigigiancola made their first contribution in #1154
Full Changelog: v6.2.5...v6.3.0
Release Note: v6.3.0
v6.2.5 (May 3, 2024)
What's Changed
- fixing #1145 by @connectdotz in #1146
- prepare for v6.2.5 release by @connectdotz in #1147
Full Changelog: v6.2.4...v6.2.5
Release Note: v6.2.5
v6.2.4 (Apr 11, 2024)
What's Changed
- fix "Jest: Run All Test" command blocked by watch mode run by @connectdotz in #1132
- prevent execution queue being blocked by zombie processes by @connectdotz in #1134
- prepare for v6.2.4 release by @connectdotz in #1138
Full Changelog: v6.2.3...v6.2.4
Release Note: v6.2.4
v6.2.3 (Mar 15, 2024)
What's Changed
- docs: update README.md fix jest run mode type by @kota-kamikawa in #1126
- improve default test results focus behavior by @connectdotz in #1128
- update README for v6.2.3 by @connectdotz in #1129
New Contributors
- @kota-kamikawa made their first contribution in #1126
Full Changelog: v6.2.2...v6.2.3
Release Note: v6.2.3
v6.2.2 (Feb 22, 2024)
What's Changed
- Minor docs updates for the migration guides by @pmcelhaney in #1116
- Enhance output config support by @connectdotz in #1119
- Fixed missing test error auto focusing for watch mode run by @connectdotz in #1120
Full Changelog: v6.2.1...v6.2.2
Release Note: v6.2.2
v6.2.1 (Feb 14, 2024)
What's Changed
- Fixed test run errors due to incorrect sub folder paths in the testExplorer by @connectdotz in #1114
Full Changelog: v6.2.0...v6.2.1
Release Note: v6.2.1
v6.2.0 (Feb 10, 2024)
This is a rollup release of pre-releases 6.0.0 - 6.1.2.
What's Changed (since 5.2.3)
- Fixed spelling mistake in readme by @Jazzkid0 in #1016
- fixing typo jest.jestCommandLine example by @connectdotz in #1023
- adding jest.enable setting and adjust workspace operations accordingly by @connectdotz in #1009
- Bump webpack from 5.75.0 to 5.76.0 by @dependabot in #1011
- fix source block type nonLiteralName error by @connectdotz in #1024
- Dashed-args by @connectdotz in #1034
- Fix: typo by @Ryan-Dia in #1032
- Virtual-folder by @connectdotz in #1035
- fix typos by @ykrx in #1038
- Add clearTerminal setting by @jgillick in #1014
- Fix multi-variable substitution by @adrianisk in #1040
- prepare for pre-release v6.0.0 by @connectdotz in #1043
- Bump semver from 6.3.0 to 6.3.1 by @dependabot in #1048
- Bump word-wrap from 1.2.3 to 1.2.4 by @dependabot in #1049
- fix dashed-arg and prepare for v6.0.1 release by @connectdotz in #1054
- enhance doc for v6 by @connectdotz in #1066
- Run mode by @connectdotz in #1078
- fix: include rootPath of virtual folders in testPathPattern value by @akwodkiewicz in #1080
- supports test-results panel and refactor output settings by @connectdotz in #1087
- upgrade dev dependencies to the latest and fix lint errors by @connectdotz in #1089
- Update node-ci.yml by @connectdotz in #1088
- fix TestNamePattern issue by @connectdotz in #1091
- fix "each" block test run issues by @connectdotz in #1092
- prepare for v6.1.0-next release by @connectdotz in #1093
- fix ancors in contributing.md file by @krivonos28 in #1102
- more fault tolerant for shell setting by @connectdotz in #1100
- prepare for v6.1.1-next by @connectdotz in #1105
- fix active editor files sometimes got attached to the wrong workspace folder by @connectdotz in #1108
- prepare release v6.2 by @connectdotz in #1110
New Contributors
- @Jazzkid0 made their first contribution in #1016
- @Ryan-Dia made their first contribution in #1032
- @ykrx made their first contribution in #1038
- @jgillick made their first contribution in #1014
- @adrianisk made their first contribution in #1040
- @akwodkiewicz made their first contribution in #1080
- @krivonos28 made their first contribution in #1102
Full Changelog: v5.2.3...v6.2.0
Release Note: v6.2.0
v6.1.2 (Feb 4, 2024) (pre-release)
What's Changed
- fix active editor files sometimes got attached to the wrong workspace folder by @connectdotz in #1108
Full Changelog: v6.1.1-next...v6.1.2-next
Release Note: v6.1.0 (pre-release)