Releases: vercel/swr
Releases · vercel/swr
0.1.10
Patches
- Add example sharing local state between components: #76
- Adding initialData: #106
- Demo: suspense demo: #105
- Improve readme: #104
- Remove/inline dependencies: #115
- Replace batchedUpdates with reducer: #117
- Use
@zeit/ncc
: #89
Credits
Huge thanks to @afc163, @aequasi, @pacocoursey and @wendzhue for helping!
0.1.9
Patches
- Add an autocomplete suggestions examples: #88
- Improve readme: #91
- Key interface can include null: #96
- Use lodash/throttle instead of lodash.throttle: #102
- Fix visibilityState type: #101
- Improve swr pagination api: #95
- Args as key: #98
Credits
Huge thanks to @sergiodxa, @pacocoursey, @tusbar, and @StarHyx for helping!
0.1.8
0.1.7
Patches
- Add example using SWR to sync storage between tabs: #74
- Improve readme: #73
- Add a README to every example: #79
- Add One-Click Deploy button to examples: #81
- Add @pacocoursey to CODEOWNERS: #83
- Fix suspense bugs: #82
- Pass
pageSWRs
toswrDataToOffset
: #52
Credits
Huge thanks to @sergiodxa, @pacocoursey for helping!
0.1.6
0.1.4
0.1.3
Patches
- Adding types to ConfigInterface for callbacks: #35
- Add myself to CODEOWNERS: #38
- Feature/basic-typescript-example: add basic-typescript example: #36
- Add example of implementing optimistic UI with mutate: #31
- Fix suspense hanging: #49
- Update package name: #51
- Pre-commit, better linting and webstorm support: #55
- Use
fast-deep-equal
: #53
Credits
Huge thanks to @aequasi, @Timer, @marcelmokos, @sergiodxa, and @sztadii for helping!