Releases: alexthemaster/FileListSharp
Releases · alexthemaster/FileListSharp
v3.0.0
- Use the HTTP client's
ReadFromJsonAsync
function instead of reading as text and deserializing - Breaking:
- The
.Tv
property onFileListTorrent
has been changed to.TV
to adhere to stupid C# naming conventions (that are probably out of date) - Changed the return type for
LatestAsync
andSearchAsync
to non-nullable, because we ALWAYS return a List, even if empty
- The
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
- Use
StringBuilder
forFileListLatestParams
' .toString()
v2.0.0
- 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
andTvSeason
are replaced by.Tv.Episode
and.Tv.Season
.- The fields
Internal
,DoubleUp
,FreeLeech
, andModerated
now return1
or0
instead of boolean values.
v1.0.0
change query casing and use StringBuilder