Marak / colors.js

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

Drop nodejs 0.x support #212

Open paladox opened 6 years ago

paladox commented 6 years ago

we should drop nodejs 0.x support as nodejs does not support those release now.

We should support nodejs 4.x+ or 6.x+.

paladox commented 6 years ago

see https://github.com/chalk/supports-color/commit/796903f261f88b9e17294bff8cd25a528289c7b4#diff-354f30a63fb0907d4ad57269548329e3

DABH commented 6 years ago

There may be uber-legacy users trying to use this package though :) This is why I'm thinking we might be forced to make a new major version (2.0) that drops support for super ancient Nodes, in order to get these new fixes in... we'll think about it and should consult Marak when there is a complete proposal in place (don't want to bug him in the meantime).

paladox commented 6 years ago

@DABH this is required for https://github.com/Marak/colors.js/pull/172

So i guess 2.0 sounds good.

Most projects are dropping nodejs 0.x support anyways :).