- Fix Lints
- Added
include_image_language
option to movie/tvgetDetails
. Thanks to (@0Franky) - Added POST/DELETE/PUT endpoint requests now include the dataBody via Map. Thanks to (@johndunne)
- Added support for watch providers.
- Dependencies upgrade
- Migrated dio exception changes
5c1311e01ea412f5466243b5d9939b5d546a824d
- Dependencies upgrade
- Fixed a bug in
v3.tv.getVideos
were returning tv details instead of the videos #91. Thanks to (@bdstph) - Upgraded dio version to 5.1.1 to mitigate known CRLF vulnerability #92. Thanks to (@doorknob88)
- Dependencies upgrade
- Change tvId type in aggregateCredits to int (#84)
- Add language query to trending (#85)
- Upgraded outdated dependencies
- Added
defaultLanguage
parameter (#81) - Upgraded outdated dependencies
- Replaced
http
package withdio
(#57) - Removed depricated exceptions (#77)
NullValueException
InvalidDataException
- Fixed some typos (#70)
- Improved logging interface (#75)
- Nullsafety to stable
- Require dart sdk
>=2.14.0 <3.0.0
- Fixed lint warnings
- Upgraded dependencies
This version adds nullsafety. So there are some breaking changes.
- Features
- Issues Fixed
- Fixed typeerror #36 by @RatakondalaArun
- Added watch providers method #37 by @RatakondalaArun
- Issues Fixed
- Added missing method #28 by @srihariash999
- Optional Queries #30 by @is8r
- Added missing method #31 by @RatakondalaArun
- Feature
- Added page support for trending items #24 by @Viswanth1038
- Fixed #14
- flutter web support
- TMDBSocketException is Deprecated
- Doesn't throw
TMDBSocketException
if internet connection is not avaliable.
- Fixed append to response bug. #16
- Thanks to @Viswanth1038 for contributing this fix.
bug fix
- Bug fix by @Arley011 with PR #13
- All the exceptions now implements
TMDBException
- Throw
TMDBSocketException
if internet connection is not avaliable. There are some breaking changes
- Added Logger.
- previous version was causing unwanted console logs so i removed it.
But you can still access those logs using logConfig parameter
in
TMDB
class.
- previous version was causing unwanted console logs so i removed it.
But you can still access those logs using logConfig parameter
in
- Initial Release