Skip to content

Releases: vercel/swr

0.4.1

28 Jan 19:50
67c3b25
Compare
Choose a tag to compare

Patches

  • Enhance: let config.isPaused works with react state: #871
  • Fix: add protection for navigator: #877
  • Ci: add GitHub Actions for CI: #879
  • Ci: remove Travis CI: #887
  • Docs: add isPaused() into the options: #888
  • Update default fetcher documentation in README.md: #891
  • Fix: revalidateOnFocus not working on '< iOS 14': #889
  • Refactor: use getter functions to avoid unnecessary re-renders: #890
  • Fix: add server check back for rAF: #899
  • Fix: react-hooks/exhaustive-deps warnings: #886
  • Test: add a test for useSWRInfinite with initialData: #894
  • Separate tests: #901
  • Refactor: fix all react-hooks/exhaustive-deps warnings in tests: #902
  • Docs: use a fake GraphQL endpoint instead of graph.cool: #904
  • Refactor: fix all react-hooks/exhaustive-deps warnings in useSWRInfinite: #905
  • Fix the revalidation condition of the first page: #895
  • Check key before calling callback: #856
  • Chore: format files: #915
  • Chore: rm duplicated tests: #914
  • Test: recognize type definition for screen of testing-library/react: #903
  • Chore: add a comment why fetcher accepts null: #918
  • Refactor: fix all react-hooks/exhaustive-deps warnings in useSWR: #927

Credits

Huge thanks to @huozhi, @koba04, @mcamis, @joshuakimDwan, @joakimgrr, and @promer94 for helping!

0.4.0

07 Jan 16:46
ec55b66
Compare
Choose a tag to compare

Minor Changes

  • Feature: provide config.isPaused indicating idle state and stop revalidation: #845
  • First page of useSWRInfinite should reuse the cache from useSWR: #799

Patches

  • Keep isValidating be true when there are two concurrent requests: #817
  • Fix act: #839
  • Fix: clear refresh timer on effects change and check it on starting new timer: #853
  • Add test for #852: #855

Credits

Huge thanks to @huozhi, @MoonBall, and @promer94 for helping!

0.3.11

20 Dec 17:58
7158af2
Compare
Choose a tag to compare

Patches

  • Fix #832: #833
  • Test(fetch) add test for default fetcher: #834

Credits

Huge thanks to @promer94 and @darrenjennings for helping!

0.3.10

19 Dec 13:19
b0b75b9
Compare
Choose a tag to compare

Patches

  • Fix: mark isValidating as false when key is falsy: #757
  • Fix README.md typo: #783
  • Fix: do mount check in config callback: #787
  • Update api-hooks example README.md: #790
  • Return '@null' if args is null ASAP: #767
  • Bump ini from 1.3.5 to 1.3.8: #806
  • Close #830: #831

Credits

Huge thanks to @huozhi, @mingcenwei, @promer94, @CrutchTheClutch, and @matamatanot for helping!

0.3.9

17 Nov 08:58
6b8b401
Compare
Choose a tag to compare

Patches

  • Replace rIC with rAF: #744
  • Fix race condition when calling mutate synchronously: #735
  • Refactor: support SSR in Deno: #754
  • Fix eslint error: #768
  • Fix mutateCallback types: #745
  • Add CodeSandbox CI: #769
  • Dispatch's payload type is actionType and run lint: #772
  • Fix suspense: #777

Credits

Huge thanks to @ije, @umidbekkarimov, @matamatanot, and @promer94 for helping!

0.3.8

01 Nov 10:35
dedc017
Compare
Choose a tag to compare

Patches

  • Allow passing null as the fetcher function for lazy execution: #730
  • Add test for mutate with async-fn: #739

Credits

Huge thanks to @maggo and @promer94 for helping!

0.3.7

29 Oct 14:23
0817515
Compare
Choose a tag to compare

Patches

  • Add README to examples: #716
  • Feat: make swr more configurable across platform: #690
  • Accept React 17 as a peer dependency: #725

Credits

Huge thanks to @thinceller, @huozhi, and @bcomnes for helping!

0.3.6

19 Oct 13:33
4d6be3d
Compare
Choose a tag to compare

Patches

  • Fix: missing dedupe in updaterInterface: #688
  • Doc: fix readme's Request Deduplication example: #699
  • Fix: error should not be cleared while revalidating: #701

Credits

Huge thanks to @huozhi and @Brew-Brew for helping!

0.3.5

25 Sep 18:04
651c368
Compare
Choose a tag to compare

Patches

  • Remove unnecessary dependencies from mutate and setSize: #665

0.3.4

23 Sep 16:52
bf4ed4b
Compare
Choose a tag to compare

Patches

  • Chore: swap fde for dequal: #655
  • Add React and Hook config for ESLint: #270

Credits

Huge thanks to @lukeed and @innocentiv for helping!