Skip to content

Releases: trpc/trpc

v10.4.0

27 Nov 14:10
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v10.3.0...v10.4.0

v10.3.0

27 Nov 01:22
Compare
Choose a tag to compare

What's Changed

  • fix: resubscribe websocket on reconnect by @aphex in #2783
  • feat: omit never values in intellisense for jsonify by @sachinraja in #3264

New Contributors

Full Changelog: v10.2.0...v10.3.0

v10.2.0

25 Nov 17:38
Compare
Choose a tag to compare

What's Changed

✨ Automatically serialize JSON to the equivalent type

If you're not using a Data Transformer, we will now do our best to serialize the response the same way JSON.serialize() does.

Example: Below a Date is automatically turns into a string, because that's what JSON.stringify() does:

Date turns into a string type

by @KATT in #3261

New Contributors

Full Changelog: v10.1.0...v10.2.0

v10.1.0

22 Nov 23:21
Compare
Choose a tag to compare

What's Changed

  • add meta to unstable_overrides' onSuccess callback by @KATT in #3228

Full Changelog: v10.0.0...v10.1.0

v10.0.0

21 Nov 09:31
Compare
Choose a tag to compare

v10.0.0-rc.8

14 Nov 17:59
Compare
Choose a tag to compare

What's Changed

Breaking changes

  • feat: Add type to react-query query key! by @JonParton in #3170

    Most likely, this is not something that affects anyone, but the way we store the underlying query keys has changed. See #3170 for more info.

New Contributors

Full Changelog: v10.0.0-rc.6...v10.0.0-rc.8

v10.0.0-rc.6

06 Nov 12:02
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v10.0.0-rc.3...v10.0.0-rc.6

v10.0.0-rc.3

01 Nov 09:45
Compare
Choose a tag to compare

What's Changed

  • fix: pass ReactQueryContext to useQueryClient in useMutation by @Pruxis in #3098

New Contributors

Full Changelog: v10.0.0-rc.2...v10.0.0-rc.3

v10.0.0-rc.2

30 Oct 13:32
Compare
Choose a tag to compare

What's Changed

  • add ability to have multiple TRPC Providers by @KATT in #3049

Full Changelog: v10.0.0-rc.1...v10.0.0-rc.2

v10.0.0-rc.1

26 Oct 19:59
Compare
Choose a tag to compare

What's Changed

Breaking