All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Unit tests for inverted test pyramid
- API reference documentation to README
PuppeteerCaptureStartOptionsexport from index- HeadlessExperimental platform risk documentation in README
CODE_OF_CONDUCT.md,CONTRIBUTING.md, issue templates, and pull request template- GitHub Sponsors funding configuration
- Pin GitHub Actions to SHA digests
- Harden private API
_client()usage - Add top-level
permissionsblock to CI workflow - Migrate publish workflow to OIDC trusted publishing
- Overhaul README for launch readiness
- Support repeated start/stop capture cycles
- Validate
dropCapturedFramesinstead of duplicatewaitForFirstFramecheck - Reduce CI failure rate with timeouts, concurrency, and caching
- Widen
requestAnimationFrametiming threshold for Windows CI flake - Add concurrency control to GitHub Pages deployment
- Bump tar-fs from 3.0.8 to 3.1.1
- Bump js-yaml from 3.14.1 to 3.14.2
1.12.0 - 2025-04-15
- Support Puppeteer v24.6.0 and v24.6.1
1.11.0 - 2025-04-01
- Support Puppeteer v24.5.0
1.10.0 - 2025-03-09
- Support Puppeteer v24.3.1 and v24.4.0
1.9.0 - 2025-02-24
- Support Puppeteer v24.3.0
1.8.1 - 2025-02-15
- Detect closed CDP connection per puppeteer#13591
1.8.0 - 2025-02-13
- Support Puppeteer v24.1.1 and v24.2.0
1.7.0 - 2025-01-15
- Support Puppeteer v24.1.0
1.6.0 - 2025-01-10
- Support Puppeteer v23.11.1 and v24.0.0
- Fix
puppeteer-corepeer dependency to include v24.0.x
1.5.0 - 2024-12-19
- Support Puppeteer v23.10.0 through v23.11.0
1.4.0 - 2024-12-18
- Support Puppeteer v23.0.0 through v23.9.0
1.3.0 - 2024-12-18
- Support Puppeteer v22.0.0 through v22.15.0
1.2.0 - 2024-12-18
- Switch peer dependency from
puppeteertopuppeteer-core(v18.2 through v21.11) - Add GitHub Pages documentation site
- Exclude incompatible
puppeteer[-core]v21.3.0 through v21.8.0
- Bump word-wrap from 1.2.3 to 1.2.4
1.1.1 - 2023-01-06
- Support Puppeteer v14.x through v19.x
- Bump json5 from 2.2.1 to 2.2.3
1.1.0 - 2022-06-30
- Upgrade to ES6 modules
- Support Puppeteer v14.4+ and v15.x
1.0.0 - 2022-06-02
- Timestamp injection for deterministic frame timing
- Test coverage reporting
0.0.0 - 2022-05-28
- Initial release
- CDP-based video capture using
HeadlessExperimental.beginFrame - Deterministic frame-by-frame rendering
- FFmpeg-based video encoding
- Support for Puppeteer v14.x