Skip to content

Latest commit

 

History

History
67 lines (34 loc) · 3.63 KB

CHANGELOG.md

File metadata and controls

67 lines (34 loc) · 3.63 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

3.3.0 (2024-04-04)

Features

  • add support for manifest v3 extensions and background service workers (#81) (0608018)

3.2.0 (2024-02-05)

Features

  • support changes implemented in devtools frontend api in newer versions of chrome (#74) (e013f8a)

3.1.0 (2023-07-13)

Features

Bug Fixes

3.0.0 (2022-02-10)

⚠ BREAKING CHANGES

  • Updates internal method used to access/control extension panels, rolling to puppeteer@^9

Features

2.0.1 (2021-04-02)

Bug Fixes

  • only return the execution context for the top most frame (#37) (cdf4945)

2.0.0 (2021-01-22)

⚠ BREAKING CHANGES

  • This functionality depends on newer versions of puppeteer (> 5.1.0)

Features

  • add ability to get an extension's content script execution context (#31) (8147349)
  • set minimum node version to 12 (#28) (d93df4f)

1.0.1 (2020-07-15)

Bug Fixes

  • fix for UI.viewManager sometimes not being ready in devtools context (#19) (6de63b6)

1.0.0 (2020-04-06)

Features