Skip to content

v2.0.0

Compare
Choose a tag to compare
@alexthemaster alexthemaster released this 14 Dec 11:50
· 4 commits to master since this release
883641f
  • Replaced Newtonsoft.Json with .NET's System.Text.Json for improved performance and native support.
  • Refactored FileListTorrent from a class to a record for better immutability and value-based equality.
  • Breaking: FileListTorrent now mirrors the API response exactly.
    • TvEpisode and TvSeason are replaced by .Tv.Episode and .Tv.Season.
    • The fields Internal, DoubleUp, FreeLeech, and Moderated now return 1 or 0 instead of boolean values.