Skip to content

Releases: wobsoriano/trpc-nuxt

v0.2.4

15 Jul 02:03
Compare
Choose a tag to compare

   🚀 Features

    View changes on GitHub

v0.2.3

14 Jul 18:19
Compare
Choose a tag to compare

   🚀 Features

    View changes on GitHub

v0.2.2

16 Jun 13:56
Compare
Choose a tag to compare
  • chore(deps): bump @nuxt/kit to 3.0.0-rc.4 (ea24a67)
  • chore(deps): bump @trpc/server to 9.25.2 (9468af7)
  • chore(deps): bump @trpc/client to 9.25.2 (38eda2c)
  • chore(deps): bump h3 to 0.7.9 (4012249)

v0.2.1

14 Jun 01:53
Compare
Choose a tag to compare
  • Auto-import getQueryKey (#12)

v0.2.0

13 Jun 06:32
Compare
Choose a tag to compare
  • 82ee2ce BREAKING: Replace trpcURL option with endpoint
  • #7 expose getQuery helper (useful to get a key that can be used to reset the internal nuxt cache)

v0.1.24

06 Jun 00:06
Compare
Choose a tag to compare
  • Allow srcDir #10

v0.1.23

28 May 03:42
Compare
Choose a tag to compare
  • Fixes #6

v0.1.22

27 May 08:12
Compare
Choose a tag to compare
  • Fixes #5

v0.1.19

26 May 14:28
Compare
Choose a tag to compare
  • Fixes #3

v0.1.18

24 May 17:06
Compare
Choose a tag to compare
  • useClientHeaders() - pass additional header properties to tRPC Client.
  • Import fixes