Releases: wobsoriano/trpc-nuxt
Releases · wobsoriano/trpc-nuxt
v0.10.9
🚀 Enhancements
- Add custom query key option (f2bcf9b)
const { $client } = useNuxtApp()
$client.todo.getTodos.useQuery(undefined, {
queryKey: 'some-key' // will be passed to `useAsyncData`
})
❤️ Contributors
- Wobsoriano (@wobsoriano)
v0.10.8
No significant changes
View changes on GitHub
v0.10.7
🩹 Fixes
- Make useQuery return data nullable (120ebc5)
📖 Documentation
- Update Server Side Calls docs (1c638a8)
❤️ Contributors
- Blechlawine marczinser@gmx.de
- Colonel-Sandvich
v0.10.6
🏡 Chore
- deps:
- Bump h3 to 1.7.1 - by @wobsoriano (12d8c)
- Bump ofetch to 1.1.1 - by @wobsoriano (811a6)
View changes on GitHub
v0.10.5
🚀 Features
- Pass input to watched sources if it's a ref - by @wobsoriano (892d1)
View changes on GitHub
v0.10.4
v0.10.3
v0.10.2
v0.10.1
🏡 Chore
- deps:
- Bump @trpc/client and @trpc/server to 10.26.0 - by @wobsoriano (4af2b)
🐞 Bug Fixes
- Transform types - by @wobsoriano (4339b)
- AsyncData types - by @wobsoriano (ae0b7)
View changes on GitHub
v0.9.0
🚀 Features
- deps: Bump @trpc/client and @trpc/server to 10.20.0 - by @wobsoriano (fb572)
🐞 Bug Fixes
- Trpc-nuxt docs - by @wobsoriano (be556)
- Use latest
@nuxtlabs/github
module - by @danielroe (54ef2)