Releases: ClarityCafe/Sagiri
Releases · ClarityCafe/Sagiri
v3.2.2
Release v3.1.1
Update dependency eslint-plugin-react to v7.21.4
Release v3.1.0
Changed
- Dependency Updates
v3.0.9
v3.0.8
v3.0.6
v3.0.5
v3.0.4
3.0.1
3.0.0
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
orSagiriServerError
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.