v4.0.0
4.0.0 (2022-02-06)
Features
- add support for transforms (2a3989a)
- automatic error recovery (bcb3ea3)
- cleaner error message (b780945)
BREAKING CHANGES
- Remove
outputHeaders
from thecreateEndpoint
params object. Theoutput
property now requires you to specify, for each status code, an object which must have abody
property, containing the Zod schema for the body of the response for that status. Optionally, you
can also specify aheaders
property to each status code containing the response headers for that
status code