It would be very helpful if node.green displayed the release date for each version of Node.js, either above/below the X% compatible or on Node.js version mouse hover. This would help in knowing if we should even bother supporting a particular Node.js version or not.
Likewise, but possibly more difficult, it would be just as helpful to know the percentage of Node.js users that use each version. This way, devs know which platforms they should write their code to work on and the checks that are necessary for each (e.g. Can I use import(esmModule.js).then() here or do I need to add some sort of node polyfill/package to handle this? What would be the repercussions if I don't?).
It would be very helpful if node.green displayed the release date for each version of Node.js, either above/below the
X% compatible
or on Node.js version mouse hover. This would help in knowing if we should even bother supporting a particular Node.js version or not.Likewise, but possibly more difficult, it would be just as helpful to know the percentage of Node.js users that use each version. This way, devs know which platforms they should write their code to work on and the checks that are necessary for each (e.g. Can I use
import(esmModule.js).then()
here or do I need to add some sort of node polyfill/package to handle this? What would be the repercussions if I don't?).