Skip to content

Releases: cicerchie/svelte-swr

v0.0.12

22 Aug 18:42
Compare
Choose a tag to compare

0.0.12 (2021-08-22)

Bug Fixes

  • make data & error optional field; use context const in useSWR (82f0e20)
  • remove useless default option (7f89188)

v0.0.11

22 Aug 18:21
Compare
Choose a tag to compare

0.0.11 (2021-08-22)

Bug Fixes

  • remove newClient from useSWR: client already exists there (b957c17)
  • simplify defaultSWRParams (b02eb7b)

v0.0.10

22 Aug 13:24
Compare
Choose a tag to compare

0.0.10 (2021-08-22)

Bug Fixes

v0.0.9

22 Aug 12:47
Compare
Choose a tag to compare

0.0.9 (2021-08-22)

Bug Fixes

  • add Client and methods for Svelte Context; add onError handling in receiveFn() (ee64b62)

v0.0.8

22 Aug 12:13
Compare
Choose a tag to compare

0.0.8 (2021-08-22)

Bug Fixes

  • add final type for useSWR; change some types name; add type to isEnabled helper (631a14d)

v0.0.7

21 Aug 18:21
Compare
Choose a tag to compare

0.0.7 (2021-08-21)

Bug Fixes

  • rename newSWR to useSWR (672bf85)

v0.0.6

21 Aug 12:02
Compare
Choose a tag to compare

0.0.6 (2021-08-21)

Bug Fixes

  • merge default options too (8c9dfdc)

v0.0.5

21 Aug 11:58
Compare
Choose a tag to compare

0.0.5 (2021-08-21)

Bug Fixes

  • add enabled option type (a59472d)
  • make enabled option optional (7d3bcc0)

v0.0.4

21 Aug 10:20
Compare
Choose a tag to compare

0.0.4 (2021-08-21)

Bug Fixes

  • add revalidating cond; add enabled option (5133e15)
  • do not start with loading true: check if on revalidating (bfb36fb)
  • increase global indicator on invoke (9a7187c)

v0.0.3

20 Aug 22:48
Compare
Choose a tag to compare

0.0.3 (2021-08-20)

Bug Fixes

  • simplify/change "revalidating" state removing action using entry (c94e838)