Skip to content

Latest commit

 

History

History
65 lines (48 loc) · 1.96 KB

CHANGELOG.md

File metadata and controls

65 lines (48 loc) · 1.96 KB

google-news-scraper CHANGELOG

All notable changes to this project will be documented in this file.

[1.2.2] - 2024-03-18

To update please run npm update google-news-scraper

Changed

  • index.js
  • package.json
    • Bump version
  • README.md
    • Include details of new puppeteerHeadlessMode config item.

[1.2.1] - 2024-03-11

To update please run npm update google-news-scraper

Added

  • getArticleType.js
    • Helper function to detect which type of article display is being used in the DOM (this helps with conditional DOM selectors to scrape the info).
  • getTitle.js
    • Helper function to enable scraping of titles for each different article type.
  • CHANGELOG.md

Changed

  • index.js
    • Merge changes from #44 (credit to hahagu)
    • Import and integrate the new helper functions
    • Fix searchTerm prop naming
    • Minor refactoring
  • package.json
    • Bump version
  • README.md
    • Include details of new inputs and output

[1.2.0] - 2024-02-19

To update please run npm update google-news-scraper

Added

  • getArticleContent.js
    • Enabled the scraping of the text content of an article (credit to anthonyfranc)
  • getPrettyUrl.js
    • Updated fetch-less version of prettyURLs (credit to anthonyfranc)
  • CHANGELOG.md

Changed

  • index.js
    • Import and integrate the new functions
    • Create config defaults
    • Fix indentation
  • package.json
    • Bump major versions of Puppeteer, Babel and Jest
    • Remove node-fetch
  • README.md
    • Include details of new config options
    • General tidy-up