Skip to content

Releases: ClarityCafe/Sagiri

v3.2.2

04 Aug 02:29
37fefb6
Compare
Choose a tag to compare

What's Changed

  • Add some sites support, refactoring, fix eslitnt, add Prettier and update deps, update Node version by @AgentRBY in #296

New Contributors

Full Changelog: v3.1.1...v3.2.2

Release v3.1.1

10 Oct 13:20
ba64ed0
Compare
Choose a tag to compare
Update dependency eslint-plugin-react to v7.21.4

Release v3.1.0

09 Jun 02:19
Compare
Choose a tag to compare

Changed

  • Dependency Updates

v3.0.9

29 May 09:28
Compare
Choose a tag to compare

Changed

  • Migrated to GitHub Actions
  • Dependency updates

v3.0.8

20 May 01:21
Compare
Choose a tag to compare

Changed

  • Added more resolution for DeviantArt metadata.

v3.0.6

04 May 10:48
Compare
Choose a tag to compare
  • Linting Fixes.
  • Dependency updates.

v3.0.5

08 Apr 15:12
cb22f15
Compare
Choose a tag to compare
  • Update dependencies
  • Add funding field to package.json
  • Update Github FUNDING.yml

v3.0.4

02 Mar 23:25
Compare
Choose a tag to compare
v3.0.4

3.0.1

29 Oct 21:33
83eb482
Compare
Choose a tag to compare

Changed

  • Fix how Sagiri handled headers in form-data (#125)

3.0.0

29 Oct 01:45
Compare
Choose a tag to compare

Changed

  • Completely redo API to a simpler, FP inspired interface. Main export is now a function instead of a class.
  • Options have been renamed to make more sense.
  • getRatings has been removed due to implementation quirks, but may come back in a future release.

Added

  • Errors from SauceNAO are properly thrown as a SagiriClientError or SagiriServerError and actually give the error message.
  • Logging via the debug module now exists to help triage issues.
  • It is now possible to override default options when fetching results.