express-zod-api icon indicating copy to clipboard operation
express-zod-api copied to clipboard

A Typescript library to help you get an API server up and running with I/O schema validation and custom middlewares in minutes.

Results 32 express-zod-api issues
Sort by recently updated
recently updated
newest added

waiting for the final release

enhancement
dependencies

Can do this now (without additional libraries): ```ts import { randomUUID } from "node:crypto"; import { BuiltinLogger, createConfig } from "express-zod-api"; declare module "express-zod-api" { interface LoggerOverrides extends BuiltinLogger {}...

enhancement
refactoring

Alternative to #1631

dependencies
coverage
refactoring
CI/CD

Based on the discussion #1615 ⚠️ Only transformations to an object will be allowed Todo: - handle output schema transformations in the documentation ✅ - done by adding `ZodObject::remap()` to...

enhancement
refactoring

Some day it will probably be released

enhancement
dependencies

Testing Node 23 as an intermediate step towards supporting Node 24. This will not be merged. https://github.com/nodejs/node/releases/tag/v23.0.0 ![image](https://github.com/user-attachments/assets/c702b712-9925-4584-b1f9-7269a72119ee)

wontfix
CI/CD
external bug

Currently supported by Node 22.10 and 23.x https://github.com/nodejs/node/releases/tag/v22.10.0 This should replace the `require` condition when all LTS versions support `require(ESM)` 22.12 enabled require(ESM) by default (without flag)

CI/CD

![Kesaria Abramidze, 37](https://github.com/user-attachments/assets/31eb16f8-1e7f-40d8-83cd-3b4602eb5922) Kesaria Abramidze, 37 years young, one of Georgia's most well-known transgender women, was stabbed to death in her flat in the capital, Tbilisi, just a day after...

documentation
enhancement
dependencies
coverage
refactoring
CI/CD
breaking
dedication