Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2023-06-18 | 1.6 kB | |
v2.0.0_ Service Update.tar.gz | 2023-06-18 | 45.8 kB | |
v2.0.0_ Service Update.zip | 2023-06-18 | 69.4 kB | |
Totals: 3 Items | 116.8 kB | 0 |
v2 implements changes required due to Goutte being archived. See UPGRADING.md
What's Changed
- Adding <meta charset=...> extraction by @spekulatius in https://github.com/spekulatius/PHPScraper/pull/169
- Various PHPStan improvements by @spekulatius in https://github.com/spekulatius/PHPScraper/pull/171
- Chore: Fix readme example by @spekulatius in https://github.com/spekulatius/PHPScraper/pull/173
- Fixing local runs of phpunit by adding "bootstrap" by @spekulatius in https://github.com/spekulatius/PHPScraper/pull/174
- Drop PHP 7.3 and 7.4 (fixes [#180]) by @spekulatius in https://github.com/spekulatius/PHPScraper/pull/182
- Adding PHP 8.3 to testing pipeline by @spekulatius in https://github.com/spekulatius/PHPScraper/pull/185
- Switch from Goutte to BrowserKit (fixes [#181]) by @spekulatius in https://github.com/spekulatius/PHPScraper/pull/183
- added phpstan in github actions by @nadar in https://github.com/spekulatius/PHPScraper/pull/184
- Move phpstan to local temp path to ensure Windows users can run it by @spekulatius in https://github.com/spekulatius/PHPScraper/pull/188
- Fix and Improve Tests by @spekulatius in https://github.com/spekulatius/PHPScraper/pull/186
- v2 by @spekulatius in https://github.com/spekulatius/PHPScraper/pull/187
New Contributors
- @nadar made their first contribution in https://github.com/spekulatius/PHPScraper/pull/184
Full Changelog: https://github.com/spekulatius/PHPScraper/compare/1.0.2...2.0.0