Releases: spatie/crawler
Releases · spatie/crawler
8.2.3
8.2.2
What's Changed
- Catch unhandled Browsershot exceptions in
crawlFailed
by @superpenguin612 in #469
Full Changelog: 8.2.1...8.2.2
8.2.1
What's Changed
- Check original URL against depth tree when visited link is a redirect by @superpenguin612 in #467
New Contributors
- @superpenguin612 made their first contribution in #467
Full Changelog: 8.2.0...8.2.1
8.2.0
What's Changed
- Fix wording in documentation by @adamtomat in #460
- Add Laravel/Illuminate 11 Support by @Jubeki in #461
New Contributors
- @adamtomat made their first contribution in #460
- @Jubeki made their first contribution in #461
Full Changelog: 8.1.0...8.2.0
8.1.0
What's Changed
- feat: custom link parser by @Velka-DEV in #458
New Contributors
- @Velka-DEV made their first contribution in #458
Full Changelog: 8.0.4...8.1.0
8.0.4
- allow Browsershot v4
8.0.3
8.0.2
What's Changed
- Define only needed methods in observer implementation by @buismaarten in #449
New Contributors
- @buismaarten made their first contribution in #449
Full Changelog: 8.0.1...8.0.2
8.0.1
What's Changed
- Check if rel attribute contains nofollow by @robbinbenard in #445
New Contributors
- @robbinbenard made their first contribution in #445
Full Changelog: 8.0.0...8.0.1
8.0.0
- add linkText to crawl observer methods
- upgrade dependencies