Skip to content

Releases: streetsidesoftware/jest-mock-vscode

v3.0.3

03 May 17:25
067afea
Compare
Choose a tag to compare

3.0.3 (2024-05-03)

Updates and Bug Fixes

v3.0.2

06 Apr 14:51
beb8d15
Compare
Choose a tag to compare

3.0.2 (2024-04-06)

Updates and Bug Fixes

v3.0.1

21 Mar 16:30
9fa9c7e
Compare
Choose a tag to compare

3.0.1 (2024-03-21)

Updates and Bug Fixes

v3.0.0

01 Mar 14:12
cef53f4
Compare
Choose a tag to compare

3.0.0 (2024-03-01)

⚠ BREAKING CHANGES

  • Update to vscode 1.87.0 (#246)

Features

Updates and Bug Fixes

v2.1.1

03 Dec 13:15
fe001e8
Compare
Choose a tag to compare

2.1.1 (2023-12-03)

Updates and Bug Fixes

v2.1.0

05 Sep 12:38
9b3b45f
Compare
Choose a tag to compare

2.1.0 (2023-09-05)

Documentation

Features

v2.0.1

04 Sep 11:52
76c5c3e
Compare
Choose a tag to compare

2.0.1 (2023-09-04)

Updates and Bug Fixes

v2.0.0

04 Sep 07:17
0ad9576
Compare
Choose a tag to compare

2.0.0 (2023-09-04)

⚠ BREAKING CHANGES

  • Support injecting the mock function. (#117)

In order to support mocking in other frameworks, it is necessary to inject the test framework dependency.

Migrating from 1.x to 2.x

__mocks__/vscode.js

-module.exports = require('jest-mock-vscode');
+module.exports = require('jest-mock-vscode').createVSCodeMock(jest);

Features

  • Support injecting the mock function. (#117) (f0c73bf)

Updates and Bug Fixes

v1.4.1

03 Sep 08:48
bc83334
Compare
Choose a tag to compare

1.4.1 (2023-09-03)

Updates and Bug Fixes

  • Update VSCode to (^1.81.0) (main) (#99) (7e157bf)

v1.4.0

05 May 15:34
f61f7e6
Compare
Choose a tag to compare

1.4.0 (2023-05-05)

Features

  • Update to vscode 1.78.0 (18a1e17)

Continuous Integration

  • Workflow Bot -- Update ALL Dependencies (#55) (52a8292)

Updates and Bug Fixes

Miscellaneous

  • deps: bump peter-evans/create-pull-request from 4 to 5 (#64) (1029b6f)
  • update pnpm to 8.2.0 (03531a4)