Releases: InhiblabCore/vue-hooks-plus
v1.4.6
What's Changed
- ⬆️ chore: build
VueHooks Plus
library type fromlib dir
by the @NelsonYong
v1.4.5
What's Changed
- ✨ feat:
use-request
type optimized by the @NelsonYong
v1.4.4
What's Changed
- 🔧 fix:
use-request
type by the @NelsonYong - 🔧 fix:
use-request
data & error type by the @NelsonYong
v1.4.2
What's Changed
- ✨ feat: docs demo block supoort get new lib@tag by the @NelsonYong
- 🔧 fix:
vue-tsc
check type error by the @NelsonYong - ⬆️ chore: support cdn import
- 📚 docs: support docs seach #51 by the @NelsonYong
- 📚 docs: support English & docs 2.0 #54 by the @NelsonYong
- 📚 docs: fix use-request-throttle text by the @NelsonYong
- ✅ test: use-size by the @NelsonYong
- ✅ test: use-timeout by the @NelsonYong
- ✅ test: use-title by the @NelsonYong
- ✅ test: use-network by the @NelsonYong
- ✅ test: use-throttle-fn by the @NelsonYong
- ✅ test: use-set-state by the @NelsonYong
- ✅ test: use-toggle by the @NelsonYong
v1.4.1
v1.4.0
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
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
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
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
What's Changed
✨ feat: add useUrlState by the @NelsonYong
✨ feat: add useFetchs by the @NelsonYong
⬆️ chore: docs config
📚 docs: add useUrlState
📚 docs: add useFetchs