Skip to content

Latest commit

 

History

History
45 lines (36 loc) · 1.29 KB

CHANGELOG.md

File metadata and controls

45 lines (36 loc) · 1.29 KB

Changelog

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.

[Unreleased]

[0.3.0] - 2025-01-21

Fixed

  • Improved reliability of scrapped content

Added

  • Page Scrolls to load viewport based content before exiting
  • Debug flags added to cli and scraper.get for testing purposes
    • Print network activity and launch chromium browser

[0.2.1] - 2025-01-20

Fixed

  • No longer hanging trying to get content from emptry frames

Changed

  • Browser is now in headless mode

[0.2.0] - 2025-01-20

Changed

  • Replaced pyppeteer with playwright as a backend

[0.1.3] - 2025-01-20

Changed

[0.1.2] - 2025-01-07

Removed

  • ipython reference in the main scraper file

[0.1.1] - 2025-01-07

Added

  • BrowserError and TimeoutError as public exceptions
  • ipython dev dependency

Fixed

  • CLI now longer print stack traces for BrowserError and TimeoutError
  • Scraper no longer errors on blank html tags

[0.1.0] - 2024-12-28

Added

  • CHANGELOG.md