Releases: canihavesomecoffee/theTVDbAPI
Bugfix - fixing PHPDocs (2)
Fixes issue when theTVDb returns an integer where a float was expected. Tests updated to cover this case.
Bugfix - fixing PHPDocs
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
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
The default merge behaviour for the fallback language generator has been modified to by default merge the classes now.
Bugfix version (2)
Fixes a missing dependency which causes a crash
Bugfix version
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
First public release of theTVDbAPI.