Releases: php-tmdb/api
Releases · php-tmdb/api
Widens new versions further
- Deprecated older phpunit versions
Widen composer dependencies
As this shouldn't incur any breaking changes, releasing as a patch.
Thanks @neildaniels for #254
Allow newer psr log versions
Merge pull request #253 from JeroenDeDauw/support-psr-log-3 Allow installation with psr/log 2.x and 3.x
Adds episode feature and small bugfixes
What's Changed
- ReleaseDate === "" (empty) should be set to null by @ptheofan in #244
- bugfix: Episode empty AirDate returns wrong DateTime by @ptheofan in #243
- Add PHP 8.1 type hints for ArrayAccess, IteratorAggregate, and Countable by @neildaniels in #247
- Tv episode groups by @wtfzdotnet in #248
- Tv episode groups by @sheriffmarley in #245
New Contributors
- @ptheofan made their first contribution in #244
- @sheriffmarley made their first contribution in #245
Full Changelog: 4.0.9...4.0.10
Small feature release
Fixes unit tests
4.0.8 Fix unit tests
Contains some small fixes
Fixes small issue within the tv show model
Fixes issue with getting languages from a tv show model ( #233 )
Contains small PHP8 fix
Merge pull request #234 from neildaniels/php-8-fixes PHP 8 Fixes
Fixes issue with DateTime objects.
- Fixes #229, would interpret null as a valid input for current datetime objects.