Skip to content

Releases: trpc/trpc

v3.5.0

07 Mar 20:46
Compare
Choose a tag to compare

@trpc/* (affects all packages)

v3.4.2

04 Mar 23:57
Compare
Choose a tag to compare

@trpc/react:

  • fix bad cache key on cancelQuery() (#141)

v3.4.1

04 Mar 23:56
Compare
Choose a tag to compare

@trpc/react:

  • fix bad cache key (#141)

v3.4.0

04 Mar 20:51
Compare
Choose a tag to compare

General

  • add todomvc example (#140)

trpc/react

  • fix ctx strictness when calling trpc.ssr() (#140)
  • trpc.cancelQuery() (#140)
  • trpc.setQueryData() (#140)

v3.3.0

03 Mar 17:34
Compare
Choose a tag to compare

@trpc/react

  • invalidateQuery()-helper (#118)

v3.2.0

01 Mar 17:14
Compare
Choose a tag to compare

@trpc/server

  • allow (and recommend) handler file to be called [trpc].ts rather than [...trpc].ts (#113)

v3.1.0

01 Mar 11:23
Compare
Choose a tag to compare

@trpc/server

  • error response when passing input to ProcedureWithoutInput (#111)

v3.0.1

28 Feb 21:47
Compare
Choose a tag to compare

@trpc/react

  • change order of react-query cache key (#109)

v3.0.0

24 Feb 12:08
Compare
Choose a tag to compare
  • separate procedure and router logic (#99 / #101)
  • flatten router generics (#102)
  • createCaller()-fn + simplify SSR helpers (#92)
  • refactor middleware() to return new instance (#103)

v2.2.0

21 Feb 11:24
Compare
Choose a tag to compare
  • middleware support (#87)