Releases: micene09/scarlett
Releases · micene09/scarlett
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
RestClient
class as default export - Renamed option
internalCache
tocacheInMemory
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,
RestOptions
andRestClient
- Wiki page
- Updated
readme.md
⚙️ Internals
- Updated dependencies
- Added pull requests status checks
Full Changelog: v1.4.1...v1.5.0