Skip to content

Choose a tag to compare

@hirotaka hirotaka released this 10 Oct 13:58
· 115 commits to main since this release
f7f3c5f

Patch Changes

  • #74 380f3f2 Thanks @hirotaka! - Fix type errors and improve Vue reactivity support
    • Fix type error in useQuery by making queryKey reactive with computed() (#67)
    • Fix type error in useMutation method wrapper (#68)
    • Fix error type inference with conditional queries using SKIP token (#69)
    • Add partial reactive support (queryKey only) following @orpc/vue-query pattern
    • Remove @ts-expect-error comments and add clear explanations for necessary type assertions
    • Document future type safety improvements in #72