Skip to content

Releases: cto-mindset/scrapwave

v1.4.4

27 Mar 10:54
9d5ba54

Choose a tag to compare

v0.2.2-beta

27 Mar 06:57

Choose a tag to compare

v0.2.2-beta Pre-release
Pre-release

📢 Release Notes – v0.2.2-beta

🚀 What's New?

  • Introduced types.ts – Added TypeScript interfaces and types for better code readability and maintainability.
  • Refactored scrapper.ts – Integrated type definitions for metadata, forms, tables, images, and JSON-LD data.
  • Improved Code Readability – Now the scraper API is more structured and easier to use, making it more similar to JSoup.
  • Enhanced Developer Experience – Type safety ensures fewer runtime errors and better IntelliSense support.

🔧 Improvements

  • Simplified method signatures using newly introduced types.
  • Cleaner separation of concerns between the scraper logic and data models.
  • More consistent and structured approach to data extraction.

⬆️ Upgrade Guide

If you're using an older version, make sure to update your imports accordingly to use the new types.ts definitions.