Skip to content

Releases: InhiblabCore/vue-hooks-plus

v1.5.0

29 Dec 03:55
Compare
Choose a tag to compare

What's Changed

  • ✨ feat: add usePrevious by the @NelsonYong
  • 🔧 fix: use-request type by the @NelsonYong
  • ⬆️ chore: remove all type & use lib dir type by the @NelsonYong
  • ⬆️ chore: docs build use @vue-hooks-plus/vite-plugin-gen-temp support doc footer slot by the @NelsonYong
  • ⬆️ chore: docs use custom @vue-hooks-plus/vitepress replace vitepress by the @NelsonYong

v1.4.7

27 Dec 08:58
Compare
Choose a tag to compare

What's Changed

  • 🔧 fix: use-request option debounceMaxWait type by the @NelsonYong

v1.4.6

19 Dec 13:11
Compare
Choose a tag to compare

What's Changed

  • ⬆️ chore: build VueHooks Plus library type from lib dir by the @NelsonYong

v1.4.5

19 Dec 02:22
Compare
Choose a tag to compare

What's Changed

  • ✨ feat: use-request type optimized by the @NelsonYong

v1.4.4

16 Dec 02:48
Compare
Choose a tag to compare

What's Changed

v1.4.2

29 Nov 03:46
Compare
Choose a tag to compare

What's Changed

v1.4.1

27 Nov 11:08
Compare
Choose a tag to compare

What's Changed

✨ feat: add useWebsocket #47 by the @hongaah
📚 docs: playground support code transfer
📚 docs: add useWebsocket by the @hongaah
🔧 fix: use-request throttled & debounce dynamic #46 by the @NelsonYong
🔧 fix: use-fetchs types path

v1.4.0

11 Nov 11:44
a681c77
Compare
Choose a tag to compare

What's Changed

✨ feat: add useSetState (#33) by the @hongaah
✨ feat: add useSetState readonly (#35) by the @hongaah
✨ feat: add test tool render-hook (#36) by the @NelsonYong
⬆️ chore: depend on upgrade (#41) by the @NelsonYong
🔧 fix: use-request polling watch Interval by the @NelsonYong
📚 docs: add useSetState doc by the @hongaah
📚 docs: new website github gitee
🚜 refactor: syntactic sugar 🍬 unref replace isRef (#29) by the @NelsonYong
✅ test:apply render-hook (#35) by the @NelsonYong
✅ test:fix test custom component warn by the @NelsonYong
📦 other: github pr template
📦 other: github pr template

v1.3.6

02 Nov 02:49
Compare
Choose a tag to compare

What's Changed

✨ feat: useKeypress by the @NelsonYong
✨ feat: add useFullscreen (#17) by the @Noobbbbbbb
⬆️ chore: update depend
🚜 refactor: lint and code style (#23) by the @colgin
🎨 style: update commitlint describe (#24) by the @hongaah
📚 docs: add use-keypress by the @NelsonYong
📚 docs: add use-full-screen (#17) by the @Noobbbbbbb
📦 other: github pr template
📦 other: github commit template

v1.3.5

14 Oct 09:56
Compare
Choose a tag to compare

What's Changed

🔧 fix: use-map reset
📚 docs: use-map reset
✅ test(useAsyncOrder): add test by @NelsonYong
✅ test(useFetchs): add test by @NelsonYong
✅ test(useEventEmitter): add test by @NelsonYong
✅ test(useFormatResult): add test by @NelsonYong
✅ test(useInterval): add test by @NelsonYong
✅ test(useMap): add test by @NelsonYong
✅ test(useSet): add test by @NelsonYong
✅ test(useUpdate): add test by @NelsonYong
✅ test(useLockFn): add test by @NelsonYong
✅ test(useFavicon): add test by @NelsonYong
✅ test(useEventListener): add test by @NelsonYong
✅ test(useDrag): add test by @NelsonYong
✅ test(useThrottle): add test by @NelsonYong
✅ test(useRequest/Debounce): add test by @NelsonYong
✅ test(useDarkMode): add test by @NelsonYong
✅ test(useExternal): add test by @NelsonYong
✅ test(useRequest/Basic): add test by @NelsonYong
✅ test(useRequest/LoadingDelay): add test by @NelsonYong
✅ test(useRequest/Ready): add test by @NelsonYong
✅ test(useRequest/RefreshDeps): add test by @NelsonYong
✅ test(useRequest/Polling): add test by @NelsonYong
✅ test(useRequest/Throttle): add test by @NelsonYong
✅ test(useRequest/Plugin): add test by @NelsonYong
✅ test(useRequest/Retry): add test by @NelsonYong