-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Remove patch version from NodeJS versions #18777
Comments
This comment was marked as spam.
This comment was marked as spam.
This comment was marked as spam.
This comment was marked as spam.
I'm in favor of removing patch versions from NodeJS versions, but I would suggest to treat |
I don't think that |
But isn't this about backporting? https://github.com/mdn/browser-compat-data/blob/main/docs/data-guidelines/index.md#backported-releases says the opposite. Something implemented in Safari 4.1 gets set as Safari 5.0. |
That section was written because Safari created a few releases where they backported almost all of the features from a newer version to older ones for compatibility with older macOS versions -- so they took Safari 5.0 and released it as 4.1 as well, containing nearly all the same versions. They did the same for Safari The part I'm referring to is in the summary of the |
What would you like to see added to BCD?
In #18737, the author commented that "12.6.0" is technically inaccurate because the feature was added in NodeJS 12.6.2. (NodeJS, if you're reading this, adding a feature in a patch version is against SemVer policies...) This got me thinking: why do we include patch versions for each NodeJS version? I think it would be better to simply remove the appended ".0" to the NodeJS versions.
How impactful do you think this enhancement will be?
I think that this will help reduce potential confusion with NodeJS versions. Additionally, this help reduce liability if a feature was added in a later patch version (which again, is against SemVer policies and shouldn't have happened in the first place).
Do you have anything more you want to share?
No response
The text was updated successfully, but these errors were encountered: