Skip to content

Releases: InhiblabCore/vue-hooks-plus

v2.1.0

16 May 15:20
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.3...v2.1.0

v2.0.3

15 May 00:50
3b72edd
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.2...v2.0.3

v2.0.2

13 May 14:20
Compare
Choose a tag to compare

What's Changed

  • fix: useRequest useLoadingDelayPlugin plugin not clear timeout when unmount by @XiaoDaiGua-Ray in #199

Full Changelog: v2.0.1...v2.0.2

v2.0.1

12 May 12:56
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.0...v2.0.1

v2.0.0

12 May 07:39
71bfad1
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.9.0...v2.0.0

v1.9.0

27 Apr 14:52
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.8.9...v1.9.0

v1.8.9

09 Mar 14:45
f607ed0
Compare
Choose a tag to compare

What's Changed

  • chore: unpkg path by @beLazy-h in #180
  • feat: 优化useResizeObserver,避免在非浏览器环境下isSupported不能正确检测;避免没意义的deep监听 by @XiaoDaiGua-Ray in #186
  • perf: isSupport above deps watch by @NelsonYong in #187

New Contributors

Full Changelog: v1.8.8...v1.8.9

v1.8.8

14 Jan 04:35
Compare
Choose a tag to compare

Full Changelog: v1.8.7...v1.8.8

v1.8.7

14 Jan 04:02
Compare
Choose a tag to compare

What's Changed

  • fix: 修复在使用useRequest方法时,在onBefore配置项中手动抛出错误时会导致整个代码流程中断的问题(#177) by @XiaoDaiGua-Ray in #179

Full Changelog: v1.8.6...v1.8.7

v1.8.6

11 Nov 08:27
Compare
Choose a tag to compare

What's Changed

  • feat: ✨ useRequest add middleware by the @NelsonYong
  • docs: 📚 middleware docs by the @NelsonYong
  • docs: 📚 useRequest plugin insert name field by the @NelsonYong
  • style: 🎨 optimized docs style by the @NelsonYong
  • chore: 🧩 vitepress plugin to workspace by the @NelsonYong