Skip to content

Releases: tonykaralis/TmdbEasy

v1.1.0

03 Aug 11:52
Compare
Choose a tag to compare
  • Downgrade Microsoft Dependency Injection package to 2.2.0 for compatibility
  • Finishes up TelevisionAPI and MovieApi tests
  • BUG FIX #27

Breaking changes

  • MovieApi.getChangesAsync() - removed the unnecessary wrapper class from the return value, see [01fb87a]
  • GetContentRatingsAsync() - - removed the unnecessary wrapper class from the return value, see [01fb87a]

v1.0.0

03 Aug 11:46
69f545b
Compare
Choose a tag to compare

Major refactor includin several breaking changes.

  • Now supports ASP.NET Core DI out of the box.
  • Compatible with other DI frameworks as well
  • Easy to configure and get started, general improvements regarding developer experience
  • Refactored internals
  • Uses HttpClient