Releases: spekulatius/PHPScraper
Releases · spekulatius/PHPScraper
3.0.0
What's Changed
- Fix typos and a critical error by @szepeviktor in #190
- Fix few problems reported by PHPStan by @szepeviktor in #192
- Add Pint by @szepeviktor in #195
- Fix HTTPClient config by @szepeviktor in #194
- Upgrading repo tools by @spekulatius in #196
- Upgrade from league/uri 6.x to league/uri 7.x, replacing deprecated function use with new recommended ones by @scotteuser in #200
- Pint by @spekulatius in #201
- Add CI job names by @szepeviktor in #199
- Upgrading Symfony dependencies to allow ^7.0 by @tentacode in #204
New Contributors
- @szepeviktor made their first contribution in #190
- @scotteuser made their first contribution in #200
- @tentacode made their first contribution in #204
Full Changelog: 2.0.0...3.0.0
v2.0.0: Service Update
v2 implements changes required due to Goutte being archived. See UPGRADING.md
What's Changed
- Adding extraction by @spekulatius in #169
- Various PHPStan improvements by @spekulatius in #171
- Chore: Fix readme example by @spekulatius in #173
- Fixing local runs of phpunit by adding "bootstrap" by @spekulatius in #174
- Drop PHP 7.3 and 7.4 (fixes #180) by @spekulatius in #182
- Adding PHP 8.3 to testing pipeline by @spekulatius in #185
- Switch from Goutte to BrowserKit (fixes #181) by @spekulatius in #183
- added phpstan in github actions by @nadar in #184
- Move phpstan to local temp path to ensure Windows users can run it by @spekulatius in #188
- Fix and Improve Tests by @spekulatius in #186
- v2 by @spekulatius in #187
New Contributors
Full Changelog: 1.0.2...2.0.0
v1.0.0: Finally Stable!
It's been a while until PHPScraper reached v1
. But now it's here! This first stable release covers:
- More rounded parsing and consistent naming
- Improved documentation website in multiple languages
- Better Testing and Test coverage
- Parsing of Feeds
sitemap.xml
, RSS feeds and static search indexes - Parsing of plaintext files such as CSV, XML and JSON
You can find all major commits in the changelog. Please check the upgrade instructions to get to v1.
Special thanks to all contributors: @walirazzaq, @nadar, @nathabonfim59, @datlechin, @tacman, @fumiya5863 and @vitormattos! 🎉