-
Notifications
You must be signed in to change notification settings - Fork 29.6k
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
doc: add added:
information for util
#8206
Conversation
@@ -125,6 +134,9 @@ util.format(1, 2, 3); // '1 2 3' | |||
``` | |||
|
|||
## util.inherits(constructor, superConstructor) | |||
<!-- YAML | |||
added: v0.3.0 |
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.
This is when the module has been renamed. It was called sys
before, not sure if it's better to show when the method was added to sys
.
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.
This is probably fine.
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.
I think of the added
marks as a reference for the user to understand "how far back can I expect this thing to be in this place", so existence elsewhere before then is kind of irrelevant.
LGTM |
3 similar comments
LGTM |
LGTM |
LGTM |
PR-URL: #8206 Reviewed-By: Roman Reiss <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Stephen Belanger <[email protected]> Reviewed-By: Bryan English <[email protected]>
Landed in 16f4b8e |
PR-URL: #8206 Reviewed-By: Roman Reiss <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Stephen Belanger <[email protected]> Reviewed-By: Bryan English <[email protected]>
This doesn't land cleanly on v4.x please feel free to manually backport |
PR-URL: nodejs#8206 Reviewed-By: Roman Reiss <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Stephen Belanger <[email protected]> Reviewed-By: Bryan English <[email protected]>
Ref: #8881 PR-URL: #8206 Reviewed-By: Roman Reiss <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Stephen Belanger <[email protected]> Reviewed-By: Bryan English <[email protected]>
Ref: #8881 PR-URL: #8206 Reviewed-By: Roman Reiss <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Stephen Belanger <[email protected]> Reviewed-By: Bryan English <[email protected]>
Ref: #8881 PR-URL: #8206 Reviewed-By: Roman Reiss <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Stephen Belanger <[email protected]> Reviewed-By: Bryan English <[email protected]>
Ref: #8881 PR-URL: #8206 Reviewed-By: Roman Reiss <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Stephen Belanger <[email protected]> Reviewed-By: Bryan English <[email protected]>
Checklist
Affected core subsystem(s)
doc
Description of change
Ref: #6578