Skip to content

Releases: alexthemaster/FileListSharp

v3.0.0

18 Dec 16:23
1699632
Compare
Choose a tag to compare
  • Use the HTTP client's ReadFromJsonAsync function instead of reading as text and deserializing
  • Breaking:
    • The .Tv property on FileListTorrent has been changed to .TV to adhere to stupid C# naming conventions (that are probably out of date)
    • Changed the return type for LatestAsync and SearchAsync to non-nullable, because we ALWAYS return a List, even if empty

ladies, gentlemen, and everyone in between, rest assured, I’m a professional developer. I definitely didn’t just bump the major version number twice this week for totally unnecessary reasons 👍

v2.0.1

14 Dec 12:48
0c9ac11
Compare
Choose a tag to compare
  • Use StringBuilder for FileListLatestParams' .toString()

v2.0.0

14 Dec 11:50
883641f
Compare
Choose a tag to compare
  • 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.

v1.0.0

14 Dec 11:40
40ae362
Compare
Choose a tag to compare
change query casing and use StringBuilder