Skip to content

Releases: streetsidesoftware/jest-mock-vscode

v2.1.1

03 Dec 13:15
fe001e8

Choose a tag to compare

2.1.1 (2023-12-03)

Updates and Bug Fixes

v2.1.0

05 Sep 12:38
9b3b45f

Choose a tag to compare

2.1.0 (2023-09-05)

Documentation

Features

v2.0.1

04 Sep 11:52
76c5c3e

Choose a tag to compare

2.0.1 (2023-09-04)

Updates and Bug Fixes

v2.0.0

04 Sep 07:17
0ad9576

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

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

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)

v1.3.0

08 Jan 20:38
cbf4f01

Choose a tag to compare

1.3.0 (2023-01-08)

Features

Continuous Integration

  • Workflow Bot -- Update ALL Dependencies (#49) (ccc2cad)
  • Workflow Bot -- Update ALL Dependencies (#51) (bd3b3b4)
  • Workflow Bot -- Update ALL Dependencies (#52) (e9b45e9)
  • Workflow Bot -- Update ALL Dependencies (#53) (a6d31e5)

v1.2.1

21 Nov 16:13
0309d6b

Choose a tag to compare

1.2.1 (2022-11-21)

Miscellaneous

  • deps: bump pnpm/action-setup from 2.2.2 to 2.2.4 (#44) (b282c97)

Updates and Bug Fixes

Continuous Integration

  • Workflow Bot -- Update ALL Dependencies (#42) (6fc1e09)
  • Workflow Bot -- Update ALL Dependencies (#48) (04ab407)

v1.2.0

10 Oct 14:54
e5b8db9

Choose a tag to compare

1.2.0 (2022-10-10)

Features

Miscellaneous

  • deps-dev: bump @types/jest from 28.1.8 to 29.1.2 (#38) (2d1f87e)
  • deps-dev: bump eslint-plugin-jest from 26.9.0 to 27.1.1 (#37) (5b08f79)

Continuous Integration

  • Workflow Bot -- Update ALL Dependencies (#29) (3b01fe6)
  • Workflow Bot -- Update ALL Dependencies (#41) (0336bb1)

v1.1.2

09 Sep 07:27
6083a15

Choose a tag to compare

1.1.2 (2022-09-09)

Tests

Updates and Bug Fixes