Anna Bocharova
Anna Bocharova
[Jest 30](https://github.com/jestjs/jest/milestone/15) is coming soon requiring higher Node.js version. Since it's an optional peer dependency I made an arrangement to avoid breaking changes in `express-zod-api` itself.
#### Describe the bug Security schemas are not displayed correctly: wrong references, inline ones are not displayed at all. For some reason the Studio does not follow the references to...
 Pebbles LaDime (Dime) Doe was a black transgender woman. https://edition.cnn.com/2024/02/25/us/dime-doe-trial-south-carolina-federal-hate-crime/index.html https://www.nbcnews.com/feature/nbc-out/south-carolina-death-marks-14th-black-transgender-woman-killed-u-n1040971 https://www.justice.gov/opa/pr/south-carolina-man-found-guilty-hate-crime-killing-transgender-woman-because-her-gender Transgender women suffer too frequently from transphobic violence and cruelty, being the less protected social group. I'd...
Requires min Node 18.18.0 or 20.9.0 — addressed in base #1692 So far it has a lot of compatibility warnings, but it works. ``` warning " > @typescript-eslint/[email protected]" has incorrect...
Based on #1470 and thanks to #1730
Fixes #134 ## Before ``` $ npm pack --dry-run npm notice npm notice 📦 [email protected] npm notice === Tarball Contents === npm notice 247B .eslintrc npm notice 828B .github/workflows/ci.yaml npm...
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 {}...
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...