v10.5.0
版本发布时间: 2022-12-12 20:45:37
trpc/trpc最新发布版本:v10.45.2(2024-03-11 16:42:37)
What's Changed
- fix:
TRPCError.cause
should beundefined
when no cause is set by @KATT in https://github.com/trpc/trpc/pull/3352 - fix: TS erroring on type
AWSLambdaCreateContextFn
by @liamoneill in https://github.com/trpc/trpc/pull/3367 - feat: stricter checks for tRPC-like responses by @thhermansen & @KATT in https://github.com/trpc/trpc/pull/3365
- feat(reactQuery): add inference helpers for query/mutation parameters by @nkalpak & @juliusmarminge in https://github.com/trpc/trpc/pull/3298 (:books: Docs)
New Contributors
- @sebastianwis made their first contribution in https://github.com/trpc/trpc/pull/3344
- @liamoneill made their first contribution in https://github.com/trpc/trpc/pull/3367
- @thhermansen made their first contribution in https://github.com/trpc/trpc/pull/3365
- @nkalpak made their first contribution in https://github.com/trpc/trpc/pull/3298
Full Changelog: https://github.com/trpc/trpc/compare/v10.4.3...v10.5.0