2.0.0-beta.0
Pre-release
Pre-release
This is the first 2.0 beta version. Still change until the stable release. Documentation will also be updated once stable.
Breakings
loading
is renamed to isLoading
- const { loading } = useConditionWatcher({...})
+ const { isLoading } = useConditionWatcher({...})
Change export
to export default
- import { useConditionWatcher } from 'vue-condition-watcher'
+ import useConditionWatcher from 'vue-condition-watcher'
What's Changed
- chore: Switch to pnpm & turborepo & vitest
- breaking: rename loading to isLoading
- fix:
beforeFetch
receive conditions type
Full Changelog: 1.4.7...2.0.0-beta.0