Skip to content

Releases: spatie/crawler

4.4.2

20 Jun 11:08
Compare
Choose a tag to compare
Update CHANGELOG

4.4.1

06 Jun 08:00
4a57ce7
Compare
Choose a tag to compare

4.4.1 - 2019-06-06

  • handle relative paths after redirects correctly

4.4.0

05 Apr 12:41
5797619
Compare
Choose a tag to compare
  • add getUrls and getPendingUrls

4.3.2

04 Apr 14:03
Compare
Choose a tag to compare
  • Respect maximumDepth in combination with robots (#181)

4.3.1

03 Apr 13:25
Compare
Choose a tag to compare
  • Properly handle noindex,follow urls.

4.3.0

11 Mar 10:45
de2c095
Compare
Choose a tag to compare
  • added capability of crawling links with rel= next or prev

4.2.0

29 Oct 10:10
Compare
Choose a tag to compare
  • add setDelayBetweenRequests

4.1.7

27 Jul 11:23
a9fddcb
Compare
Choose a tag to compare
  • fix an issue where the node in the depthtree could be null

4.1.6

25 Jun 12:35
50e5249
Compare
Choose a tag to compare
  • improve performance by only building the depth three when needed
  • handlers will get html after JavaScript has been processed

4.1.5

25 Jun 08:12
472be24
Compare
Choose a tag to compare
  • refactor to improve extendability