Releases: Bekacru/better-fetch
Releases · Bekacru/better-fetch
v1.1.0
🚀 Features
- Advanced Retry Options by @thejoekingmann 600abd2
- Plugin can define schema - by @Bekacru (c07db)
- Schemas support baseURL and prefix - by @Bekacru (a5c7b)
- Logger plugin - by @Bekacru (442fd)
- Plugins can define extra options - by @Bekacru (e5420)
- Dynamic Paramters - by @Bekacru (d28eb)
View changes on GitHub
v1.0.1
🚀 Features
- React Native Support - by @Bekacru (f128f)
- Dynamic Auth Header Values - by @Bekacru (f19a5)
- If throw true data is returned as it's - by @Bekacru (c0911)
🐞 Bug Fixes
- Thrown should be infered from the last call - by @Bekacru (c6c1b)
- Problem with parsing json on some cases - by @Bekacru (35850)
- Ts perf imporvements when using zod - by @Bekacru (5913b)
View changes on GitHub
v1.0.1-beta.1
v1.0.0
🚀 Features
- Auth headers - by @Bekacru (b57dc)
- Typed headers - by @Bekacru (d752d)
- Add custom type auth - by @Bekacru (98c38)
- Add url on request context - by @Bekacru (f43cf)
- Throw:true on create fetch forces data to be infered as data - by @Bekacru (b4794)
- V1 beta - by @Bekacru (7d4e4)
- Use false as error thrown generic flag - by @Bekacru (a0970)
- Default output and erros - by @Bekacru (0ca4f)
- Plugins api - by @Bekacru (7e65b)
- Retry interval - by @Bekacru (2de0e)
🐞 Bug Fixes
- Ci - by @Bekacru (1836f)
- Better-fetch base type should be compataible with the caller - by @Bekacru (acd3c)
- Routes should default types - by @Bekacru (8cb1b)
- Test - by @Bekacru (779f1)
- Return empty object instead of empty string on no body - by @Bekacru (672db)
- Auth supports function returning values - by @Bekacru (ad0f0)
- Schema type - by @Bekacru (92bdd)
- Better Fetch Type Shouldn't require generic - by @Bekacru (75a01)
- Remove react exports - by @Bekacru (7c8b7)
- Tsup config - by @Bekacru (2a16d)
- Remove type-fest dep - by @Bekacru (4fad0)
- Make plugin hooks optional - by @Bekacru (5d031)