Skip to content

Releases: ClarityCafe/Sagiri

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.

2.0.3

24 Oct 14:02
92469d9
Compare
Choose a tag to compare

Changed

  • We now return ratings as intended - #113
  • Tests are now done locally via nock - #113

2.0.2

18 Aug 01:04
3f74b45
Compare
Choose a tag to compare

Changed

  • Codebase now uses Clarity ESLint config.

Removed

  • Rollup bundling

2.0.1

11 Aug 00:04
c2a3d28
Compare
Choose a tag to compare

Changed

  • Fixed typo with the similarity key.

2.0.0

03 Aug 11:03
bc7d486
Compare
Choose a tag to compare

Changed

  • Rewrite the library from the ground up in TypeScript
  • Make the LICENSE file a markdown file
  • Also build Node v12 on TravisCI
  • Use Jest as test framework
  • TypeScript based ESLint config
  • Editorconfig for standardised formatting

Added

  • Rollup bundling
  • Automatic doc generation
  • Inclusion of docs in README.md
  • Inclusion of this CHANGELOG.md
  • GitHub templates

1.5.4

02 Aug 01:42
Compare
Choose a tag to compare
1.5.4

1.5.3

14 Apr 08:13
Compare
Choose a tag to compare
Signed-off-by: Capuccino <[email protected]>

1.5.0

04 Mar 13:55
Compare
Choose a tag to compare
Signed-off-by: Capuccino <[email protected]>

1.4.3

14 Mar 05:08
Compare
Choose a tag to compare
maintenance bump

1.4.2

10 Feb 06:54
Compare
Choose a tag to compare
  • Support more sites

As always, if you encounter issues, open up an issue.