Skip to content

Releases: trpc/trpc

v2.1.0

16 Feb 11:58
Compare
Choose a tag to compare
  • useLiveQuery() support (#80)
  • typed prefetchQuery (#81)
  • typed useInfiniteQuery(#82 / #83)
  • Refactor trpc client into a class (#83)
  • Prefix cache keys for live query (#83)
  • Simplify createReactQueryHooks() so you don't have to pass in generics (#83)

v2.0.0

10 Feb 16:13
Compare
Choose a tag to compare

#79

v1.4.2

09 Feb 13:43
Compare
Choose a tag to compare
  • @trpc/react: bump peer dependency of @trpc/client (#68)

v1.4

09 Feb 12:37
Compare
Choose a tag to compare

(v1.4.0 was a bad build & is not published)

  • batch events in subscription with backpressure setting (#66)
  • coalesce testing in server package (#63)
    make test helpers + add type testing (#61 + #62)

v1.3.0

01 Feb 17:25
Compare
Choose a tag to compare
  • Simplify hydration & data transformation (#54)

v1.2.0

30 Jan 22:44
Compare
Choose a tag to compare
  • increase input validation Compatability (yup, custom validation fn)
  • add tests for input validation on above
  • allow standalone http server

v1.1.1

29 Jan 20:35
Compare
Choose a tag to compare
  • rename ssr helper to prefetchQueryOnServer (#45)

v1.0.1

28 Jan 18:47
Compare
Choose a tag to compare
v1.0.1

0.8.0

20 Aug 04:36
Compare
Choose a tag to compare

Switched to closure-based context.

0.7.0

17 Aug 20:22
Compare
Choose a tag to compare

Implemented getContext