Skip to content
This repository has been archived by the owner on Dec 8, 2024. It is now read-only.

Releases: Caster/siflawler-php

siflawler 1.2.1

15 Dec 08:36
Compare
Choose a tag to compare

The dependency information was incomplete. siflawler does in fact use
the PHP DOM extension for parsing HTML and running XPath queries. The
JSON extension is used to parse configuration options.

siflawler 1.2.0

14 Dec 10:43
Compare
Choose a tag to compare

Starting from this version, siflawler is a Composer package and usable as such.

The dependency on PHPUnit is handled through Composer instead of a Git module.
Tests have been updated and streamlined and the documentation has been updated.
This release also features a couple of minor bugfixes.

siflawler 1.1.0

13 Dec 12:39
Compare
Choose a tag to compare

This release has a couple of bug fixes. Most prominently:

  • multiple hits for a get query are now supported (an array is returned in that case);
  • malformed queries are handled better and trigger warnings;
  • dependency on cURL is now made explicit in the README.

siflawler 1.0.0

13 Dec 12:38
Compare
Choose a tag to compare

This is the first "feature-complete" version of siflawler. That is, I personally do not have any things left I would like to add to siflawler right now. Also, I did not find any bugs at this time, while having quite a few automated tests in place.