Skip to content

Releases: GodlikePenguin/Paparazzi

0.7.0

14 Jul 19:07
Compare
Choose a tag to compare
[FEAT] Add a flag to not take screenshots of anchor links

This commit adds a new `--ignore-anchors` flag to the CLI, which tells the tool to strip anchors before scraping links.
This means that you will only get one screenshot per path, rather than one screenshot per anchor on the path.
This functionality will cause issues with sites that use virtual routing via anchor links, so is disabled by default.

0.6.0

11 Jul 07:16
Compare
Choose a tag to compare

First published version of the package post the Typescript refactor and the Playwright migration.