Skip to content

Releases: micene09/scarlett

v2.0.7

04 May 20:30

Choose a tag to compare

🍻 What's Changed

  • build(deps-dev): bump vitest from 2.1.8 to 2.1.9 by @dependabot in #29
  • build(deps): bump vite from 5.0.11 to 5.4.14 by @dependabot in #28
  • Update Node LTS 22.x + Yarn 4.7.x by @pablobbb in #31
  • Implement audit script + update minor and major dependencies by @pablobbb in #32

Full Changelog: v2.0.6...v2.0.7

v2.0.6

05 Jan 14:23

Choose a tag to compare

🥂 What's changed

  • Upgraded any internal dependency
  • Simplified Rollup build excluding types

📖 Full Changelog: v2.0.5...v2.0.6

v2.0.5

12 Mar 09:22

Choose a tag to compare

👉 What's changed

📖 Full Changelog: v2.0.4...v2.0.5

v2.0.4

24 Sep 19:16

Choose a tag to compare

  • Improved type inference when setting options
  • Improved and exposing Standard Fetch API native options

Full Changelog: v2.0.3...v2.0.4

v2.0.3

06 Sep 09:34

Choose a tag to compare

  • More documentation improvements
  • Fix Rest Client Builder implementations and overrides behaviours
  • Add more options override tests

Full Changelog: v2.0.2...v2.0.3

v2.0.2

09 Aug 13:43

Choose a tag to compare

Fix npm publish folders.

v2.0.1

09 Aug 13:18

Choose a tag to compare

Fix types export.

v2.0.0

09 Aug 08:05

Choose a tag to compare

🚀 Version 2.0

  • New website and documentation: link
  • Rewrite to increase modularity at core level
  • Improved type level checks and type inference
  • Introduced Functional and Class APIs
  • Add auto-expire logic on built-in cache

🛠️ Breaking changes

  • Removed RestClient class as default export
  • Renamed option internalCache to cacheInMemory

Visit the migration guide to boost the update process.

v1.5.0

14 May 22:23

Choose a tag to compare

💎 Improvements

  • Update node 18 lts by @pablobbb in #6
  • Improved typings on hooks (onRequest, onResponse, onError) and on throwExcluding's callbacks
  • Improved typings on RestError, RestOptions and RestClient
  • Wiki page
  • Updated readme.md

⚙️ Internals

  • Updated dependencies
  • Added pull requests status checks

Full Changelog: v1.4.1...v1.5.0

v1.4.1

30 Jun 13:49

Choose a tag to compare

  • Fixed build errors
  • Doc image updated