-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Comparing changes
Open a pull request
base repository: vercel/swr
base: v2.0.4
head repository: vercel/swr
compare: v2.1.0
- 14 commits
- 23 files changed
- 6 contributors
Commits on Feb 24, 2023
-
Configuration menu - View commit details
-
Copy full SHA for c1c0bef - Browse repository at this point
Copy the full SHA c1c0befView commit details -
* update subscribe with middleware * fix lint & test * update typing, fix test and lint * refactor callback, rename, use refs for callbacks * Delay unmount * no swr destruction and add getters, revert pkg.json * callback -> next * rename fix types and update test * change exports to unstable_subscription * manage subs with useESE * use serialize * fix lint * use cache helper to update error * update exports path * fix script * pub check * add exp jsdoc * use cache-scoped storage * use prefixed key; add more tests * fix type * remove subscriber ref * rename * fix lint --------- Co-authored-by: Shu Ding <g@shud.in>
Configuration menu - View commit details
-
Copy full SHA for e5b5499 - Browse repository at this point
Copy the full SHA e5b5499View commit details -
Fix: type support for suspense and fallbackData(#2396) (#2452)
* fix SWROptions type * add undefined to config type * fix typo * add test case for suspense * add test case for fallbackdata * add test case for config is undefined --------- Co-authored-by: taro <taro.onishi@shelfy.jp>
Configuration menu - View commit details
-
Copy full SHA for 04df1bf - Browse repository at this point
Copy the full SHA 04df1bfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 02c7d1a - Browse repository at this point
Copy the full SHA 02c7d1aView commit details
Commits on Feb 27, 2023
-
feat: add the parallel option in useSWRInfinite (#2404)
* feat: add parallel option in useSWRInfinite * test: add more tests for the parallel option * chore: rename a local variable * test: add comments for help * test: the parallel option with an error
Configuration menu - View commit details
-
Copy full SHA for 2464ed5 - Browse repository at this point
Copy the full SHA 2464ed5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3b04acf - Browse repository at this point
Copy the full SHA 3b04acfView commit details
Commits on Mar 1, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 3efa4c9 - Browse repository at this point
Copy the full SHA 3efa4c9View commit details
Commits on Mar 3, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 4301ad2 - Browse repository at this point
Copy the full SHA 4301ad2View commit details
Commits on Mar 4, 2023
-
fix: avoid creating new snapshot if cache is not updated at client du…
…ring streaming (#2475)
Configuration menu - View commit details
-
Copy full SHA for 2d8545f - Browse repository at this point
Copy the full SHA 2d8545fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 851eb98 - Browse repository at this point
Copy the full SHA 851eb98View commit details
Commits on Mar 5, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 4650520 - Browse repository at this point
Copy the full SHA 4650520View commit details -
refactor: initialize the cache only on first access (#2479)
* refactor: initialize the cache only on first access * chore: format code
Configuration menu - View commit details
-
Copy full SHA for 185fa09 - Browse repository at this point
Copy the full SHA 185fa09View commit details
Commits on Mar 6, 2023
-
chore: Add subscription example (#2480)
* Add subscription example * update example * move out the sub source
Configuration menu - View commit details
-
Copy full SHA for 4247b80 - Browse repository at this point
Copy the full SHA 4247b80View commit details -
Configuration menu - View commit details
-
Copy full SHA for 043b9e4 - Browse repository at this point
Copy the full SHA 043b9e4View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v2.0.4...v2.1.0