Skip to content

Releases: canihavesomecoffee/theTVDbAPI

Bugfix - fixing PHPDocs (2)

10 Apr 19:32
Compare
Choose a tag to compare

Fixes issue when theTVDb returns an integer where a float was expected. Tests updated to cover this case.

Bugfix - fixing PHPDocs

10 Apr 19:12
Compare
Choose a tag to compare

Bugfix release to fix a couple of wrongly typed documentation.

Also made a couple of fields nullable, and added a description for a missing explanation of a field.

Change data parsing

10 Apr 18:48
Compare
Choose a tag to compare

This release changes the way the data parser is initialized, so that the serializer now will use the PhpDocExtractor to infer the types of the objects. This fixes an issue that was discovered where an object inside an object wouldn't be correctly initialized.

A test for this behaviour was added, and some bugs in the tests that came to light were also fixed.

Change merge behaviour

06 Oct 21:54
Compare
Choose a tag to compare

The default merge behaviour for the fallback language generator has been modified to by default merge the classes now.

Bugfix version (2)

10 Sep 10:20
Compare
Choose a tag to compare

Fixes a missing dependency which causes a crash

Bugfix version

10 Sep 10:05
Compare
Choose a tag to compare

This version fixes two bugs:

  • Wrong method that caused most of the requests to return an HTTP status code of 405
  • A failing test due to the microseconds introduced in php 7.1

Initial release

09 Sep 21:36
Compare
Choose a tag to compare

First public release of theTVDbAPI.