The format of this file is based on "Keep a Changelog". This project adheres to Semantic Versioning. Version numbers follow the pattern: MAJOR.FEATURE.BUGFIX
- Scraper is ready for Craft 4!
- Updated Symfony (Goutte) package to 4.x; Some internal methods and return types have changed.
- Removed
Scraper::$plugin
static accessor; useScraper::getInstance()
instead.
- Deprecated SimpleHTMLDom driver. In future versions,
scraper.get()
will use a different driver by default.
- Refactored SimpleHtmlDom library classes to satisfy PSR-4.
- Added plugin icon.
- Updated SimpleHtmlDom library to Rev. 1.9 (290), bringing massive improvements in performance and resilience to malformed HTML.
- 3.x Beta release!