Releases: tonykaralis/TmdbEasy
Releases · tonykaralis/TmdbEasy
v1.1.0
- 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
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