Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 593 Bytes

CHANGELOG.md

File metadata and controls

32 lines (21 loc) · 593 Bytes

Changelog

All Notable changes to spatie/http-status-check will be documented in this file.

2.3.0 - 2017-02-01

  • add timout option

2.2.1 - 2017-02-17

  • fix add dont-crawl-external-urls option

2.2.0

  • add dont-crawl-external-urls option

2.1.1

  • append urls to log file instead of overwriting entire file

2.1.0

  • added an option to write an output log file

2.0.0

  • improve speed by crawling links concurrently
  • show on which url a broken link was found

1.0.2

  • add support for Symfony 3

1.0.1

  • Lower requirements to php 5.5

1.0.0

  • First release