express-zod-api
Advanced tools
Changelog
v20.15.2
splitResponse
option is disabled on Integration
primitive response types could have been duplicated.- type GetV1AvatarSendResponse = string | string;
+ type GetV1AvatarSendResponse = string;
Changelog
v20.15.1
serializer
property on Documentation
and Integration
constructor argument:
z.lazy()
;Changelog
v20.15.0
z.map()
, z.set()
, z.bigint()
;z.never()
, z.void()
, z.promise()
, z.symbol()
, z.nan()
;z.date()
;ez.dateOut()
;ez.dateIn()
, ez.upload()
, ez.raw()
;Changelog
v20.14.3
testMiddleware
:
Changelog
v20.14.2
AbstractLogger
type;Changelog
v20.14.1
node-mocks-http
version is ^1.16.1
:
@types/express
dependency to the version installed in your project;Changelog
v20.14.0
@types/express@^5.0.0
:
Changelog
v20.12.0
import { createConfig } from "express-zod-api";
createConfig({
gracefulShutdown: {
timeout: 1000,
events: ["SIGINT", "SIGTERM"],
},
});