v4.0.0
What's Changed
- BREAKING - Interfaces have been renamed to use the hungarian notation style (e.g.
SagiriResult
is nowISagiriResult
). 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