Skip to content

Releases: jest-community/jest-editor-support

v27.2.0 (Apr 25, 2020)

25 Apr 15:15
a9171e9
Compare
Choose a tag to compare

address the orphan process issue for non-windows systems.

v27.1.1 (Dec 18, 2019)

18 Dec 23:07
7ae05cf
Compare
Choose a tag to compare

Remove "jest-editor-support-27.1.0.tgz" accidentally included in the previous npm package.

v27.1.0 (Nov 28, 2019)

28 Nov 03:08
217942b
Compare
Choose a tag to compare

What changed?

  • added --reporters support

Contributors 🙏

v27.0.0 (Nov 18, 2019)

18 Nov 07:13
6a71dbe
Compare
Choose a tag to compare

What changed?

This release included breaking API changes to

  • simplify settings access => Replace multi-stage class to the promise-based single API.
  • support escape characters in workspace configurations => This allows passing config with escape characters, such as a quoted path or escaped-space, by enabling the shell option when spawning jest processes.

Contributors

Many thanks 🙏 to @stephtr and @omjadas

26.0.0-beta (May 28, 2019)

28 May 23:30
Compare
Choose a tag to compare
Pre-release

features/bug-fixes

  • supporting concurrent Runner (jest-community/vscode-jest#442)
  • fix test result parsing that sometimes caused clients waiting for result indefinitely.
  • incorporate jest location reporting
  • consolidate the jest-test-typescript-parser into this package.

internal

  • upgrade major dependencies such as jest, typescript; added ci, eslint, danger etc.

to migrate

  • clients should remove jest-test-typescript-parser from their package.json
  • clients can use the new parse() function, which automatically select the right parser for js or ts files.