colors.js icon indicating copy to clipboard operation
colors.js copied to clipboard

Discontinue support for nodejs 0.x

Open paladox opened this issue 7 years ago • 3 comments

See #212

paladox avatar Feb 14 '18 00:02 paladox

cc @DABH

paladox avatar Feb 14 '18 00:02 paladox

@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!

DABH avatar May 05 '18 01:05 DABH

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.

Marak avatar May 05 '18 02:05 Marak