author:
- Mithun Ayachit title: Version History for TMDB ...
- Fix #6 -- Add
IO::Socket::SSL
andNet::SSLeay
as dependencies
- Fix #4 Dies with 'Wide character in subroutine entry' in Session.pm
- Fix #5 Specifying a custom JSON object does not work
- Add documentation about TV shows (lost from PR)
- Fix dependencies in Build.PL
- Add TV support. Implemented by Sarah Fortune
- Remove JSON::Any in favor of JSON::MaybeXS
- Bump version to allow change in version number strategy
- No functional changes. Use semver and move bugtracker to github-issues
- Add support to find from external sources like IMDB
- [POD Updates] Fix link to API documentation
- [RT#94609] Fix year regex for
discover
. Also added support for prinmary_release_year. Thanks KENTNL. - Use the SSL endpoint. This can be overriden in the constructor
- Attempt to check the API status responses
- [RT#92190] add helpers for hompeage and movie studios
- [RT#91676] fix issue where an exception was thrown for unavailable backdrops and other info fields
- [RT#86184] Fix movie search when a year is used
- add support for movie discovery
- added support to search for lists, keywords and collections
- added support for person/latest and person/popular
- fix movie/latest API call. Document upcoming API
- added lists, reviews and changes to movies API
- Read logo, secure URLs and change keys from Config
- updated API documentation and support links
- [RT #85530] Fixed issue where API results were being double (utf8) encoded. Thanks david
- Do not try to print a hashref when debugging
- [minor] code formatting tweaks
- Fixed POD errors reported by metacpan
- Added support for the following API calls:
/genres
/company
/movies/:id/similar_movies
/movie/upcoming
- Better language support. Most API calls will now actually pass along language preferences
- Pagination: The default number of pages fetched is now 1. This used to be 5
- Some internal code cleanup
- Fixed HTTP::Tiny dependency
- Added lists for popular, now_playing and top_rated
- Moved latest movie into a search method
- Document search configuration
- No changes. 0.04_03 is now promoted to a stable release
- More POD changes
- Updated minimum dependencies
- Indent code blocks in POD by one more level
- Code Re-write
- uses TMDb APIv3
- Updated to use JSON instead of YAML
- Fixed Makefile.PL
- Initial Release