dopecodez / Wikipedia

Wikipedia for node and the browser
MIT License
82 stars 19 forks source link

Dropping support for node 10, 12 #41

Closed dopecodez closed 1 year ago

dopecodez commented 1 year ago

We are planning to drop support for node versions:

10.x.x 12.x.x Our minimum version will be node 14.x.x.

It would be great to hear if the community feels like there might be an issue to dropping these versions.

recleun commented 1 year ago

What's the benefit of dropping support for versions older than 14.x.x?

dopecodez commented 1 year ago

There a few reasons why open source packages should support the newer versions.

  1. The official node team currently supports node 14 as the lowest version. Supporting versions lower than this can cause issues with node in the future as the lower versions are deprecated. You can check out https://github.com/nodejs/Release#readme to see the node versions currently under support and maintanance.
  2. When coding using the newest node features can use packages and newest coding standards. It will really help maintaining the package in the long run. cc: @recleun
recleun commented 1 year ago

There a few reasons why open source packages should support the newer versions.

After reading your reply, I do agree with dropping support, since there is no reason for anyone to use an out of support version of node.

dopecodez commented 1 year ago

changes done with #44