Releases: ClarityCafe/Sagiri
Releases · ClarityCafe/Sagiri
v4.2.3
v4.2.2
What's Changed
- Bump denoland/setup-deno from 1.5.1 to 2.0.1 by @dependabot in #620
- Ensure files include the postinstall script by @sr229 in #621
Full Changelog: v4.2.1...v4.2.2
v4.2.1
What's Changed
- Bump actions/setup-node from 2 to 4 by @dependabot in #616
- Bump actions/checkout from 4.1.7 to 4.2.1 by @dependabot in #617
- Pin minimum version to Node.js v20 by @sr229 in #619
Full Changelog: v4.2.0...v4.2.1
v4.2.0
What's Changed
- Bump denoland/setup-deno from 1 to 2 by @dependabot in #611
- Fix CJS support by @sr229 in #612
- Bump node-fetch from 2.6.6 to 2.6.7 by @dependabot in #613
Full Changelog: 4.1.0...v4.2.0
v4.1.0
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
3.6.0
v3.5.0
What's Changed
- Bump eslint-plugin-react from 7.30.1 to 7.32.0 by @dependabot in #418
- Bump actions/checkout from 3.1.0 to 3.3.0 by @dependabot in #417
- Bump @types/bent from 7.3.2 to 7.3.3 by @dependabot in #413
- Bump eslint-config-prettier from 8.5.0 to 8.6.0 by @dependabot in #412
- Bump typescript from 4.7.4 to 4.9.4 by @dependabot in #414
- Bump @types/jest from 28.1.6 to 29.2.5 by @dependabot in #415
- Bump actions/setup-node from 1 to 3 by @dependabot in #433
- Bump eslint-plugin-react from 7.32.0 to 7.32.2 by @dependabot in #428
- Bump eslint-plugin-import from 2.26.0 to 2.27.5 by @dependabot in #424
- Bump jest from 28.1.3 to 29.5.0 by @dependabot in #434
- Bump ts-jest from 29.0.3 to 29.1.0 by @dependabot in #439
- Bump eslint from 8.31.0 to 8.38.0 by @dependabot in #440
- Bump actions/checkout from 3.3.0 to 3.5.2 by @dependabot in #442
- Bump eslint-config-prettier from 8.6.0 to 8.9.0 by @dependabot in #452
- Bump @types/node from 18.11.18 to 20.4.5 by @dependabot in #450
- Bump jest from 29.5.0 to 29.6.2 by @dependabot in #451
- Bump actions/checkout from 3.5.2 to 3.5.3 by @dependabot in #448
- Bump prettier from 2.7.1 to 3.0.0 by @dependabot in #446
- Bump @typescript-eslint/eslint-plugin from 5.48.0 to 6.2.0 by @dependabot in #449
- Bump actions/checkout from 3.5.3 to 4.0.0 by @dependabot in #470
- Bump eslint from 8.38.0 to 8.48.0 by @dependabot in #467
- Bump @typescript-eslint/parser from 5.48.0 to 6.6.0 by @dependabot in #469
- Bump nock from 13.2.9 to 13.3.3 by @dependabot in #463
- Bump eslint-plugin-react from 7.32.2 to 7.33.2 by @dependabot in #462
- Bump @types/node from 20.4.5 to 20.8.7 by @dependabot in #499
- Bump actions/checkout from 4.0.0 to 4.1.1 by @dependabot in #498
- Bump @types/debug from 4.1.7 to 4.1.10 by @dependabot in #497
- Bump eslint-plugin-prettier from 4.2.1 to 5.0.1 by @dependabot in #493
- Bump eslint from 8.48.0 to 8.51.0 by @dependabot in #489
- Bump @typescript-eslint/eslint-plugin from 6.2.0 to 6.8.0 by @dependabot in #496
- Bump eslint from 8.48.0 to 8.52.0 by @dependabot in #500
- Bump actions/setup-node from 3 to 4 by @dependabot in #506
- Bump typescript from 4.9.4 to 5.3.3 by @dependabot in #513
- Bump @types/bent from 7.3.3 to 7.3.8 by @dependabot in #509
- Bump ts-jest from 29.1.0 to 29.1.1 by @dependabot in #503
- Bump eslint-config-prettier from 8.9.0 to 9.1.0 by @dependabot in #512
- Bump nock from 13.3.3 to 13.5.0 by @dependabot in #514
- Bump actions/checkout from 4.1.1 to 4.1.2 by @dependabot in #520
- Bump eslint-plugin-import from 2.27.5 to 2.29.1 by @dependabot in #515
- Bump ts-node from 10.9.1 to 10.9.2 by @dependabot in #517
- Bump eslint-plugin-react from 7.33.2 to 7.34.1 by @dependabot in #518
- Bump @typescript-eslint/parser from 6.6.0 to 6.21.0 by @dependabot in #519
- Bump eslint from 8.52.0 to 9.0.0 by @dependabot in #521
Full Changelog: v3.4.0...3.5.0
v3.4.0
What's Changed
- Bump @types/node from 16.11.47 to 18.6.3 by @dependabot in #300
- Bump @typescript-eslint/eslint-plugin from 5.32.0 to 5.48.0 by @dependabot in #410
- Fix bitmask generation by @Kotosif in #361
- Bump ts-jest from 28.0.7 to 29.0.3 by @dependabot in #348
- Bump actions/checkout from 2 to 3.1.0 by @dependabot in #354
- Bump @types/node from 18.6.3 to 18.11.18 by @dependabot in #407
- Bump @typescript-eslint/parser from 5.32.0 to 5.48.0 by @dependabot in #409
- Bump eslint from 8.21.0 to 8.31.0 by @dependabot in #408
New Contributors
- @dependabot made their first contribution in #300
- @Kotosif made their first contribution in #361
Full Changelog: v3.2.3...v3.4.0