Skip to content

Releases: dantleech/fink

0.11.2

16 Mar 12:10
Compare
Choose a tag to compare

0.10.3

28 Jan 21:51
Compare
Choose a tag to compare

[0.10.3] 2021-01-28

  • Consider base element when resolving URLs (#109) - @eHtmlu
  • PHP 7.3 minimum requirement and PHP 8.0 support - @dantleech

0.10.2

28 Jan 21:43
08cb6ac
Compare
Choose a tag to compare
Merge pull request #117 from dantleech/updated

General Update

0.10.1

18 Jun 06:32
Compare
Choose a tag to compare
  • Upgrade from amphp/artax to amphp/http-client - @kelunik
    • Adds http_version to report data
  • Fix end of link concat (#96) - @kelunik
  • Fix redirect URL resolution (#93) - @dantleech

0.9.0

08 Jun 20:06
Compare
Choose a tag to compare
  • Record referrer title if client encounters error while requesting URL, fixes #88
  • Verbose mode streams report to STDOUT with --stdout #83 #65

0.8.0

07 Apr 14:33
Compare
Choose a tag to compare
  • Record the request timestamp #33
  • Support setting the TLS security level (--client-security-level), fixes
    #52 (again)
  • Sets the default TLS secutity level to 1 rather than 2.
  • Set process title and adds version information to Phar #21
  • crawl "command" renamed to fink #61

0.7.0

17 Mar 18:49
82a2533
Compare
Choose a tag to compare
  • Show referring link text and xpath #49.
  • Allow display elements to be set, added or removed #54,
  • Adds "uptime" display showing running time in hours, minutes and seconds.

0.6.0

14 Mar 20:50
Compare
Choose a tag to compare
  • Support passing max header and body sizes to client #74
  • Allow additional links to be included #60
  • Resolve relative URLs to absolute URLs #64

0.5.0

23 Feb 15:19
Compare
Choose a tag to compare
  • Support for custom headers via. --header=Foo:Bar #46
  • Support multiple base URLs #44
  • Support setting the --rate (max number of requests per second) #51

0.4.1

16 Feb 13:54
Compare
Choose a tag to compare
fix SIGINT not defined warning when PCNTL extension not enabled