colors.js
colors.js copied to clipboard
Drop nodejs 0.x support
we should drop nodejs 0.x support as nodejs does not support those release now.
We should support nodejs 4.x+ or 6.x+.
see https://github.com/chalk/supports-color/commit/796903f261f88b9e17294bff8cd25a528289c7b4#diff-354f30a63fb0907d4ad57269548329e3
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).
@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 :).