Marak / colors.js

get colors in your node.js console
https://github.com/Marak/colors.js
Other
5.17k stars 446 forks source link

Discontinue support for nodejs 0.x #213

Open paladox opened 6 years ago

paladox commented 6 years ago

See #212

paladox commented 6 years ago

cc @DABH

DABH commented 6 years ago

@Marak at what point (if ever) would you be willing to discontinue support for Node 0.x? Related: https://nodesource.com/node-by-numbers . I believe some of those ancient Node versions might have security issues too. I don't have a strong preference to drop support, but it would provide some benefits (e.g. some dev tools e.g. eslint don't play well with old Node, we can't use ES2015 syntax like let/const, etc.). Interested in your philosophy on this!

Marak commented 6 years ago

I'm okay with dropping support for 0.x node versions for future versions of colors.

I guess we can force new node versions for next major release of colors. Older nodes can always use the previous version if needed.