Releases: NoppesTheFolf/E621Client
Releases · NoppesTheFolf/E621Client
0.9.0
0.8.2
E621Client:
- Add
Invalid
to theTagCategory
enum - Support similarity cutoff score for IQDB searches
- Support IQDB searches by post ID
E621Client.DbExport:
- Bump HtmlAgilityPack to 1.11.50
0.8.1
E621Client:
- Increased number of tags that can be searched through when using GetPostsAsync from 6 to 40.
E621Client.DbExport:
- Bump CsvHelper to 30.0.1
- Bump HtmlAgilityPack to 1.11.49
0.8.0
E621Client:
- Added support for working with database exports in a separate NuGet package: Noppes.E621.DbExport.
- Before, a post's total score got calculated based on its up- and downvotes. E621Client now uses the total score returned by the API.
- Added the ability to pass a HttpCompletionOption to GetStreamAsync. This means you now have the option to not download all the data at once into memory (.NET default), but stream it efficiently.
- Bump Flurl.Http to 3.2.4
E621Client.DbExport:
- First release! 🎉
0.7.2
- Bump Flurl.Http to 3.2.2
0.7.1
- Fix parsing of invalid URLs when retrieving artists
0.7.0
- Implemented the retrieval of artists.
- e621 decided to change the maximum number of tags that can be retrieved in a single call. Constant has been updated.
0.6.0
- Add support for retrieving pools.
- Bump Flurl.Http to 3.2.0
0.5.1
- The
IE621Client
interface now implementsIDisposable
. - Validating credentials on log in is now opt-out.
0.5.0
- The concrete
E621Client
class now has an interface behind it:IE621Client
. This allows for mocking using a mocking framework. - The builder its return type has been changed to
IE621Client
. - The constants previously defined in
E621Client
have been moved toE621Constants
.
Thanks to Gizmo for suggesting and implementing these changes.