Releases: wobsoriano/trpc-nuxt
Releases · wobsoriano/trpc-nuxt
trpc-nuxt@1.0.5
Patch Changes
- 4edc91c: Use copy of H3's
toWebRequest
trpc-nuxt@1.0.4
Patch Changes
- 4554340: Add missing subscription event types
trpc-nuxt@1.0.3
Patch Changes
- b37525d:
useMutation()
type improvements and added an option to specify a custom mutation key.
trpc-nuxt@1.0.0
Major Changes
-
9b16e5a: Official release of trpc-nuxt v1.0.0 with tRPC v11 support.
See updated docs @ https://trpc-nuxt.vercel.app
trpc-nuxt@0.11.1-next.5
Patch Changes
- ec1d9bf: Next patch before major
trpc-nuxt@0.11.1-next.4
Patch Changes
- 7c495c9: Use correct versions when installing
trpc-nuxt@0.11.1-next.3
Patch Changes
- 060a36e: - Migrate to
fetchRequestHandler
to support Fetch/Edge runtimes.- Remove most of internal tRPC imports
trpc-nuxt@0.11.1-next.2
Patch Changes
- a91a74c: Fix incorrect mutate input type
v0.10.22
v0.10.21
🐞 Bug Fixes
- Types - by @AlexXanderGrib (06be8)
- Add generic parameter to fix type error when using
default
option. - by @Jimmyzm (2d283)