v10.45.0
版本发布时间: 2023-12-27 07:21:59
trpc/trpc最新发布版本:v10.45.2(2024-03-11 16:42:37)
What's Changed
- chore(next/app-dir): make a union of
nextHttpLink
options by @KATT in https://github.com/trpc/trpc/pull/5173 - chore: bump typescript and fix TS errors by @KATT in https://github.com/trpc/trpc/pull/5178
- fix(server + client): add
noImplicitOverride
& add explicit overrides inTRPCError
/TRPCClientError
by @me-imfhd in https://github.com/trpc/trpc/pull/5195 - fix(next): rm
react-ssr-prepass
dependency by @KATT in https://github.com/trpc/trpc/pull/5201 - feat(next): exclude non-ssr queries from the hydrated state by @jonluca in https://github.com/trpc/trpc/pull/5135
- fix(server+client): Incorrect serialization of
IndexSignature
andRecord
by @microdev1 in https://github.com/trpc/trpc/pull/5211 - feat(server): deprecate
.createCaller()
in favor oft.createCallerFactory()
by @KATT in https://github.com/trpc/trpc/pull/5213
New Contributors
- @kwaimind made their first contribution in https://github.com/trpc/trpc/pull/5143
- @me-imfhd made their first contribution in https://github.com/trpc/trpc/pull/5195
- @microdev1 made their first contribution in https://github.com/trpc/trpc/pull/5211
Full Changelog: https://github.com/trpc/trpc/compare/v10.44.1...v10.45.0