Skip to content

Releases: HarryStevens/scraperama

v2.0.0

Choose a tag to compare

@github-actions github-actions released this 04 Mar 01:06

2.0.0 (2026-03-04)

⚠ BREAKING CHANGES

  • json() no longer adds a .columns property to the parsed response.

Bug Fixes

  • return parsed JSON unmodified from json() (f350285)

v1.2.0

Choose a tag to compare

@github-actions github-actions released this 03 Mar 17:22

1.2.0 (2026-03-03)

Features

  • add retry support with exponential backoff (6931efd)

Bug Fixes

  • ignore auto-generated CHANGELOG in Prettier checks (14e91bf)

v1.1.0

Choose a tag to compare

@github-actions github-actions released this 03 Mar 16:11

1.1.0 (2026-03-03)

Features