Skip to content

Releases: Swader/diffbot-php-client

Major dependencies updated

13 Feb 19:29
Compare
Choose a tag to compare

The Httplug project has reached 1.0, and deprecated some earlier sub-packages. This required extensive reworking. What's more, the project now depends on PuliPHP.

The minimum PHP version for this package has also been raised to 5.5 which is the oldest supported PHP version.

No extra new features were added - those are coming soon.

PHP-HTTP changes

15 Dec 14:31
Compare
Choose a tag to compare

The php-http project has introduced some changes - versioning, class renames etc. These minor updates reflect this.

Carbon dating

08 Nov 17:42
Compare
Choose a tag to compare

The article and post entities now return Carbon instances in all date-related getters, as long as Carbon is installed. If not, everything works as usual.

New fields in Article Entity

08 Nov 11:35
Compare
Choose a tag to compare

authorUrl and missed bug

01 Nov 18:25
Compare
Choose a tag to compare
  • Minor fixes based on feedback from PHP-HTTP team
  • authorUrl getter added to Article entity

PHP-HTTP

01 Nov 16:35
Compare
Choose a tag to compare
  • Converted to PHP-HTTP, removed hard dependency on Guzzle 5
  • Modified Travis / Scrutinizer test configuration
  • Converted mock JSON files into pure JSON, stripped away headers

Fixed #30

14 Oct 09:16
Compare
Choose a tag to compare

Critical bug with custom entity factories fixed

Fixed bug #16

16 Jun 12:36
Compare
Choose a tag to compare

Finally fixed EntityIterator problems. I hope.

Fixed bug #15

16 Jun 06:55
Compare
Choose a tag to compare
0.4.3

Fixed #15

EntityIterator Fix

15 Jun 21:50
Compare
Choose a tag to compare

Fixed a minor bug in the EntityIterator where unsetting some of the entities by would cause the cursor to break on second iteration of the same iterator object.