Skip to content

v4.0.0

Compare
Choose a tag to compare
@sr229 sr229 released this 26 Aug 18:37
· 55 commits to master since this release

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