Skip to content

Releases: ClarityCafe/Sagiri

v4.1.0

27 Aug 14:52
Compare
Choose a tag to compare
  • NEW - Library now passes Deno tests. Any forthcoming change should always pass through the test suite.
  • NEW - Library now supports Blob. This is useful for Browser compatibility. Report any bugs if you find any!

v4.0.0

26 Aug 18:37
Compare
Choose a tag to compare

What's Changed

  • BREAKING - Interfaces have been renamed to use the hungarian notation style (e.g. SagiriResult is now ISagiriResult). Please adapt your code accordingly.
  • BREAKING - ESM support has been added to allow the module to be used on Node.js 16+ code that uses ESM code.
  • BREAKING - Bun and Deno support has been added. Library contributors are encouraged to try the library on these platforms and avoid any Node.js specific code.
  • NEW - Package is now published in the JSR registry. To install the package, run deno install jsr:@clarity/sagiri.
  • NEW - Library now uses the native Fetch API. A node-fetch fallback is provided for LTS versions below 21.x - however this will be removed once 18 and 20.x versions become deprecated.

Full Changelog: 3.6.0...v4.0.0

3.6.0

10 Apr 14:32
f11d712
Compare
Choose a tag to compare

What's Changed

  • Ensure tokens are validated by @sr229 in #527
  • Fully support Index eHentai (idx 38) by @sr229 in #528

Full Changelog: 3.5.0...3.6.0

v3.5.0

10 Apr 03:09
ffd5888
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.4.0...3.5.0

v3.4.0

04 Jan 07:10
26be307
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.2.3...v3.4.0

v3.2.3

04 Aug 02:43
520c571
Compare
Choose a tag to compare

What's Changed

  • Remove inactive maintainer references and fix description by @sr229 in #298
  • Upgrade CI to latest LTSes by @sr229 in #299

Full Changelog: v3.2.2...v3.2.3

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