All notable changes to spatie/http-status-check
will be documented in this file.
- Add support for PHP 8
- follow and log redirects as multiple responses (#66)
- fix for overwriting a file
- use response status code if available (#59)
- allow symfony 5 components
- Add an extra null check when a request fails to determine the message.
- Update crawler to
^4.1.0
. - Add
--ignore-robots
option.
- PHP 7.1 required
- update
spatie/crawler
to^3.0
- added support for Symfony 4
- added some command line arguments
- add
timout
option
- fix add
dont-crawl-external-urls
option
- add
dont-crawl-external-urls
option
- append urls to log file instead of overwriting entire file
- added an option to write an output log file
- improve speed by crawling links concurrently
- show on which url a broken link was found
- add support for Symfony 3
- Lower requirements to php 5.5
- First release