Skip to content

v4.3.1 (Jan 4, 2022)

Pre-release
Pre-release
Compare
Choose a tag to compare
@connectdotz connectdotz released this 04 Jan 22:03
· 115 commits to master since this release
6dae968

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