Skip to content

Releases: NoppesTheFolf/E621Client

0.9.0

06 Jul 19:59
Compare
Choose a tag to compare

E621Client:

  • Bump Flurl.Http from 3.2.4 to 4.0.2
  • Support limit parameter on endpoint that allows retrieving favorites
  • Rename GetTagsByNames to GetTagsByNamesAsync

E621Client.DbExport:

  • Bump CsvHelper from 30.0.1 to 33.0.1
  • Bump HtmlAgilityPack from 1.11.50 to 1.11.61

0.8.2

06 Jul 19:52
Compare
Choose a tag to compare

E621Client:

  • Add Invalid to the TagCategory 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

06 Jul 18:02
Compare
Choose a tag to compare

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

02 Jul 18:22
Compare
Choose a tag to compare

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

03 Feb 20:13
Compare
Choose a tag to compare
  • Bump Flurl.Http to 3.2.2

0.7.1

30 Aug 08:56
Compare
Choose a tag to compare
  • Fix parsing of invalid URLs when retrieving artists

0.7.0

28 Aug 22:59
Compare
Choose a tag to compare
  • 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

06 Aug 12:41
Compare
Choose a tag to compare
  • Add support for retrieving pools.
  • Bump Flurl.Http to 3.2.0

0.5.1

30 Mar 13:37
Compare
Choose a tag to compare
  • The IE621Client interface now implements IDisposable.
  • Validating credentials on log in is now opt-out.

0.5.0

21 Mar 17:35
Compare
Choose a tag to compare
  • 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 to E621Constants.

Thanks to Gizmo for suggesting and implementing these changes.