Releases: spatie/crawler
Releases · spatie/crawler
4.4.2
4.4.1
4.4.0
- add
getUrls
andgetPendingUrls
4.3.2
4.3.1
4.3.0
- added capability of crawling links with rel= next or prev
4.2.0
- add
setDelayBetweenRequests
4.1.7
- fix an issue where the node in the depthtree could be null
4.1.6
- improve performance by only building the depth three when needed
- handlers will get html after JavaScript has been processed
4.1.5
- refactor to improve extendability