Skip to content

Tags: TomasDurica/vue-query

Tags

v1.22.3

Toggle v1.22.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(devtools): error when devtools has non-existent key preselected (D…

…amianOsipiuk#169)

v1.22.2

Toggle v1.22.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: use queryClient wrapper for provider and plugin (DamianOsipiuk#163)

v1.22.1

Toggle v1.22.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: remove undefined global variable (DamianOsipiuk#161)

v1.22.0

Toggle v1.22.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: update query core package, update dev deps (DamianOsipiuk#159)

v1.21.0

Toggle v1.21.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat(devtools): devtools v2 as a browser extension (DamianOsipiuk#155)

* feat(devtools): devtools v2 as a browser extension

* docs: devtools v2

* test: accomodate for new devtools

* chore: fix codesandbox

* feat: sorting via plugin settings

* fix: test

* fix: basic codesandbox

* fix: test

* test: add test for prod env

v1.20.1

Toggle v1.20.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(queryClient): properly infer function type (DamianOsipiuk#158)

v1.20.0

Toggle v1.20.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: reactivity aware wrappers for queryClient, queryCache and mutat…

…ionCache (DamianOsipiuk#144)

* feat: unref wrappers for QueryClient, QueryCache and MutationCache

* feat: export wrappers

* feat: queryClient wrapper

* test: tests for QueryCache and MutationCache

* fix: types

* test: queryClient

v1.19.3

Toggle v1.19.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(types): remove vue3 only type reference (DamianOsipiuk#147)

v1.19.2

Toggle v1.19.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(devtools): circular ref on observer stringify (DamianOsipiuk#134)

v1.19.1

Toggle v1.19.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(cloneDeepUnref): properly unwrap ref with undefined value (Damian…

…Osipiuk#126)