Releases: JarvusInnovations/puppeteer-cli
Releases · JarvusInnovations/puppeteer-cli
puppeteer-cli v1.5.1
- docs: remove markdown from package.json description
puppeteer-cli v1.5.0
- feat: add --cookie option
- feat: add header and footer options
- feat: add common --wait-until option
- feat: make timeout a common option
- feat: add --no-sandbox option
- feat: output to STDOUT if output not provided
- fix: write all console messages to STDERR
- docs: update usage
- docs: update description
- docs: add install step in README
- refactor: rename input arg to url
- style: quote all arg names
- chore: upgrade puppeteer to 2.0.0
puppeteer-cli v1.4.1
- chore: bump puppeteer to v1.20.0
puppeteer-cli v1.4.0
- feat: add viewport option to screenshot command
- feat: add debug launch config for vscode
- docs: add missing docs for new timeout option
puppeteer-cli v1.3.2
- chore: upgrade all dependencies