Skip to content

Latest commit

 

History

History
264 lines (157 loc) · 3.84 KB

File metadata and controls

264 lines (157 loc) · 3.84 KB

Change Log - @rushstack/heft-vscode-extension-plugin

This log was last generated on Sat, 18 Apr 2026 03:47:10 GMT and should not be manually modified.

1.1.15

Sat, 18 Apr 2026 03:47:10 GMT

Version update only

1.1.14

Sat, 18 Apr 2026 00:15:17 GMT

Version update only

1.1.13

Fri, 17 Apr 2026 15:14:57 GMT

Version update only

1.1.12

Fri, 10 Apr 2026 22:46:34 GMT

Version update only

1.1.11

Thu, 09 Apr 2026 00:15:07 GMT

Version update only

1.1.10

Sat, 04 Apr 2026 00:14:00 GMT

Version update only

1.1.9

Wed, 01 Apr 2026 15:13:38 GMT

Version update only

1.1.8

Tue, 31 Mar 2026 15:14:15 GMT

Version update only

1.1.7

Mon, 09 Mar 2026 15:14:08 GMT

Version update only

1.1.6

Wed, 25 Feb 2026 21:39:42 GMT

Version update only

1.1.5

Wed, 25 Feb 2026 00:34:30 GMT

Version update only

1.1.4

Tue, 24 Feb 2026 01:13:27 GMT

Version update only

1.1.3

Mon, 23 Feb 2026 00:42:21 GMT

Version update only

1.1.2

Fri, 20 Feb 2026 16:14:49 GMT

Version update only

1.1.1

Fri, 20 Feb 2026 00:15:04 GMT

Patches

  • Add "node" condition before "import" in the "exports" map so that Node.js uses the CJS output (which handles extensionless imports), while bundlers still use ESM via "import". Fixes #5644.

1.1.0

Thu, 19 Feb 2026 00:04:52 GMT

Minor changes

  • Normalize package layout. CommonJS is now under lib-commonjs, DTS is now under lib-dts, and ESM is now under lib-esm. Imports to lib still work as before, handled by the "exports" field in package.json.

1.0.22

Sat, 07 Feb 2026 01:13:26 GMT

Version update only

1.0.21

Wed, 04 Feb 2026 20:42:47 GMT

Version update only

1.0.20

Wed, 04 Feb 2026 16:13:27 GMT

Version update only

1.0.19

Fri, 30 Jan 2026 01:16:13 GMT

Version update only

1.0.18

Thu, 08 Jan 2026 01:12:30 GMT

Version update only

1.0.17

Wed, 07 Jan 2026 01:12:25 GMT

Version update only

1.0.16

Mon, 05 Jan 2026 16:12:49 GMT

Version update only

1.0.15

Sat, 06 Dec 2025 01:12:28 GMT

Version update only

1.0.14

Wed, 03 Dec 2025 01:12:28 GMT

Version update only

1.0.13

Fri, 21 Nov 2025 16:13:56 GMT

Version update only

1.0.12

Wed, 12 Nov 2025 01:57:54 GMT

Version update only

1.0.11

Wed, 12 Nov 2025 01:12:56 GMT

Version update only

1.0.10

Tue, 11 Nov 2025 16:13:26 GMT

Version update only

1.0.9

Mon, 10 Nov 2025 16:12:32 GMT

Version update only

1.0.8

Tue, 04 Nov 2025 08:15:15 GMT

Version update only

1.0.7

Fri, 24 Oct 2025 11:22:09 GMT

Version update only

1.0.6

Fri, 24 Oct 2025 00:13:38 GMT

Version update only

1.0.5

Wed, 22 Oct 2025 00:57:54 GMT

Version update only

1.0.4

Tue, 14 Oct 2025 15:13:22 GMT

Version update only

1.0.3

Mon, 13 Oct 2025 15:13:02 GMT

Version update only

1.0.2

Wed, 08 Oct 2025 00:13:29 GMT

Version update only

1.0.1

Fri, 03 Oct 2025 20:10:00 GMT

Version update only

1.0.0

Tue, 30 Sep 2025 23:57:45 GMT

Breaking changes

  • Release Heft version 1.0.0

0.2.8

Tue, 30 Sep 2025 20:33:51 GMT

Version update only

0.2.7

Fri, 12 Sep 2025 15:13:07 GMT

Version update only

0.2.6

Thu, 11 Sep 2025 00:22:31 GMT

Version update only

0.2.5

Fri, 29 Aug 2025 00:08:01 GMT

Patches

  • add extraPackagingFlags plugin option

0.2.4

Thu, 21 Aug 2025 00:12:45 GMT

Patches

  • Add support for verifying extension signature.

0.2.3

Tue, 19 Aug 2025 20:45:02 GMT

Version update only

0.2.2

Fri, 01 Aug 2025 00:12:49 GMT

Version update only

0.2.1

Mon, 28 Jul 2025 15:11:56 GMT

Version update only

0.2.0

Sat, 26 Jul 2025 00:12:22 GMT

Minor changes

  • Add support for generating extension manifest.
  • Add VSIX publish plugin.

0.1.0

Wed, 23 Jul 2025 20:55:57 GMT

Minor changes

  • Add new Heft plugin to package files into a VSIX file