Vue Condition Watcher Versions Save

🕶 Data fetching with Vue Composition API. Power of conditions to easily control and sync to the URL query string.

2.0.0-beta.3

1 year ago

What's Changed

  • bug fix: watchEffect maximum recursive updates exceeded

Full Changelog: https://github.com/runkids/vue-condition-watcher/compare/2.0.0-beta.2...2.0.0-beta.3

2.0.0-beta.2

1 year ago

What's Changed

  • feat: improve mutate function type

Full Changelog: https://github.com/runkids/vue-condition-watcher/compare/2.0.0-beta.1...2.0.0-beta.2

2.0.0-beta.1

1 year ago

What's Changed

  • fix: beforeFetch type
  • fix: resetConditions only assign value if property exists
  • chore: modify peerDependencies

Full Changelog: https://github.com/runkids/vue-condition-watcher/compare/2.0.0-beta.0...2.0.0-beta.1

2.0.0-beta.0

1 year ago

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: https://github.com/runkids/vue-condition-watcher/compare/1.4.7...2.0.0-beta.0