nodejs.org icon indicating copy to clipboard operation
nodejs.org copied to clipboard

Restore the `NODE_MODULE_VERSION` and v8 version columns on the previous releases page

Open zbjornson opened this issue 2 years ago • 1 comments

Enter your suggestions in details:

The new previous releases page no longer shows the NODE_MODULE_VERSION or v8 version for each release. Those were super useful for native module maintainers, and I don't see anywhere else that that info is listed nicely across releases. Can those columns be restored please?

zbjornson avatar Dec 28 '23 07:12 zbjornson

Enter your suggestions in details:

The new previous releases page no longer shows the NODE_MODULE_VERSION or v8 version for each release. Those were super useful for native module maintainers, and I don't see anywhere else that that info is listed nicely across releases. Can those columns be restored please?

These columns are likely not going to be added due to the Website Redesign. Please refer to https://github.com/nodejs/nodejs.org/discussions/5131;

Also IMO, the Website is mostly tailored for end-users, I doubt that's the right place where we should mention N-API versions and such. The data containing the N-API versions is provided within https://nodejs.org/dist/index.json

ovflowd avatar Dec 29 '23 12:12 ovflowd