Skip to content

Latest commit

 

History

History
46 lines (25 loc) · 1.86 KB

File metadata and controls

46 lines (25 loc) · 1.86 KB

CHANGELOG

Unreleased

devtools

  • Use predicates instead of static methods #3 by @jdeniau

2.1.1

extension

  • Run the formatter as a world: "MAIN" content script instead of injecting a <script type="module"> into the page. The module load started before the page's own <script type="importmap"> was parsed, which made the browser reject that import map and broke every module-based script on the page (GitHub, since they shipped an import map). The extension now adds no node to the DOM, needs no web_accessible_resources, and is no longer visible to the page. Requires Chrome 111+ / Firefox 128+.

2.1.0

2.0.1

Fix browser extension not working on Firefox.

2.0.0

No change in this version, but use the same version as the browser extension.

1.1.0

Added

Changed

  • upgrade immutable-devtools to v0.3.0 #1 by @jdeniau

v0.3.0

  • [BREAKING] Release this package as ESM instead of CommonJS. Drop support for NodeJS < 18.

v0.2.0