Skip to content

Commit 380f3f2

Browse files
committed
Add changeset for v0.0.5 release
This patch release includes: - Fix type errors in useQuery, useMutation - Improve Vue reactivity support (queryKey as computed) - Fix error type inference with conditional queries - Remove @ts-expect-error comments Closes #67, #68, #69
1 parent 61d2f6d commit 380f3f2

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.changeset/fix-type-errors.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
"openapi-vue-query": patch
3+
---
4+
5+
Fix type errors and improve Vue reactivity support
6+
7+
- Fix type error in useQuery by making queryKey reactive with computed() (#67)
8+
- Fix type error in useMutation method wrapper (#68)
9+
- Fix error type inference with conditional queries using SKIP token (#69)
10+
- Add partial reactive support (queryKey only) following @orpc/vue-query pattern
11+
- Remove @ts-expect-error comments and add clear explanations for necessary type assertions
12+
- Document future type safety improvements in #72

0 commit comments

Comments
 (0)