Skip to content

Latest commit

 

History

History
149 lines (87 loc) · 2.48 KB

File metadata and controls

149 lines (87 loc) · 2.48 KB

Change Log - @rushstack/playwright-browser-tunnel

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

0.3.17

Sat, 18 Apr 2026 03:47:10 GMT

Version update only

0.3.16

Sat, 18 Apr 2026 00:15:16 GMT

Patches

  • Bump semver.

0.3.15

Fri, 17 Apr 2026 15:14:57 GMT

Version update only

0.3.14

Fri, 10 Apr 2026 22:46:35 GMT

Version update only

0.3.13

Thu, 09 Apr 2026 00:15:07 GMT

Version update only

0.3.12

Sat, 04 Apr 2026 00:14:00 GMT

Version update only

0.3.11

Wed, 01 Apr 2026 15:13:38 GMT

Version update only

0.3.10

Tue, 31 Mar 2026 15:14:15 GMT

Version update only

0.3.9

Mon, 09 Mar 2026 15:14:08 GMT

Version update only

0.3.8

Fri, 06 Mar 2026 01:14:37 GMT

Patches

  • Fix the launch-options param

0.3.7

Wed, 25 Feb 2026 21:39:42 GMT

Version update only

0.3.6

Wed, 25 Feb 2026 00:34:29 GMT

Patches

  • Add playwright-versioning and remove semver

0.3.5

Tue, 24 Feb 2026 01:13:27 GMT

Version update only

0.3.4

Mon, 23 Feb 2026 00:42:21 GMT

Version update only

0.3.3

Fri, 20 Feb 2026 16:14:49 GMT

Version update only

0.3.2

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.

0.3.1

Thu, 19 Feb 2026 01:30:06 GMT

Patches

  • Filter files from publish and include missing LICENSE file.

0.3.0

Thu, 19 Feb 2026 00:04:53 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.

0.2.4

Wed, 11 Feb 2026 23:14:09 GMT

Patches

  • Update module layout to isolate code that does not depend on Playwright.

0.2.3

Sat, 07 Feb 2026 01:13:26 GMT

Version update only

0.2.2

Wed, 04 Feb 2026 20:42:47 GMT

Patches

  • Add advanced logging and websocket close codes

0.2.1

Wed, 04 Feb 2026 16:13:27 GMT

Version update only

0.2.0

Fri, 30 Jan 2026 22:38:36 GMT

Minor changes

  • Update marker file names to reflect Copilot rebranding

0.1.1

Fri, 30 Jan 2026 01:16:13 GMT

Version update only

0.1.0

Sat, 24 Jan 2026 01:13:02 GMT

Minor changes

  • Introduce CLI based tool to launch a remote browser provider for Playwright.