Releases: vfalies/tmdb
Releases · vfalies/tmdb
[1.12] - 2021-08-20
[1.11] - 2021-04-29
Updated
- Compatibility code & tests from PHP 7.1 to PHP 8.0
Added
- Add log to change items
[1.10] - 2021-04-24
Updated
Implementing Item Changes: Thanks to Steve Richter for implementation
- Implement checkOptionDate and checkOptionDateRange in Tmdb & Tests
- Implement Change and Change Result, Implement itemChangeGenerator
- Add Tests for Change endpoint
- PHPCSFixer changes, Fix comments in various files
- Add Tests for Change Result
- Refactor date option validation
- Add Tests for Exceptions in Change class
- Fix getAdult() in Change Result
- Refactor Change class to better describe its purpose …
- Add support for retrieving changes to an item …
- Implement getChangeKeys method on ItemChanges Item Abstract
- Clean up code/comments, Rename TVItemChanges -> TVShowItemChanges
- Implement getItemChanges and getChanges methods on Items …
- Add Tests
- Apply Scrutinizer Fixes
- Update tests
[1.9] - 2020-09-27
Added
- Add find feature to find a movie / people / tv shows / tv episodes / tv seasons from external ID
(IMDb, TVDb, TVRage, Faceboo, Twitter, Instagram) - Add all documentations in README.md
Changed
- Replace deprecated phpunit methods assertInternalType in all tests
- Fix Bug#49 #49 (comment)