Skip to content

Latest commit

 

History

History
58 lines (35 loc) · 3.59 KB

CHANGELOG.md

File metadata and controls

58 lines (35 loc) · 3.59 KB

v0.6.0 (2023-11-24)

Feature

  • dockerfile: Add tesseract-ocr and libtesseract-dev to Dockerfile.base (b534f5c)
  • docker: Add new env file with project id and other configurations (994f2e5)

v0.5.0 (2023-11-11)

Feature

  • bis_fetcher: Add author and timestamp to fetched data, add support for fetching pdfs (231de01)
  • bis_fetcher: Added use_selenium flag into request function (f6a1727)
  • bis_fetcher: Use base_url for article links, add use_selenium field and change config_name value to "bis". (a9e3655)
  • bis_fetcher: Add base_url to BaseFetcher (3575281)
  • fetcher: Replace selenium webdriver with chromedriver, introduce locator strategies and Response class in requests (b938086)
  • fetcher: Add wait_time parameter and locator capability to ChromeWebDriver (369cb21)
  • bis_fetcher: Add ChromeWebDriver class for fetching HTTP responses using Selenium (568c5cc)
  • bis_fetcher: Add request method and driver method (22803da)

v0.4.0 (2023-11-10)

Feature

  • pyproject.toml: Add selenium dependency (6d59443)

v0.3.0 (2023-11-10)

Feature

  • docker: Add Dockerfile.app and Dockerfile.base files (5912d5c)

v0.2.0 (2023-11-09)

Feature

  • fetcher: Implement _next_page_func for handling, add support for start_urls and page_placeholder (fe89717)
  • bis_fetcher: Add BaseFetcher and BisFetcher classes (847dc7a)

v0.1.1 (2023-09-25)

Fix

  • .copier-config: Update various configurations (8d3c95d)

Documentation

  • README.md: Update library description and token in codecov-image link (ad1c6aa)
  • book: Add favicon and google analytics id to config (0cf569e)
  • book: Update description and utility of 'bis-fetcher' library (0174a0e)

v0.1.0 (2023-09-25)

Feature