Releases: cto-mindset/scrapwave
Releases · cto-mindset/scrapwave
v1.4.4
Full Changelog: v0.2.2-beta...v1.4.4
v0.2.2-beta
📢 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.