- Batching fix: ability to pass
undefined
to batch inputs without them being type-casted asnull
- #669 - HTTP requests: flatten
POST
HTTP requests, skip wrapping ininput
property - #671
Both of the above changes shape of HTTP-requests, but backwards-compatability and tests are added, in case someone uses tRPC as a public API.
Thanks to @simonedelmann for the idea on #669!