Tags: edumudu/swr-vue
Tags
chore(release): 1.8.0 [skip ci] # [1.8.0](v1.7.3...v1.8.0) (2022-09-12) ### Bug Fixes * **mutate:** serialize key passed for global mutate function ([d00fd46](d00fd46)) * skip dedup when call mutate ([7481166](7481166)) * **types:** fix mutate type to accepts raw values ([ef4610b](ef4610b)) ### Features * **check-types:** add isUndefined and isObject util functions ([3a1c52e](3a1c52e)) * **key:** change function to hash keys ([3ffabf5](3ffabf5)) * **mutate:** allow revalidate composables via mutate function ([dcc177b](dcc177b))
chore(release): 1.7.3 [skip ci] ## [1.7.3](v1.7.2...v1.7.3) (2022-09-06) ### Bug Fixes * **dedup:** fix dedup when already has cache ([675153f](675153f)) * **useSWR:** fix erro and data type missing undefined ([9428cdc](9428cdc)) * **useSWR:** verify if is in client before use browser APIs ([6e82799](6e82799))
chore(release): 1.7.0 [skip ci] # [1.7.0](v1.6.0...v1.7.0) (2022-08-29) ### Bug Fixes * fix build type declarations ([7f97e97](7f97e97)) * fix delayed cache sync ([45ae7cd](45ae7cd)) * **types:** fix CacheState types ([87da2a7](87da2a7)) * **useSWR:** fix not getting stale data until fetcher resolves when key change ([b54e131](b54e131)) ### Features * accept ref as key ([7b3d793](7b3d793)) * add refreshInterval ([8ffab38](8ffab38))
chore(release): 1.4.0 [skip ci] # [1.4.0](v1.3.0...v1.4.0) (2022-07-18) ### Bug Fixes * add deduping feature ([81a5b21](81a5b21)) * fix mergeConfigs function typing ([620c089](620c089)) * make default cache reactive ([7e7acde](7e7acde)) ### Features * add expected behavior from mutate function ([e481a29](e481a29))
PreviousNext