v3.7.8
What's Changed
- 🐛 fix: compatibility list is empty by @hchlq in #2206
- 🐛 fix: useWebSocket error (#2176) by @YinDongFang in #2177
- 🔄 perf(useAsyncEffect): move isAsyncGenerator outside the hook by @bijinfeng in #2186
- 📚 docs: update docs by @li-jia-nan in #2174
- 📚 docs(useWebSocket): update test url by @liuyib in #2209
- 🛠 chore: enhance useTrackedEffect type by @xvxlb in #2196
- 🛠 chore: optimize code by adding depsEqual function by @maomao1996 in #2216
- 🛠 chore(deps): bump typescript from 4 to 5 by @li-jia-nan in #2231
- 🐛 fix: list 判空处理,由 @hchlq 提交于 #2206
- 🐛 fix: useWebSocket 错误 (#2176),由 @YinDongFang 提交于 #2177
- 🔄 perf(useAsyncEffect): 将 isAsyncGenerator 函数移出钩子,由 @bijinfeng 提交于 #2186
- 📚 docs: 更新文档,由 @li-jia-nan 提交于 #2174
- 📚 docs(useWebSocket): 更新测试网址,由 @liuyib 提交于 #2209
- 🛠 chore: 增强 useTrackedEffect 类型,由 @xvxlb 提交于 #2196
- 🛠 chore: 通过添加 depsEqual 函数优化代码,由 @maomao1996 提交于 #2216
- 🛠 chore(deps): 将 TypeScript 版本从 4 升级到 5,由 @li-jia-nan 提交于 #2231
New Contributors
- @bijinfeng made their first contribution in #2186
- @xvxlb made their first contribution in #2196
- @YinDongFang made their first contribution in #2177
- @maomao1996 made their first contribution in #2216
Full Changelog: v3.7.7...v3.7.8