Releases: alexthemaster/FileListSharp
Releases · alexthemaster/FileListSharp
v3.0.0
- Use the HTTP client's
ReadFromJsonAsyncfunction instead of reading as text and deserializing - Breaking:
- The
.Tvproperty onFileListTorrenthas been changed to.TVto adhere to stupid C# naming conventions (that are probably out of date) - Changed the return type for
LatestAsyncandSearchAsyncto 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
StringBuilderforFileListLatestParams' .toString()
v2.0.0
- Replaced Newtonsoft.Json with .NET's
System.Text.Jsonfor improved performance and native support. - Refactored
FileListTorrentfrom a class to a record for better immutability and value-based equality. - Breaking:
FileListTorrentnow mirrors the API response exactly.TvEpisodeandTvSeasonare replaced by.Tv.Episodeand.Tv.Season.- The fields
Internal,DoubleUp,FreeLeech, andModeratednow return1or0instead of boolean values.
v1.0.0
change query casing and use StringBuilder
