Skip to content

Releases: runkids/vue-condition-watcher

2.0.0-beta.3

06 Jan 06:33
Compare
Choose a tag to compare
2.0.0-beta.3 Pre-release
Pre-release

What's Changed

  • bug fix: watchEffect maximum recursive updates exceeded

Full Changelog: 2.0.0-beta.2...2.0.0-beta.3

2.0.0-beta.2

30 Nov 02:40
Compare
Choose a tag to compare
2.0.0-beta.2 Pre-release
Pre-release

What's Changed

  • feat: improve mutate function type

Full Changelog: 2.0.0-beta.1...2.0.0-beta.2

2.0.0-beta.1

17 Jul 15:30
Compare
Choose a tag to compare
2.0.0-beta.1 Pre-release
Pre-release

What's Changed

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

Full Changelog: 2.0.0-beta.0...2.0.0-beta.1

2.0.0-beta.0

17 Jul 10:07
Compare
Choose a tag to compare
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