Skip to content

Releases: wobsoriano/trpc-nuxt

v0.10.11

22 Aug 17:53
Compare
Choose a tag to compare

   🚀 Features

   🐞 Bug Fixes

Screenshot 2023-08-22 at 10 54 19
    View changes on GitHub

v0.10.10

21 Aug 05:57
Compare
Choose a tag to compare

   🚀 Features

    View changes on GitHub

v0.10.9

21 Aug 05:51
Compare
Choose a tag to compare

compare changes

🚀 Enhancements

  • Add custom query key option (f2bcf9b)
const { $client } = useNuxtApp()

$client.todo.getTodos.useQuery(undefined, {
  queryKey: 'some-key' // will be passed to `useAsyncData`
})

❤️ Contributors

v0.10.8

21 Aug 05:32
Compare
Choose a tag to compare

No significant changes

    View changes on GitHub

v0.10.7

11 Aug 04:01
Compare
Choose a tag to compare

compare changes

🩹 Fixes

  • Make useQuery return data nullable (120ebc5)

📖 Documentation

  • Update Server Side Calls docs (1c638a8)

❤️ Contributors

v0.10.6

10 Jul 00:39
Compare
Choose a tag to compare

   🏡 Chore

    View changes on GitHub

v0.10.5

27 May 13:14
Compare
Choose a tag to compare

   🚀 Features

    View changes on GitHub

v0.10.4

27 May 03:41
Compare
Choose a tag to compare

   🚀 Features

    View changes on GitHub

v0.10.3

20 May 18:11
Compare
Choose a tag to compare

   🚀 Features

    View changes on GitHub

v0.10.2

15 May 16:03
Compare
Choose a tag to compare

   🚀 Features

    View changes on GitHub