v10.21.0
版本发布时间: 2023-04-20 17:47:58
trpc/trpc最新发布版本:v10.45.2(2024-03-11 16:42:37)
What's Changed
- fix(server): undefined stripped from query result by @juliusmarminge in https://github.com/trpc/trpc/pull/4187
- perf(server):
Overwrite
util type is unnecessarily expensive by @mozzius in https://github.com/trpc/trpc/pull/4204 - feat(server): retain
Error.cause
even if the original cause isn't anError
-instance by @KATT in https://github.com/trpc/trpc/pull/4219 - fix(react): use ref to ensure opts stay sync'd with subscription by @KATT in https://github.com/trpc/trpc/pull/4222
New Contributors
- @jaredpalmer made their first contribution in https://github.com/trpc/trpc/pull/4161
Full Changelog: https://github.com/trpc/trpc/compare/v10.20.0...v10.21.0