New
v2.3.4
What's Changed
- Fix markdown typo by @Nusab19 in https://github.com/vercel/swr/pull/4106
- fix: check "if (!error)" skip error if value is cast to false by @vtgrachev in https://github.com/vercel/swr/pull/4118
- feat: Improve global suspense-enabled
datatype by @oosawy in https://github.com/vercel/swr/pull/4126 - fix: Performance improvement by reducing calls to toString() by @garyhuntddn in https://github.com/vercel/swr/pull/4092
- fix: Optimize the revalidation logic for same key requests. by @agadzik in https://github.com/vercel/swr/pull/4138
New Contributors
- @Nusab19 made their first contribution in https://github.com/vercel/swr/pull/4106
- @vtgrachev made their first contribution in https://github.com/vercel/swr/pull/4118
- @garyhuntddn made their first contribution in https://github.com/vercel/swr/pull/4092
Full Changelog: https://github.com/vercel/swr/compare/v2.3.3...v2.3.4