Skip to content

Releases: InhiblabCore/vue-hooks-plus

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

v1.3.4

13 Oct 02:52
Compare
Choose a tag to compare

What's Changed

✨ feat: use-debounceFn add cancel flush
⬆️ chore: remove plugin
⬆️ chore: add vitest ui
⬆️ chore: remove dependencies
⬆️ chore: optimize on-demand packaging
🔧 fix: use-fetch params
🔧 fix: fix docs build
📚 docs: optimize the display
📚 docs: use-request-plugin-guide
📚 docs: use-request-bussines-guide
📏 ts: use-counter type optimization
📏 ts: use-fetch type optimization
✅ test(useBoolean): add test by @NelsonYong
✅ test(useCounter): add test by @NelsonYong
✅ test(useCookieState): add test by @NelsonYong
✅ test(useDebounce): add test by @NelsonYong
✅ test(useDebounceFn): add test by @NelsonYong

v1.3.0

24 Sep 02:59
Compare
Choose a tag to compare

What's Changed

✨ feat: add useUrlState by the @NelsonYong
✨ feat: add useFetchs by the @NelsonYong
⬆️ chore: docs config
📚 docs: add useUrlState
📚 docs: add useFetchs