-
-
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
v22
is for Tai
#2214
Merged
v22
is for Tai
#2214
+1,740
−2,124
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Planned for next major after 30.04.2025 https://endoflife.date/nodejs Including refactoring time units formatting using Intl built-ins. ~~The part of using `Intl` for profiling can be cherry-picked if the following issue fixed:~~ can not be fixed in Node 18: ```url nodejs/node#55833 ```
RobinTail
added
documentation
Improvements or additions to documentation
enhancement
New feature or request
dependencies
Pull requests that update a dependency file
breaking
Backward incompatible changes
labels
Nov 26, 2024
After merging #2200 Targets the future v22
RobinTail
commented
Dec 1, 2024
Merged
RobinTail
added a commit
that referenced
this pull request
Dec 2, 2024
should make it easier to feat #2280
RobinTail
commented
Jan 18, 2025
RobinTail
commented
Jan 18, 2025
RobinTail
commented
Jan 18, 2025
Cherry-picked from #2332 This should ease that PR as later fix without any breaking changes
Related to discussion: #2326 - The idea is to handle all headers when enabled within `inputSources` - The `Documentation` would need a way to distinguish them - Therefore a list of well-known headers will be included into the distribution - And there should probably be an option to include more⚠️ The feature is risky: it may affect the behaviour for the users having `headers` enabled within `inputSources` with a high priority (in last place), because some header can be named exactly as another input. Therefore I decided to move it to the next major (v22)
RobinTail
commented
Jan 24, 2025
RobinTail
commented
Jan 24, 2025
RobinTail
commented
Jan 24, 2025
RobinTail
commented
Jan 24, 2025
RobinTail
commented
Jan 24, 2025
RobinTail
commented
Jan 24, 2025
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
breaking
Backward incompatible changes
CI/CD
dedication
dependencies
Pull requests that update a dependency file
documentation
Improvements or additions to documentation
enhancement
New feature or request
refactoring
The better way to achieve the same result
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Tai’Vion Lathan (Tai) was a 24 years young transgender woman, who was found fatally shot in an alley in Baltimore’s neighborhood on August 4 2024.
“She was fun, loving, and caring,” — Lathan’s great aunt told CNN, adding that just next month, Lathan was to start school to become a nurse who cares for elderly patients.
https://amp.cnn.com/cnn/2024/08/10/us/transgender-woman-shot-killed-baltimore
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 of the framework sets its main task to clean the runtime code from obsolete methods and redundancies in order to make public interfaces easier to use. In particular, support for Node.js version 18 is discontinued (its lifespan ends in 3 months) in order to move to native localization methods. The approach on tagging endpoints is changed — restrictions are separated from the descriptive part: the first is implemented through module augmentation (similar to the logger type), and the second is moved to the Documentation. This architectural solution allows to not "drag" tags through the entire runtime code. Another important change is that all headers (not just x-prefixed ones) are now handled when this feature is enabled. The documentation generator detects both x-prefixed and well-known headers, and it is now possible to customize this.
provide()
overload having 3 arguments #2206splitResponse
#2228jsonEndpoints
#2259MethodPath
type #2276makeArrowFn()
#2281parseRequest()
andsubstitute()
functions #2303ExpressZodAPIClient
to justClient
#2313Endpoint::getSecurity()
to return an array of containers #2333Later: ref(v22): logical container handling #2332Later: feat(v22): Client default implementation #2304Later: feat(v22):Subscription
class for SSE #2280