-
-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v19
is for Dime
#1692
v19
is for Dime
#1692
Conversation
Always compatible now
This will be most likely required for other dependencies, like #1631
I almost forget to do an important thing for v19: - Express should be at least 4.19.2 (lower ones are [vulnurable](GHSA-rv95-896h-c2vc)) - File uploads should be at least 1.5.0 — it has customizible logger that I made and that is being used by the library
I'm going to visit the Regarding Zod 4, so far I only managed to find out that it will increase its minimum Typescript version to 5.0.0, which will not be breaking for |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
review complete
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ready
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 like to raise an awareness of this problem. Humans should be creators — not killers. But most importantly, I want every transgender girl to have an opportunity to create applications quickly and, in general, learn to write code easily in order to receive job offers and leave dangerously transphobic territories for more favorable and civilized ones, and live happily there. Protect transgender women.
This version is focused on making
express-zod-api
a completezod
plugin. In this regardwithMeta
is removed in favor of the recommended approach on extendingzod
functionality, which opens up opportunities for new features and simplifies the consumer experience. Another improvement has been made for parsers: they are now applied selectively depending on the type of expected request.Next: Drop support
zod
3.22 #1693Drop Node below 18.18 #1705
Removing condition on compat test for jest in v19 #1707
Theoretically Switching to ESLint v9 #1631
Removing the deprecated withMeta() #1726
Fix: freezing arrays returned by public methods #1736
Feat: Selective parsers with child logger #1741
attachRouting()
#1756beforeRouting
now called before parsing as well #1766Complete
zod
plugin with proprietary brands #1730Drop static options #1755
Increasing minimal versions of express and upload peers #1760
Not included, but comes later: Feat: support custom brands handling in Documentation and Integration #1750