Skip to content

Releases: InhiblabCore/vue-hooks-plus

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

v1.8.4

23 Sep 10:06
Compare
Choose a tag to compare

What's Changed

feat: ✨ useMutationObserver by the @NelsonYong
docs: 📚 add useMutationObserver docs by the @NelsonYong
test: ✅ add unit test by the @NelsonYong
workflow: 🐝 add node_modules cache

v1.8.3

23 Sep 10:04
Compare
Choose a tag to compare

What's Changed

feat: ✨ useMutationObserver by the @NelsonYong

v1.8.2

29 Aug 14:31
Compare
Choose a tag to compare

What's Changed

  • feat: ✨ use-request auto push Image by the @NelsonYong
  • feat: ✨ @vue-hooks-plus/use-request 1.5.0 package by the @NelsonYong
  • perf: 🚀 onScopeDispose instead onUnmounted from use-request by the @NelsonYong
  • chore: 🔧 fix downgrading vite to 3.0.2 resolve SSR module error by the @NelsonYong