Releases: micene09/scarlett
Releases · micene09/scarlett
v2.0.7
🍻 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
🥂 What's changed
- Upgraded any internal dependency
- Simplified Rollup build excluding types
📖 Full Changelog: v2.0.5...v2.0.6
v2.0.5
v2.0.4
- 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
- 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
v2.0.1
v2.0.0
🚀 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
RestClientclass as default export - Renamed option
internalCachetocacheInMemory
Visit the migration guide to boost the update process.
v1.5.0
💎 Improvements
- Update node 18 lts by @pablobbb in #6
- Improved typings on hooks (
onRequest,onResponse,onError) and onthrowExcluding's callbacks - Improved typings on
RestError,RestOptionsandRestClient - Wiki page
- Updated
readme.md
⚙️ Internals
- Updated dependencies
- Added pull requests status checks
Full Changelog: v1.4.1...v1.5.0