Releases: s3xysteak/vfetcher
Releases · s3xysteak/vfetcher
v0.9.0
🚀 Features
- Update
ofetch
. Update deps. - by @s3xysteak (71123) - Introduce new option
transform
- by @s3xysteak (6b051) - Introduce new option
default
- by @s3xysteak (c4c1c)
View changes on GitHub
v0.8.0
🚀 Features
- When using
pollingInterval
andimmediate: false
, it will start polling afterexecute
is called for the first time. - by @s3xysteak (84f62)
View changes on GitHub
v0.7.0
🚨 Breaking Changes
- Refactor useFetch with useAsyncData - by s3xysteak (00a5b)
🚀 Features
- UseAsyncData - by s3xysteak (863d6)
View changes on GitHub
v0.6.1
🐞 Bug Fixes
- ResponseType of
useFetch
should be 'json' in default - by @s3xysteak (d7804)
View changes on GitHub
v0.6.0
🚨 Breaking Changes
- It is no need to resolve x-www-form-urlencoded - by @s3xysteak (b3d06)
View changes on GitHub
v0.5.2
🐞 Bug Fixes
- Status/pending/data should be changed in the same tick - by @s3xysteak (31141)
View changes on GitHub
v0.5.1
🐞 Bug Fixes
- Status should be changed to success after data has been changed. - by @s3xysteak (89eb9)
View changes on GitHub
v0.5.0
v0.4.3
v0.4.2
🚀 Features
- Automatically resolve
x-www-form-urlencoded
- by @s3xysteak (4a522)