Skip to content

Releases: nCubed/TheMovieDbWrapper

Release v1.3.1 - Minor fix for discover movies

17 Aug 15:43
Compare
Choose a tag to compare
Update nuget package to v1.3.1 and publish to nuget.

Release v1.3.0 - add support for movie recommendations and movie discovery

16 Aug 14:46
Compare
Choose a tag to compare
Update nuget package to v1.3.0 and publish to nuget.

Release v1.2.0 - upgrade to net6.0 and vs 2022

27 Jun 14:41
2a1c581
Compare
Choose a tag to compare

v1.2.0 is only a .net framework and tooling upgrade. No new functionality has been added.

Release v1.1.0 - add support for TV Show Seasons

09 Dec 17:35
Compare
Choose a tag to compare

v1.1.0 adds support for TV Show Seasons. See the repo ReadMe of v1.0.x release notes for a minor breaking change from releases < 1.0.

Release v1.0.0 - upgrade to net5.0 and use Bearer Token for Auth

27 Oct 16:01
Compare
Choose a tag to compare

v1.0.0 is a full upgrade to net5.0. This release now uses TheMovieDb.org's Bearer Token for authentication; this change introduces a minor breaking change from the prior releases. See the ReadMe for full details as you will need to update your implementation to provide the new Bearer Token with the RegisterSettings method.

Release v0.9.0 - upgrade to .netstandard, vs 2019.

28 Oct 18:35
c6603e9
Compare
Choose a tag to compare

v0.9.0 is a full upgrade from Visual Studio PCL class library to the now recommeneded .netstandard class library. Also resolves a few issues introduced by some breaking changes by themoviedb.org's api.

Refer to the Nuget v0.9.0 package for project integration.

Release v0.8.2 - Very minor release to include the raw JSON returned from the query.

26 Feb 22:58
Compare
Choose a tag to compare

When troubleshooting an API call to themoviedb.org, it is helpful to view the raw JSON returned from the query. This updates adds a new property the query response with the raw JSON received from themoviedb.org.

Release v0.8.1 - Very minor release to resolve Xamarin.UWP project issue

11 Dec 20:37
Compare
Choose a tag to compare

Resolved minor issue with Xamarin.UWP project. Closes issue #16 .

Release v0.8.0 - Migrated project to .netstandard 1.1 for cross-platform support.

27 Nov 20:41
Compare
Choose a tag to compare

This release provides full support for .netstandard 1.1 and is now cross-platform compatible for Xamarin, iOS, Android, and all flavors of .net.

Release v0.7.2

26 Nov 01:32
Compare
Choose a tag to compare

Extended Newtonsoft.IsoDateTimeConverter to allow partial dates; fallback to default(DateTime) when date is malformed and suppress the exception. During debug, the date value being parsed will be emitted to the Trace log.